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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 29 matching lines...) Expand all
40 'variables': { 40 'variables': {
41 'grit_grd_file': 'browser/resources/sync_internals_resources.grd', 41 'grit_grd_file': 'browser/resources/sync_internals_resources.grd',
42 }, 42 },
43 'includes': [ '../build/grit_action.gypi' ], 43 'includes': [ '../build/grit_action.gypi' ],
44 }, 44 },
45 ], 45 ],
46 'includes': [ '../build/grit_target.gypi' ], 46 'includes': [ '../build/grit_target.gypi' ],
47 'conditions': [ 47 'conditions': [
48 ['OS != "ios"', { 48 ['OS != "ios"', {
49 'dependencies': [ 49 'dependencies': [
50 '../content/browser/debugger/devtools_resources.gyp:devtools_resourc es', 50 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc es',
51 ], 51 ],
52 'actions': [ 52 'actions': [
53 { 53 {
54 'action_name': 'component_extension_resources', 54 'action_name': 'component_extension_resources',
55 'variables': { 55 'variables': {
56 'grit_grd_file': 'browser/resources/component_extension_resource s.grd', 56 'grit_grd_file': 'browser/resources/component_extension_resource s.grd',
57 }, 57 },
58 'includes': [ '../build/grit_action.gypi' ], 58 'includes': [ '../build/grit_action.gypi' ],
59 }, 59 },
60 { 60 {
61 'action_name': 'options_resources', 61 'action_name': 'options_resources',
62 'variables': { 62 'variables': {
63 'grit_grd_file': 'browser/resources/options_resources.grd', 63 'grit_grd_file': 'browser/resources/options_resources.grd',
64 }, 64 },
65 'includes': [ '../build/grit_action.gypi' ], 65 'includes': [ '../build/grit_action.gypi' ],
66 }, 66 },
67 { 67 {
68 'action_name': 'quota_internals_resources', 68 'action_name': 'quota_internals_resources',
69 'variables': { 69 'variables': {
70 'grit_grd_file': 'browser/resources/quota_internals_resources.gr d', 70 'grit_grd_file': 'browser/resources/quota_internals_resources.gr d',
71 }, 71 },
72 'includes': [ '../build/grit_action.gypi' ], 72 'includes': [ '../build/grit_action.gypi' ],
73 }, 73 },
74 { 74 {
75 'action_name': 'devtools_discovery_page_resources', 75 'action_name': 'devtools_discovery_page_resources',
76 'variables': { 76 'variables': {
77 'grit_grd_file': 77 'grit_grd_file':
78 'browser/debugger/frontend/devtools_discovery_page_resources. grd', 78 'browser/devtools/frontend/devtools_discovery_page_resources. grd',
79 }, 79 },
80 'includes': [ '../build/grit_action.gypi' ] 80 'includes': [ '../build/grit_action.gypi' ]
81 }, 81 },
82 ], 82 ],
83 'copies': [ 83 'copies': [
84 { 84 {
85 'destination': '<(PRODUCT_DIR)/resources/extension/demo', 85 'destination': '<(PRODUCT_DIR)/resources/extension/demo',
86 'files': [ 86 'files': [
87 'browser/resources/extension_resource/demo/library.js', 87 'browser/resources/extension_resource/demo/library.js',
88 ], 88 ],
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'variables': { 424 'variables': {
425 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd', 425 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd',
426 }, 426 },
427 'includes': [ '../build/grit_action.gypi' ], 427 'includes': [ '../build/grit_action.gypi' ],
428 }, 428 },
429 ], 429 ],
430 'includes': [ '../build/grit_target.gypi' ], 430 'includes': [ '../build/grit_target.gypi' ],
431 }, 431 },
432 ], # targets 432 ], # targets
433 } 433 }
OLDNEW
« 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