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

Unified Diff: build/android/push_libraries.gypi

Issue 23936004: This fixes the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: build/android/push_libraries.gypi
diff --git a/build/android/push_libraries.gypi b/build/android/push_libraries.gypi
index 1f17660c44832db2e55b006319824aec5ee86016..ea89e92440412af11cc5c2ce5479c011d5f66fc4 100644
--- a/build/android/push_libraries.gypi
+++ b/build/android/push_libraries.gypi
@@ -15,6 +15,7 @@
# 'libraries_source_dir': 'location where stripped libraries are stored'
# 'device_library_dir': 'location on the device where to put pushed libraries',
# 'push_stamp': 'file to touch when the action is complete'
+# 'configuration_name': 'The build CONFIGURATION_NAME'
# },
# 'includes': [ '../../build/android/push_libraries.gypi' ],
# ],
@@ -41,5 +42,6 @@
'--device-dir=<(device_library_dir)',
'--libraries-json=<(ordered_libraries_file)',
'--stamp=<(push_stamp)',
+ '--configuration-name=<(configuration_name)',
],
}

Powered by Google App Engine
This is Rietveld 408576698