diff options
author | slan <slan@chromium.org> | 2015-08-05 11:37:40 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-05 18:38:43 +0000 |
commit | 0c9838bcf5d06900aded810bfc7548afd90297f5 (patch) | |
tree | d4de4f8a121dbb49cde55c87521782f6a6843d15 /chromecast/chromecast.gni | |
parent | b7e80d27836cc6b5fe5cca8fa18bebc1d157592c (diff) | |
download | chromium_src-0c9838bcf5d06900aded810bfc7548afd90297f5.zip chromium_src-0c9838bcf5d06900aded810bfc7548afd90297f5.tar.gz chromium_src-0c9838bcf5d06900aded810bfc7548afd90297f5.tar.bz2 |
This change contains several new targets required to successfully build the public cast_shell for x86. This code also contributes to other public build variants, but these have not been tested.
Keeping these changes current to TOT will keep the BUILD.gn files current as the code base changes. There are several known issues noted in the TODOs, some of which are listed below.
* //chromecast:chromecast_locales_pak needs to be built.
* //chromecast/app:cast_shell_unittests is not building.
* logic pieces for internal builds are not tested.
BUG=516899 (internal b/17615224)
Review URL: https://codereview.chromium.org/1213333003
Cr-Commit-Position: refs/heads/master@{#341928}
Diffstat (limited to 'chromecast/chromecast.gni')
-rw-r--r-- | chromecast/chromecast.gni | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chromecast/chromecast.gni b/chromecast/chromecast.gni index 646d19f..610b179 100644 --- a/chromecast/chromecast.gni +++ b/chromecast/chromecast.gni @@ -5,7 +5,6 @@ declare_args() { # chromecast_branding is used to indicate build version. Set it to # "public" for Chromium build. - # TODO(slan): Make this variable consistent with the GYP build. chromecast_branding = "public" use_playready = false |