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

Unified Diff: chrome/chrome.gyp

Issue 489633002: Move 'debugger' from child to browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | 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 f6fe31aa1464daaae34c6b79022b843899bfd164..ef5e28e6f2537fe2b56cd3e8026a67acb5efe4ef 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -25,10 +25,10 @@
'conditions': [
['OS!="ios"', {
'chromium_browser_dependencies': [
+ 'debugger',
'../ppapi/ppapi_internal.gyp:ppapi_host',
],
'chromium_child_dependencies': [
- 'debugger',
'plugin',
'renderer',
'utility',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698