Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: components/tracing.gyp

Issue 62833009: Add chromium_code to tracing.gyp to build with warnings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing.gyp
diff --git a/components/tracing.gyp b/components/tracing.gyp
index fe7e588f3ff65327e8202241c70b6fc5e288135e..4f8a796c7ad6d258ca4a1852c07ac9a5cf39b68c 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698