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

Unified Diff: content/content.gyp

Issue 8533023: Add a content_resources target which currently includes the sandbox definitions on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 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/chrome_resources.gyp ('k') | content/content_resources.grd » ('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 311c714a298ea74e7d6d6b8c8fe680b509c36a2b..51ff0f1b7fe2388d373114727232d5fe961af9da 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -65,6 +65,9 @@
'includes': [
'content_common.gypi',
],
+ 'dependencies': [
+ 'content_resources.gyp:content_resources',
+ ],
},
{'target_name': 'content_gpu',
'type': 'static_library',
@@ -217,7 +220,7 @@
},
{'target_name': 'content_common',
'type': 'none',
- 'dependencies': ['content'],
+ 'dependencies': ['content', 'content_resources.gyp:content_resources'],
},
{'target_name': 'content_gpu',
'type': 'none',
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | content/content_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698