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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 507913002: Finish converting chrome_strings target to use qualified paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « chrome/browser/ui/webui/system_info_ui.cc ('k') | no next file » | 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 '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 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om nibox/omnibox.mojom.js', 9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om nibox/omnibox.mojom.js',
10 }, 10 },
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 }, 276 },
277 { 277 {
278 # GN version: //chrome/app:google_chrome_strings 278 # GN version: //chrome/app:google_chrome_strings
279 'action_name': 'generate_google_chrome_strings', 279 'action_name': 'generate_google_chrome_strings',
280 'variables': { 280 'variables': {
281 'grit_grd_file': 'app/google_chrome_strings.grd', 281 'grit_grd_file': 'app/google_chrome_strings.grd',
282 }, 282 },
283 'includes': [ '../build/grit_action.gypi' ], 283 'includes': [ '../build/grit_action.gypi' ],
284 }, 284 },
285 ], 285 ],
286 'includes': [ '../build/grit_target.gypi' ],
287 }, 286 },
288 { 287 {
289 # GN version: //chrome/app:make_generated_resources_map 288 # GN version: //chrome/app:make_generated_resources_map
290 'target_name': 'chrome_strings_map', 289 'target_name': 'chrome_strings_map',
291 'type': 'none', 290 'type': 'none',
292 'dependencies': [ 'chrome_strings', ], 291 'dependencies': [ 'chrome_strings', ],
293 'actions': [ 292 'actions': [
294 { 293 {
295 'action_name': 'generate_resources_map', 294 'action_name': 'generate_resources_map',
296 'inputs': [ 295 'inputs': [
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 '<(generator_path)', 567 '<(generator_path)',
569 'credits', 568 'credits',
570 '<(about_credits_file)', 569 '<(about_credits_file)',
571 ], 570 ],
572 'message': 'Generating about:credits', 571 'message': 'Generating about:credits',
573 }, 572 },
574 ], 573 ],
575 }, 574 },
576 ], # targets 575 ], # targets
577 } 576 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/system_info_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698