-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build configurations to latest
- Loading branch information
Showing
419 changed files
with
19,400 additions
and
397,076 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule base
deleted from
bc8eb8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright 2018 The Chromium Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
import("//build/buildflag_header.gni") | ||
import("//build/config/chrome_build.gni") | ||
import("//build/config/chromecast_build.gni") | ||
|
||
source_set("buildflag_header_h") { | ||
sources = [ "buildflag.h" ] | ||
} | ||
|
||
buildflag_header("branding_buildflags") { | ||
header = "branding_buildflags.h" | ||
|
||
if (is_chrome_branded) { | ||
flags = [ | ||
"CHROMIUM_BRANDING=0", | ||
"GOOGLE_CHROME_BRANDING=1", | ||
] | ||
} else { | ||
flags = [ | ||
"CHROMIUM_BRANDING=1", | ||
"GOOGLE_CHROME_BRANDING=0", | ||
] | ||
} | ||
} | ||
|
||
buildflag_header("chromecast_buildflags") { | ||
header = "chromecast_buildflags.h" | ||
|
||
flags = [ "IS_CHROMECAST=$is_chromecast" ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.