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

Unified Diff: chrome/chrome_android.gypi

Issue 186843002: Move ChromeShell files from chrome/android/testshell to chrome/android/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 10 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 | « chrome/android/testshell/testshell_google_location_settings_helper.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_android.gypi
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index 8292d4b68f20974490d3b0220ee1c3667988ef43..b7b9f1761ea707ba37b6489d418597d2948daeac 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -23,10 +23,10 @@
# This file must always be included in the shared_library step to ensure
# JNI_OnLoad is exported.
'app/android/chrome_jni_onload.cc',
- 'android/testshell/chrome_main_delegate_testshell_android.cc',
- 'android/testshell/chrome_main_delegate_testshell_android.h',
- "android/testshell/testshell_google_location_settings_helper.cc",
- "android/testshell/testshell_google_location_settings_helper.h",
+ 'android/shell/chrome_main_delegate_testshell_android.cc',
+ 'android/shell/chrome_main_delegate_testshell_android.h',
+ "android/shell/testshell_google_location_settings_helper.cc",
+ "android/shell/testshell_google_location_settings_helper.h",
],
'include_dirs': [
'../skia/config',
@@ -57,7 +57,7 @@
'variables': {
'apk_name': 'ChromiumTestShell',
'manifest_package_name': 'org.chromium.chrome.shell',
- 'java_in_dir': 'android/testshell/java',
+ 'java_in_dir': 'android/shell/java',
'resource_dir': 'android/shell/res',
'asset_location': '<(PRODUCT_DIR)/../assets/<(package_name)',
'native_lib_target': 'libchromiumtestshell',
« no previous file with comments | « chrome/android/testshell/testshell_google_location_settings_helper.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698