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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 9724038: DevTools: convert about:workers into about:inspect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments addressed. Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_repack_resources.gypi ('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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'includes': [ '../build/grit_action.gypi' ], 60 'includes': [ '../build/grit_action.gypi' ],
61 }, 61 },
62 { 62 {
63 'action_name': 'sync_internals_resources', 63 'action_name': 'sync_internals_resources',
64 'variables': { 64 'variables': {
65 'grit_grd_file': 'browser/resources/sync_internals_resources.grd', 65 'grit_grd_file': 'browser/resources/sync_internals_resources.grd',
66 }, 66 },
67 'includes': [ '../build/grit_action.gypi' ], 67 'includes': [ '../build/grit_action.gypi' ],
68 }, 68 },
69 { 69 {
70 'action_name': 'workers_resources',
71 'variables': {
72 'grit_grd_file': 'browser/resources/workers_resources.grd',
73 },
74 'includes': [ '../build/grit_action.gypi' ],
75 },
76 {
77 'action_name': 'devtools_discovery_page_resources', 70 'action_name': 'devtools_discovery_page_resources',
78 'variables': { 71 'variables': {
79 'grit_grd_file': 72 'grit_grd_file':
80 'browser/debugger/frontend/devtools_discovery_page_resources.grd' , 73 'browser/debugger/frontend/devtools_discovery_page_resources.grd' ,
81 }, 74 },
82 'includes': [ '../build/grit_action.gypi' ] 75 'includes': [ '../build/grit_action.gypi' ]
83 }, 76 },
84 ], 77 ],
85 'includes': [ '../build/grit_target.gypi' ], 78 'includes': [ '../build/grit_target.gypi' ],
86 }, 79 },
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'files': ['<@(default_apps_list)'] 322 'files': ['<@(default_apps_list)']
330 }, 323 },
331 ], 324 ],
332 }], 325 }],
333 ], # conditions 326 ], # conditions
334 }], # end OS != "mac" 327 }], # end OS != "mac"
335 ], # conditions 328 ], # conditions
336 }, 329 },
337 ], # targets 330 ], # targets
338 } 331 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_resources.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698