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

Unified Diff: ui/base/ui_base_tests_bundle.gypi

Issue 552963002: Simplify test locales in ui_unittests Framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | ui/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base_tests_bundle.gypi
diff --git a/ui/base/ui_base_tests_bundle.gypi b/ui/base/ui_base_tests_bundle.gypi
index 956e28a30488230eb3a0a57161f11f951022fcf0..12d6dd1fe3d8a0dcc32753b122f8b1c5a7bb63a7 100644
--- a/ui/base/ui_base_tests_bundle.gypi
+++ b/ui/base/ui_base_tests_bundle.gypi
@@ -7,8 +7,6 @@
{
'product_name': 'ui_unittests Framework',
'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui',
-
# There is no executable in the mock framework, and so nothing to strip.
'mac_strip': 0,
},
@@ -25,7 +23,10 @@
'mac_bundle_resources': [
'test/framework-Info.plist',
'<(PRODUCT_DIR)/ui_test.pak',
- '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
+
+ # Just include the English-US locale made by ui_resources.gyp:ui_test_pak.
+ # Note that the file is just a copy of ui_test.pak, with a different path.
+ '<(PRODUCT_DIR)/ui/en.lproj/locale.pak',
],
'mac_bundle_resources!': [
'test/framework-Info.plist',
« no previous file with comments | « no previous file | ui/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698