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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 101463005: Inline devtools_discovery_page_resources.grd into browser_resources.grd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
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 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html',
8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt', 8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt',
9 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 9 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
10 }, 10 },
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'includes': [ '../build/grit_action.gypi' ], 76 'includes': [ '../build/grit_action.gypi' ],
77 }, 77 },
78 { 78 {
79 'action_name': 'quota_internals_resources', 79 'action_name': 'quota_internals_resources',
80 'variables': { 80 'variables': {
81 'grit_grd_file': 'browser/resources/quota_internals_resources.gr d', 81 'grit_grd_file': 'browser/resources/quota_internals_resources.gr d',
82 }, 82 },
83 'includes': [ '../build/grit_action.gypi' ], 83 'includes': [ '../build/grit_action.gypi' ],
84 }, 84 },
85 { 85 {
86 'action_name': 'devtools_discovery_page_resources',
87 'variables': {
88 'grit_grd_file':
89 'browser/devtools/frontend/devtools_discovery_page_resources. grd',
90 },
91 'includes': [ '../build/grit_action.gypi' ]
92 },
93 {
94 'action_name': 'sync_file_system_internals_resources', 86 'action_name': 'sync_file_system_internals_resources',
95 'variables': { 87 'variables': {
96 'grit_grd_file': 'browser/resources/sync_file_system_internals_r esources.grd', 88 'grit_grd_file': 'browser/resources/sync_file_system_internals_r esources.grd',
97 }, 89 },
98 'includes': [ '../build/grit_action.gypi' ], 90 'includes': [ '../build/grit_action.gypi' ],
99 }, 91 },
100 ], 92 ],
101 'copies': [ 93 'copies': [
102 { 94 {
103 'destination': '<(PRODUCT_DIR)/resources/extension/demo', 95 'destination': '<(PRODUCT_DIR)/resources/extension/demo',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 '<(generator_path)', 499 '<(generator_path)',
508 'credits', 500 'credits',
509 '<(about_credits_file)', 501 '<(about_credits_file)',
510 ], 502 ],
511 'message': 'Generating about:credits', 503 'message': 'Generating about:credits',
512 }, 504 },
513 ], 505 ],
514 }, 506 },
515 ], # targets 507 ], # targets
516 } 508 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698