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

Unified Diff: ui/base/ui_base_tests_bundle.gypi

Issue 506483002: ui: Move ui_unittests.gyp into ui/base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android Created 6 years, 4 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 | « ui/base/ui_base_tests.isolate ('k') | ui/ui_unittests.gyp » ('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/ui_unittests_bundle.gypi b/ui/base/ui_base_tests_bundle.gypi
similarity index 92%
rename from ui/ui_unittests_bundle.gypi
rename to ui/base/ui_base_tests_bundle.gypi
index 94ef939713e8b5d3f7c2fc49fb2621d157572751..956e28a30488230eb3a0a57161f11f951022fcf0 100644
--- a/ui/ui_unittests_bundle.gypi
+++ b/ui/base/ui_base_tests_bundle.gypi
@@ -20,15 +20,15 @@
'DYLIB_INSTALL_NAME_BASE': '@executable_path/../Versions/1.0.0.0',
'LD_DYLIB_INSTALL_NAME':
'$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(WRAPPER_NAME)/$(PRODUCT_NAME)',
- 'INFOPLIST_FILE': 'base/test/framework-Info.plist',
+ 'INFOPLIST_FILE': 'test/framework-Info.plist',
},
'mac_bundle_resources': [
- 'base/test/framework-Info.plist',
+ '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))',
],
'mac_bundle_resources!': [
- 'base/test/framework-Info.plist',
+ 'test/framework-Info.plist',
],
'postbuilds': [
{
« no previous file with comments | « ui/base/ui_base_tests.isolate ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698