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

Unified Diff: content/content_tests.gypi

Issue 744943002: Add missing dependencies to the GYP build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove no-longer used dependency Created 6 years, 1 month 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 | « content/content_common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 9ba42e19a6d5041ce1c75f6bfb1340b445f6cc60..50798e183632d7e493c0c0cf3d2d0168d28b8b9f 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -174,6 +174,7 @@
['OS!="ios"', {
# layouttest_support_content is not supported nor required on iOS.
'dependencies': [
+ 'content.gyp:content_renderer',
'test_support_content',
'../skia/skia.gyp:skia',
'../ui/accessibility/accessibility.gyp:ax_gen',
@@ -212,6 +213,9 @@
'content.gyp:content_browser',
'content.gyp:content_common',
],
+ 'export_dependent_settings': [
+ 'content.gyp:content_browser',
+ ],
'include_dirs': [
'..',
],
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698