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

Unified Diff: build/all_android.gyp

Issue 8008026: Upstream: Set build target and evnvironment for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address the comments Created 9 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 | « no previous file | build/android/envsetup.sh » ('j') | build/android/envsetup.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..05c1f252c901136d9a90ecac2e165638f739ece4
--- /dev/null
+++ b/build/all_android.gyp
@@ -0,0 +1,29 @@
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This is all.gyp file for Android, and will only be used in the short term to
+# prevent breakage in Android and other platform.
jrg 2011/09/26 18:32:14 State clearly that this fill will be churning a lo
michaelbai 2011/09/26 21:08:32 Done.
+#
+# Currently only base_unittests is supported.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'All',
+ 'type': 'none',
+ 'dependencies': [
+ 'util/build_util.gyp:*',
+ ],
+ }, # target_name: All
+ {
+ # The current list of tests for android.
+ # This is temporary until the full set supported.
+ 'target_name': 'android_builder_tests',
+ 'type': 'none',
+ 'dependencies': [
+ '../base/base.gyp:base_unittests',
+ ],
+ },
+ ], # targets
+}
« no previous file with comments | « no previous file | build/android/envsetup.sh » ('j') | build/android/envsetup.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698