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

Unified Diff: Source/web/web.gyp

Issue 54303004: Remove duplicated rule from web.gyp and enable chromium_code for all targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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
« 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: Source/web/web.gyp
diff --git a/Source/web/web.gyp b/Source/web/web.gyp
index 67d7b0d786b957aa7051c8d698eaff65243442c8..26717a1af8a0fb3b50be178848e1e947998edcb7 100644
--- a/Source/web/web.gyp
+++ b/Source/web/web.gyp
@@ -46,6 +46,7 @@
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
'picker_resources',
+ '../config.gyp:config',
'../platform/blink_platform.gyp:blink_common',
'../core/core.gyp:webcore',
'../modules/modules.gyp:modules',
@@ -214,10 +215,6 @@
'sources/': [
['exclude', 'WebInputEventFactoryWin.cpp$'],
],
- 'variables': {
- # FIXME: Turn on warnings on Windows.
- 'chromium_code': 1,
- }
}],
['use_default_render_theme==1', {
'include_dirs': [
@@ -251,6 +248,7 @@
}, {
'type': 'static_library',
'dependencies': [
+ '../config.gyp:config',
'../core/core.gyp:webcore_test_support',
'../modules/modules.gyp:modules_test_support',
'../wtf/wtf.gyp:wtf',
« 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