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

Side by Side Diff: build/all_android.gyp

Issue 11639036: Android: compile and run sandbox_linux_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile sandbox_linux_unittests only for now. Don't run. 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 '../base/base.gyp:base_unittests', 45 '../base/base.gyp:base_unittests',
46 '../cc/cc_tests.gyp:cc_perftests_apk', 46 '../cc/cc_tests.gyp:cc_perftests_apk',
47 '../cc/cc_tests.gyp:cc_unittests', 47 '../cc/cc_tests.gyp:cc_unittests',
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 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
55 '../sql/sql.gyp:sql_unittests', 56 '../sql/sql.gyp:sql_unittests',
56 '../sync/sync.gyp:sync_unit_tests', 57 '../sync/sync.gyp:sync_unit_tests',
57 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', 58 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
58 '../tools/android/android_tools.gyp:android_tools', 59 '../tools/android/android_tools.gyp:android_tools',
59 '../tools/android/device_stats_monitor/device_stats_monitor.gyp:device_s tats_monitor', 60 '../tools/android/device_stats_monitor/device_stats_monitor.gyp:device_s tats_monitor',
60 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_te st', 61 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_te st',
61 '../ui/ui.gyp:ui_unittests', 62 '../ui/ui.gyp:ui_unittests',
62 # Required by ui_unittests. 63 # Required by ui_unittests.
63 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but 64 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but
64 # this would cause circular gyp dependency which needs refactoring the 65 # this would cause circular gyp dependency which needs refactoring the
(...skipping 22 matching lines...) Expand all
87 # Unit test bundles packaged as an apk. 88 # Unit test bundles packaged as an apk.
88 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', 89 '../android_webview/android_webview.gyp:android_webview_unittests_ap k',
89 '../base/base.gyp:base_unittests_apk', 90 '../base/base.gyp:base_unittests_apk',
90 '../cc/cc_tests.gyp:cc_unittests_apk', 91 '../cc/cc_tests.gyp:cc_unittests_apk',
91 '../chrome/chrome.gyp:unit_tests_apk', 92 '../chrome/chrome.gyp:unit_tests_apk',
92 '../content/content.gyp:content_unittests_apk', 93 '../content/content.gyp:content_unittests_apk',
93 '../gpu/gpu.gyp:gpu_unittests_apk', 94 '../gpu/gpu.gyp:gpu_unittests_apk',
94 '../ipc/ipc.gyp:ipc_tests_apk', 95 '../ipc/ipc.gyp:ipc_tests_apk',
95 '../media/media.gyp:media_unittests_apk', 96 '../media/media.gyp:media_unittests_apk',
96 '../net/net.gyp:net_unittests_apk', 97 '../net/net.gyp:net_unittests_apk',
98 '../sandbox/sandbox.gyp:sandbox_linux_unittests_apk',
97 '../sql/sql.gyp:sql_unittests_apk', 99 '../sql/sql.gyp:sql_unittests_apk',
98 '../sync/sync.gyp:sync_unit_tests_apk', 100 '../sync/sync.gyp:sync_unit_tests_apk',
99 '../ui/ui.gyp:ui_unittests_apk', 101 '../ui/ui.gyp:ui_unittests_apk',
100 '../android_webview/android_webview.gyp:android_webview_test_apk', 102 '../android_webview/android_webview.gyp:android_webview_test_apk',
101 '../chrome/chrome.gyp:chromium_testshell_test_apk', 103 '../chrome/chrome.gyp:chromium_testshell_test_apk',
102 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests_apk' 104 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests_apk'
103 ], 105 ],
104 }], 106 }],
105 ], 107 ],
106 }, 108 },
(...skipping 10 matching lines...) Expand all
117 # In-progress targets that are expected to fail and are NOT run 119 # In-progress targets that are expected to fail and are NOT run
118 # on any bot. 120 # on any bot.
119 'target_name': 'android_in_progress', 121 'target_name': 'android_in_progress',
120 'type': 'none', 122 'type': 'none',
121 'dependencies': [ 123 'dependencies': [
122 '../content/content.gyp:content_browsertests', 124 '../content/content.gyp:content_browsertests',
123 ], 125 ],
124 }, 126 },
125 ], # targets 127 ], # targets
126 } 128 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698