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

Unified Diff: chrome/android/chrome_apk.gyp

Issue 1258563005: Added Signin Utilities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/android/chrome_apk.gyp
diff --git a/chrome/android/chrome_apk.gyp b/chrome/android/chrome_apk.gyp
index f5871c1e5a5df66793f7df3b25d8015e46fdace9..18a4f7b45f9bf62d8f45f668452c90c24c0b2081 100644
--- a/chrome/android/chrome_apk.gyp
+++ b/chrome/android/chrome_apk.gyp
@@ -4,7 +4,7 @@
{
'includes': [
'../../chrome/chrome_android_paks.gypi', # Included for the list of pak resources.
- '../../build/util/version.gypi'
+ '../../build/util/version.gypi',
],
'variables': {
'chromium_code': 1,
@@ -210,6 +210,7 @@
'package_name': 'chrome_public_test',
'java_in_dir': 'javatests',
'java_in_dir_suffix': '/src_dummy',
+ 'resource_dir': '<(java_in_dir)/res',
'apk_name': 'ChromePublicTest',
'is_test_apk': 1,
'test_type': 'instrumentation',
« no previous file with comments | « no previous file | chrome/android/java/AndroidManifest.xml » ('j') | chrome/android/javatests/res/values/strings.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698