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

Unified Diff: build/java.gypi

Issue 1034053002: [Android] Add an out-of-app instrumentation driver APK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Passenger -> Broker Created 5 years, 8 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/java.gypi
diff --git a/build/java.gypi b/build/java.gypi
index 730fa2222a7417c1684ea6f23a40e17b058d4cb7..3eb18db6ce69f76f9ba7e6c6585b9e392937f700 100644
--- a/build/java.gypi
+++ b/build/java.gypi
@@ -101,6 +101,7 @@
},
'emma_instrument': '<(emma_instrument)',
'javac_jar_path': '<(javac_jar_path)',
+ 'java_in_dir_suffix%': '/src',
Yaron 2015/04/18 00:22:57 Seems unnecessary - please revert this file.
jbudorick 2015/04/20 19:21:38 Done.
},
'conditions': [
['add_to_dependents_classpaths == 1', {
@@ -250,7 +251,7 @@
'action_name': 'javac_<(_target_name)',
'message': 'Compiling <(_target_name) java sources',
'variables': {
- 'java_sources': ['>!@(find >(java_in_dir)/src >(additional_src_dirs) -name "*.java")'],
+ 'java_sources': ['>!@(find >(java_in_dir)>(java_in_dir_suffix) >(additional_src_dirs) -name "*.java")'],
},
'inputs': [
'<(DEPTH)/build/android/gyp/util/build_utils.py',
@@ -295,7 +296,7 @@
{
'variables': {
'src_dirs': [
- '<(java_in_dir)/src',
+ '<(java_in_dir)<(java_in_dir_suffix)',
'>@(additional_src_dirs)',
],
'stamp_path': '<(lint_stamp)',

Powered by Google App Engine
This is Rietveld 408576698