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

Unified Diff: trunk/src/chrome/chrome.gyp

Issue 19572012: Revert 212230 "Create top-level separate targets for browser and..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/chrome/app/client_util.cc ('k') | trunk/src/chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/chrome.gyp
===================================================================
--- trunk/src/chrome/chrome.gyp (revision 212238)
+++ trunk/src/chrome/chrome.gyp (working copy)
@@ -18,7 +18,7 @@
],
'chromium_child_dependencies': [
'common',
- '../content/content.gyp:content_app_child',
+ '../content/content.gyp:content_app',
'../sync/sync.gyp:sync',
],
'allocator_target': '../base/allocator/allocator.gyp:allocator',
@@ -30,8 +30,9 @@
'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',
@@ -41,6 +42,7 @@
'../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 | « trunk/src/chrome/app/client_util.cc ('k') | trunk/src/chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698