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

Unified Diff: build/java.gypi

Issue 1222403005: Expose custom tab client gyp target in chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll custom_tabs_client in third_party 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
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java.gypi
diff --git a/build/java.gypi b/build/java.gypi
index facac9850d073b06806afa2b3d4dc3582f851360..73c550de071e310fadb3a04d871497b1d01e6269 100644
--- a/build/java.gypi
+++ b/build/java.gypi
@@ -79,6 +79,7 @@
'never_lint%': 0,
'findbugs_stamp': '<(intermediate_dir)/findbugs.stamp',
'run_findbugs%': 0,
+ 'java_in_dir_suffix%': '/src',
'proguard_config%': '',
'proguard_preprocess%': '0',
'enable_errorprone%': '0',
@@ -259,7 +260,7 @@
'variables': {
'extra_args': [],
'extra_inputs': [],
- '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")'],
'conditions': [
['enable_errorprone == 1', {
'extra_inputs': [
@@ -315,7 +316,7 @@
{
'variables': {
'src_dirs': [
- '<(java_in_dir)/src',
+ '<(java_in_dir)<(java_in_dir_suffix)',
'>@(additional_src_dirs)',
],
'stamp_path': '<(lint_stamp)',
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698