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

Unified Diff: content/content_common.gypi

Issue 800543006: Add OILPAN string to developer build chromium's webkit revision (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added import to BUILD.gn Created 5 years, 11 months 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
« content/common/BUILD.gn ('K') | « content/common/user_agent.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 1c236fb39bc34b351c466f8d1c8d89d4ce33546c..264d2c73ddb814eb3f45aa6f1380b6e91aa10140 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -514,6 +514,7 @@
'common/worker_messages.h',
'common/zygote_commands_linux.h',
],
+ 'enable_oilpan%': 0,
},
'sources': [
'<@(public_common_sources)',
@@ -1021,5 +1022,10 @@
'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
],
}],
+ ['enable_oilpan==1', {
+ 'defines': [
+ 'ENABLE_OILPAN=1',
+ ],
+ }],
],
}
« content/common/BUILD.gn ('K') | « content/common/user_agent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698