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

Unified Diff: build/android/write_ordered_libraries.gypi

Issue 334783006: Allow the mojo shell to run on android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/write_ordered_libraries.gypi
diff --git a/build/android/write_ordered_libraries.gypi b/build/android/write_ordered_libraries.gypi
index e9b8ba53792905520c0ff042b14900f818db34e1..09f529f43abfd99f5584f44bf90d6e9906a4260c 100644
--- a/build/android/write_ordered_libraries.gypi
+++ b/build/android/write_ordered_libraries.gypi
@@ -19,10 +19,11 @@
#
{
- 'action_name': 'ordered_libraries_<(_target_name)',
+ 'action_name': 'ordered_libraries_<(_target_name)<(subtarget)',
'message': 'Writing dependency ordered libraries for <(_target_name)',
'variables': {
'input_libraries%': [],
+ 'subtarget%': '',
},
'inputs': [
'<(DEPTH)/build/android/gyp/util/build_utils.py',

Powered by Google App Engine
This is Rietveld 408576698