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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 17192004: components: Rename component_resources.* to autofill_strings.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 7 years, 6 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_browser_ui.gypi ('k') | chrome/chrome_tests_unit.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 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html',
8 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 8 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'variables': { 304 'variables': {
305 'repack_path': '../tools/grit/grit/format/repack.py', 305 'repack_path': '../tools/grit/grit/format/repack.py',
306 }, 306 },
307 'dependencies': [ 307 'dependencies': [
308 # MSVS needs the dependencies explictly named, Make is able to 308 # MSVS needs the dependencies explictly named, Make is able to
309 # derive the dependencies from the output files. 309 # derive the dependencies from the output files.
310 'chrome_resources', 310 'chrome_resources',
311 'chrome_strings', 311 'chrome_strings',
312 'platform_locale_settings', 312 'platform_locale_settings',
313 'theme_resources', 313 'theme_resources',
314 '<(DEPTH)/components/component_resources.gyp:component_resources', 314 '<(DEPTH)/components/component_strings.gyp:component_strings',
315 '<(DEPTH)/net/net.gyp:net_resources', 315 '<(DEPTH)/net/net.gyp:net_resources',
316 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', 316 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings',
317 '<(DEPTH)/ui/ui.gyp:ui_resources', 317 '<(DEPTH)/ui/ui.gyp:ui_resources',
318 ], 318 ],
319 'actions': [ 319 'actions': [
320 { 320 {
321 'includes': ['chrome_repack_chrome.gypi'] 321 'includes': ['chrome_repack_chrome.gypi']
322 }, 322 },
323 { 323 {
324 'includes': ['chrome_repack_locales.gypi'] 324 'includes': ['chrome_repack_locales.gypi']
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 '<(generator_path)', 473 '<(generator_path)',
474 'credits', 474 'credits',
475 '<(about_credits_file)', 475 '<(about_credits_file)',
476 ], 476 ],
477 'message': 'Generating about:credits.', 477 'message': 'Generating about:credits.',
478 }, 478 },
479 ], 479 ],
480 }, 480 },
481 ], # targets 481 ], # targets
482 } 482 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698