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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 134903003: libaddressinput string translations (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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 'repack_path': '../tools/grit/grit/format/repack.py', 348 'repack_path': '../tools/grit/grit/format/repack.py',
349 }, 349 },
350 'dependencies': [ 350 'dependencies': [
351 # MSVS needs the dependencies explictly named, Make is able to 351 # MSVS needs the dependencies explictly named, Make is able to
352 # derive the dependencies from the output files. 352 # derive the dependencies from the output files.
353 'chrome_resources', 353 'chrome_resources',
354 'chrome_strings', 354 'chrome_strings',
355 'platform_locale_settings', 355 'platform_locale_settings',
356 'theme_resources', 356 'theme_resources',
357 '<(DEPTH)/components/component_strings.gyp:component_strings', 357 '<(DEPTH)/components/component_strings.gyp:component_strings',
358 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddressinpu t_strings',
358 '<(DEPTH)/net/net.gyp:net_resources', 359 '<(DEPTH)/net/net.gyp:net_resources',
359 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', 360 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings',
360 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 361 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
361 ], 362 ],
362 'actions': [ 363 'actions': [
363 { 364 {
364 'includes': ['chrome_repack_chrome.gypi'] 365 'includes': ['chrome_repack_chrome.gypi']
365 }, 366 },
366 { 367 {
367 'includes': ['chrome_repack_locales.gypi'] 368 'includes': ['chrome_repack_locales.gypi']
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 '<(generator_path)', 502 '<(generator_path)',
502 'credits', 503 'credits',
503 '<(about_credits_file)', 504 '<(about_credits_file)',
504 ], 505 ],
505 'message': 'Generating about:credits', 506 'message': 'Generating about:credits',
506 }, 507 },
507 ], 508 ],
508 }, 509 },
509 ], # targets 510 ], # targets
510 } 511 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698