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

Side by Side Diff: build/all_android.gyp

Issue 11597008: Add dependency on Android tools to native unittests APKs targets (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address Yaron's remark Created 8 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | build/apk_test.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This is all.gyp file for Android to prevent breakage in Android and other 5 # This is all.gyp file for Android to prevent breakage in Android and other
6 # platform; It will be churning a lot in the short term and eventually be merged 6 # platform; It will be churning a lot in the short term and eventually be merged
7 # into all.gyp. 7 # into all.gyp.
8 8
9 { 9 {
10 'variables': { 10 'variables': {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '../chrome/chrome.gyp:unit_tests', 48 '../chrome/chrome.gyp:unit_tests',
49 '../content/content.gyp:content_shell_test_apk', 49 '../content/content.gyp:content_shell_test_apk',
50 '../content/content.gyp:content_unittests', 50 '../content/content.gyp:content_unittests',
51 '../gpu/gpu.gyp:gpu_unittests', 51 '../gpu/gpu.gyp:gpu_unittests',
52 '../ipc/ipc.gyp:ipc_tests', 52 '../ipc/ipc.gyp:ipc_tests',
53 '../media/media.gyp:media_unittests', 53 '../media/media.gyp:media_unittests',
54 '../net/net.gyp:net_unittests', 54 '../net/net.gyp:net_unittests',
55 '../sql/sql.gyp:sql_unittests', 55 '../sql/sql.gyp:sql_unittests',
56 '../sync/sync.gyp:sync_unit_tests', 56 '../sync/sync.gyp:sync_unit_tests',
57 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', 57 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
58 '../tools/android/android_tools.gyp:android_tools',
58 '../tools/android/device_stats_monitor/device_stats_monitor.gyp:device_s tats_monitor', 59 '../tools/android/device_stats_monitor/device_stats_monitor.gyp:device_s tats_monitor',
59 '../tools/android/fake_dns/fake_dns.gyp:fake_dns',
60 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_te st', 60 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_te st',
61 '../tools/android/forwarder2/forwarder.gyp:forwarder2',
62 '../tools/android/md5sum/md5sum.gyp:md5sum',
63 '../ui/ui.gyp:ui_unittests', 61 '../ui/ui.gyp:ui_unittests',
64 # Required by ui_unittests. 62 # Required by ui_unittests.
65 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but 63 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but
66 # this would cause circular gyp dependency which needs refactoring the 64 # this would cause circular gyp dependency which needs refactoring the
67 # gyps to resolve. 65 # gyps to resolve.
68 '../chrome/chrome_resources.gyp:packed_resources', 66 '../chrome/chrome_resources.gyp:packed_resources',
69 ], 67 ],
70 'conditions': [ 68 'conditions': [
71 ['linux_breakpad==1', { 69 ['linux_breakpad==1', {
72 'dependencies': [ 70 'dependencies': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 # In-progress targets that are expected to fail and are NOT run 117 # In-progress targets that are expected to fail and are NOT run
120 # on any bot. 118 # on any bot.
121 'target_name': 'android_in_progress', 119 'target_name': 'android_in_progress',
122 'type': 'none', 120 'type': 'none',
123 'dependencies': [ 121 'dependencies': [
124 '../content/content.gyp:content_browsertests', 122 '../content/content.gyp:content_browsertests',
125 ], 123 ],
126 }, 124 },
127 ], # targets 125 ], # targets
128 } 126 }
OLDNEW
« no previous file with comments | « no previous file | build/apk_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698