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

Unified Diff: chrome/chrome.gyp

Issue 17619005: Create top-level separate targets for browser and child dlls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 7 years, 5 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 | « chrome/app/client_util.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 6f14c50022e9b59dc9728b159b153bacc8a2e177..1e7982cdd6edb3f2de65ac787d9f4b3e404fddb2 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -18,7 +18,7 @@
],
'chromium_child_dependencies': [
'common',
- '../content/content.gyp:content_app',
+ '../content/content.gyp:content_app_child',
'../sync/sync.gyp:sync',
],
'allocator_target': '../base/allocator/allocator.gyp:allocator',
@@ -30,9 +30,8 @@
'conditions': [
['OS!="ios"', {
'chromium_browser_dependencies': [
- 'debugger',
- '../content/content.gyp:content_ppapi_plugin',
'../printing/printing.gyp:printing',
+ '../ppapi/ppapi_internal.gyp:ppapi_host',
],
'chromium_child_dependencies': [
'debugger',
@@ -42,7 +41,6 @@
'../content/content.gyp:content_gpu',
'../content/content.gyp:content_ppapi_plugin',
'../content/content.gyp:content_worker',
- '../printing/printing.gyp:printing',
'../third_party/WebKit/Source/devtools/devtools.gyp:devtools_frontend_resources',
],
}],
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698