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

Side by Side Diff: chrome/chrome.gyp

Issue 668249: Move apply_locales.py from src/chrome/tools/build/ to src/build/. (Closed)
Patch Set: '' Created 10 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
« no previous file with comments | « build/apply_locales.py ('k') | chrome/tools/build/apply_locales.py » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'chrome_resources_grds': [ 52 'chrome_resources_grds': [
53 # Data resources. 53 # Data resources.
54 'browser/browser_resources.grd', 54 'browser/browser_resources.grd',
55 'common/common_resources.grd', 55 'common/common_resources.grd',
56 'renderer/renderer_resources.grd', 56 'renderer/renderer_resources.grd',
57 ], 57 ],
58 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], 58 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
59 'grit_cmd': ['python', '../tools/grit/grit.py'], 59 'grit_cmd': ['python', '../tools/grit/grit.py'],
60 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 60 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
61 # TODO: remove this helper when we have loops in GYP 61 # TODO: remove this helper when we have loops in GYP
62 'apply_locales_cmd': ['python', 'tools/build/apply_locales.py'], 62 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'],
63 'conditions': [ 63 'conditions': [
64 ['OS=="win"', { 64 ['OS=="win"', {
65 'nacl_defines': [ 65 'nacl_defines': [
66 'NACL_WINDOWS=1', 66 'NACL_WINDOWS=1',
67 'NACL_LINUX=0', 67 'NACL_LINUX=0',
68 'NACL_OSX=0', 68 'NACL_OSX=0',
69 ], 69 ],
70 'platform_locale_settings_grd': 70 'platform_locale_settings_grd':
71 'app/resources/locale_settings_win.grd', 71 'app/resources/locale_settings_win.grd',
72 },], 72 },],
(...skipping 1635 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 }], # targets 1708 }], # targets
1709 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1709 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1710 ], # 'conditions' 1710 ], # 'conditions'
1711 } 1711 }
1712 1712
1713 # Local Variables: 1713 # Local Variables:
1714 # tab-width:2 1714 # tab-width:2
1715 # indent-tabs-mode:nil 1715 # indent-tabs-mode:nil
1716 # End: 1716 # End:
1717 # vim: set expandtab tabstop=2 shiftwidth=2: 1717 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/apply_locales.py ('k') | chrome/tools/build/apply_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698