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

Unified Diff: chrome/chrome_tests.gypi

Issue 189713002: Declare dependency on blink_headers in targets that use blink headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index f22bd1383f715ff35865bdf69a11de1294619c0f..95884491bd28f48dd8f34ce47d4e711607ae019c 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2349,6 +2349,9 @@
'<(protoc_out_dir)',
],
},
+ 'export_dependent_settings': [
+ 'browser',
+ ],
'sources': [
'browser/sync/test/integration/apps_helper.cc',
'browser/sync/test/integration/apps_helper.h',

Powered by Google App Engine
This is Rietveld 408576698