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

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: Review feedback + fix wtf target as well 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') | Source/wtf/wtf.gyp » ('j') | 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..3f1ce088e9ccb06f9c14dbb0b691ebbd179a07e5 100644
--- a/Source/testing/testing.gyp
+++ b/Source/testing/testing.gyp
@@ -54,6 +54,7 @@
],
'dependencies': [
'TestRunner_resources',
+ '../config.gyp:unittest_config',
'../../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:unittest_config',
'<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
],
'include_dirs': [
« no previous file with comments | « Source/core/core_derived_sources.gyp ('k') | Source/wtf/wtf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698