diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 13:38:37 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 13:38:37 +0000 |
commit | 5e9573126be354491cf82218db72a6ed48508bd8 (patch) | |
tree | 52a9d8c2fc40aea960934be4ebfe1b3ec68dcc1c /components | |
parent | e6c76577a69a6f4be1d3438fa9a04e202ed649ba (diff) | |
download | chromium_src-5e9573126be354491cf82218db72a6ed48508bd8.zip chromium_src-5e9573126be354491cf82218db72a6ed48508bd8.tar.gz chromium_src-5e9573126be354491cf82218db72a6ed48508bd8.tar.bz2 |
Add chromium_code to tracing.gyp to build with warnings.
Also remove the defines! section which seems unnecessary (as far as I
can tell none of the code impacted includes anything from //content).
Both of these are per suggestion from thakis@.
BUG=none
Review URL: https://codereview.chromium.org/62833009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components')
-rw-r--r-- | components/tracing.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/tracing.gyp b/components/tracing.gyp index fe7e588f..4f8a796 100644 --- a/components/tracing.gyp +++ b/components/tracing.gyp @@ -8,11 +8,13 @@ # on this, thus if you try to rename this to gypi and include it in # components.gyp, you will get a circular dependency error. { + 'variables': { + 'chromium_code': 1, + }, 'targets' : [ { 'target_name': 'tracing', 'type': 'static_library', - 'defines!': ['CONTENT_IMPLEMENTATION'], 'dependencies': [ '../base/base.gyp:base', '../ipc/ipc.gyp:ipc', |