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

Unified Diff: chrome/tools/build/repack_locales.py

Issue 16231013: device: Restructure the layout of gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: doh forgot to rename the principal - the target Created 7 years, 7 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
Index: chrome/tools/build/repack_locales.py
diff --git a/chrome/tools/build/repack_locales.py b/chrome/tools/build/repack_locales.py
index 012a0a60502bfac3a5bc746d2f082333285f79c8..4319dac765b860f61d9c32e5b7ce5a02fd2c100b 100755
--- a/chrome/tools/build/repack_locales.py
+++ b/chrome/tools/build/repack_locales.py
@@ -87,9 +87,9 @@ def calc_inputs(locale):
inputs.append(os.path.join(SHARE_INT_DIR, 'ash_strings',
'ash_strings_%s.pak' % locale))
- #e.g. '<(SHARED_INTERMEDIATE_DIR)/device_bluetooth_strings/
+ #e.g. '<(SHARED_INTERMEDIATE_DIR)/device/bluetooth/strings/
# device_bluetooth_strings_da.pak',
- inputs.append(os.path.join(SHARE_INT_DIR, 'device_bluetooth_strings',
+ inputs.append(os.path.join(SHARE_INT_DIR, 'device', 'bluetooth', 'strings',
'device_bluetooth_strings_%s.pak' % locale))
#e.g. '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings_da.pak',
« no previous file with comments | « chrome/common/extensions/permissions/usb_device_permission.cc ('k') | chrome/tools/check_grd_for_unused_strings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698