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

Unified Diff: build/android/pylib/constants.py

Issue 26364002: [android] FlagChanger should only require root to set flags for Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bug Created 7 years, 2 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: build/android/pylib/constants.py
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index b476d8fb1e5129ffdc1d0bbc1727f10f7bea2dfa..2eeb3a31be273af1877711d75c2415d01c7acc54 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -58,13 +58,19 @@ PACKAGE_INFO = {
'org.chromium.content_shell_apk.ContentShellActivity',
'/data/local/tmp/content-shell-command-line',
None,
- None),
+ 'org.chromium.content_shell_apk.tests'),
'chromium_test_shell': PackageInfo(
'org.chromium.chrome.testshell',
'org.chromium.chrome.testshell.ChromiumTestShellActivity',
'/data/local/tmp/chromium-testshell-command-line',
'chromium_testshell_devtools_remote',
'org.chromium.chrome.testshell.tests'),
+ 'android_webview_shell': PackageInfo(
+ 'org.chromium.android_webview.shell',
+ 'org.chromium.android_webview.shell.AwShellActivity',
+ None,
+ None,
+ 'org.chromium.android_webview.test'),
'gtest': PackageInfo(
'org.chromium.native_test',
'org.chromium.native_test.ChromeNativeTestActivity',

Powered by Google App Engine
This is Rietveld 408576698