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

Unified Diff: chrome/chrome_resources.gyp

Issue 11630004: DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: For landing Created 8 years 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.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 1f8fd41f525ef647b1652105dfc8a6852142e698..7b7d29ccb2a09a6ae9a0e6a1348e414628b98817 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -47,7 +47,7 @@
'conditions': [
['OS != "ios"', {
'dependencies': [
- '../content/browser/debugger/devtools_resources.gyp:devtools_resources',
+ '../content/browser/devtools/devtools_resources.gyp:devtools_resources',
],
'actions': [
{
@@ -75,7 +75,7 @@
'action_name': 'devtools_discovery_page_resources',
'variables': {
'grit_grd_file':
- 'browser/debugger/frontend/devtools_discovery_page_resources.grd',
+ 'browser/devtools/frontend/devtools_discovery_page_resources.grd',
},
'includes': [ '../build/grit_action.gypi' ]
},
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698