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

Unified Diff: Source/testing/testing.gyp

Issue 51413003: Make the warning level consistent across the project (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 | « Source/core/core_derived_sources.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/testing.gyp
diff --git a/Source/testing/testing.gyp b/Source/testing/testing.gyp
index 51e5a3e9842bf45b8efc7cc2bdec665899aa8226..c8c1ff4f13bb7d885c80f97315bc45a9047b5de5 100644
--- a/Source/testing/testing.gyp
+++ b/Source/testing/testing.gyp
@@ -54,6 +54,7 @@
],
'dependencies': [
'TestRunner_resources',
+ '../config.gyp:config',
Nico 2013/10/31 19:14:18 This should depend on unittest_config instead, rig
lgombos 2013/10/31 19:39:25 Yes. Fixed.
'../../public/blink.gyp:blink',
'<(source_dir)/web/web.gyp:webkit_test_support',
],
@@ -241,6 +242,7 @@
'type': 'loadable_module',
'sources': [ '<@(test_plugin_files)' ],
'dependencies': [
+ '../config.gyp:config',
Nico 2013/10/31 19:16:29 (and this too)
lgombos 2013/10/31 19:39:25 Fixed.
'<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
],
'include_dirs': [
« no previous file with comments | « Source/core/core_derived_sources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698