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

Unified Diff: content/content.gyp

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 | « chrome/browser/extensions/api/api_registration.gyp ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 5a7355f7ff3fd67933bb1ac3e388368c31b0430a..5420400d28e347c2469d11e0f94aae966cb99684 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -265,6 +265,9 @@
'content_common',
'content_resources',
],
+ 'export_dependent_settings': [
+ 'content_common',
+ ],
'conditions': [
['chromium_enable_vtune_jit_for_v8==1', {
'dependencies': [
@@ -394,6 +397,7 @@
'target_name': 'content_renderer',
'type': 'none',
'dependencies': ['content'],
+ 'export_dependent_settings': ['content'],
},
{
# GN version: //content/utility
« no previous file with comments | « chrome/browser/extensions/api/api_registration.gyp ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698