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

Unified Diff: build/android/java_cpp_enum.gypi

Issue 578363002: Fix generation of java enums (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix aosp :/ Created 6 years, 3 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 | « android_webview/java_library_common.mk ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/java_cpp_enum.gypi
diff --git a/build/android/java_cpp_enum.gypi b/build/android/java_cpp_enum.gypi
index 5fd26f3dc0a34d2ad99847a1540bafc071f274a8..3d6b3266af0861125da5953bc1476d63dcfebb1a 100644
--- a/build/android/java_cpp_enum.gypi
+++ b/build/android/java_cpp_enum.gypi
@@ -22,7 +22,7 @@
{
'variables': {
# Location where all generated Java sources will be placed.
- 'output_dir': '<(SHARED_INTERMEDIATE_DIR)/enums',
+ 'output_dir': '<(SHARED_INTERMEDIATE_DIR)/enums/<(_target_name)',
'generator_path': '<(DEPTH)/build/android/gyp/java_cpp_enum.py',
'generator_args': '--output_dir=<(output_dir) <(source_file)',
},
« no previous file with comments | « android_webview/java_library_common.mk ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698