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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/apply_locales.py ('k') | chrome/tools/build/apply_locales.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 40983)
+++ chrome/chrome.gyp (working copy)
@@ -59,7 +59,7 @@
'grit_cmd': ['python', '../tools/grit/grit.py'],
'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
# TODO: remove this helper when we have loops in GYP
- 'apply_locales_cmd': ['python', 'tools/build/apply_locales.py'],
+ 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'],
'conditions': [
['OS=="win"', {
'nacl_defines': [
« 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