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

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: Addressed John's Comments #2 Created 5 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 | « no previous file | chrome/android/java/AndroidManifest.xml » ('j') | chrome/android/java/AndroidManifest.xml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/chrome_apk.gyp
diff --git a/chrome/android/chrome_apk.gyp b/chrome/android/chrome_apk.gyp
index 636601308b945b40f94a95387489987df51e5fc2..681b1f5cb596616f0896d6755fe20334cfb8a48c 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,
@@ -211,6 +211,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/java/AndroidManifest.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698