diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 18:19:08 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 18:19:08 +0000 |
commit | ce638d154c6e8618b8df761115a5a9e2c9d8a106 (patch) | |
tree | faff62a8bee25f77d93d6837b121ca8fa639bf29 /cc/cc_tests.gyp | |
parent | e5bd68e150c9d2b46187d2d1a7d948f709760d34 (diff) | |
download | chromium_src-ce638d154c6e8618b8df761115a5a9e2c9d8a106.zip chromium_src-ce638d154c6e8618b8df761115a5a9e2c9d8a106.tar.gz chromium_src-ce638d154c6e8618b8df761115a5a9e2c9d8a106.tar.bz2 |
cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gyp
And fix compile errors that it causes.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=191364
Review URL: https://codereview.chromium.org/13206004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 2f790a7..a32483e 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -4,7 +4,7 @@ { 'variables': { - 'chromium_code': 0, + 'chromium_code': 1, 'cc_unit_tests_source_files': [ 'animation/animation_unittest.cc', 'layers/content_layer_unittest.cc', |