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

Side by Side Diff: build/all_android.gyp

Issue 62863002: Set media_perftests up for android and to be built by the perfbots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | « build/all.gyp ('k') | media/media.gyp » ('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 30 matching lines...) Expand all
41 ], 41 ],
42 }, # target_name: all_webkit 42 }, # target_name: all_webkit
43 { 43 {
44 # The current list of tests for android. This is temporary 44 # The current list of tests for android. This is temporary
45 # until the full set supported. If adding a new test here, 45 # until the full set supported. If adding a new test here,
46 # please also add it to build/android/pylib/gtest/gtest_config.py, 46 # please also add it to build/android/pylib/gtest/gtest_config.py,
47 # else the test is not run. 47 # else the test is not run.
48 # 48 #
49 # WARNING: 49 # WARNING:
50 # Do not add targets here without communicating the implications 50 # Do not add targets here without communicating the implications
51 # on tryserver triggers and load. Discuss with jrg please. 51 # on tryserver triggers and load. Discuss with jrg please.
bulach 2013/11/07 16:21:34 ilevy?
52 'target_name': 'android_builder_tests', 52 'target_name': 'android_builder_tests',
53 'type': 'none', 53 'type': 'none',
54 'dependencies': [ 54 'dependencies': [
55 '../android_webview/android_webview.gyp:android_webview_unittests', 55 '../android_webview/android_webview.gyp:android_webview_unittests',
56 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests', 56 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
57 '../base/base.gyp:base_unittests', 57 '../base/base.gyp:base_unittests',
58 '../breakpad/breakpad.gyp:breakpad_unittests', 58 '../breakpad/breakpad.gyp:breakpad_unittests',
59 # Also compile the tools needed to deal with minidumps, they are 59 # Also compile the tools needed to deal with minidumps, they are
60 # needed to run minidump tests upstream. 60 # needed to run minidump tests upstream.
61 '../breakpad/breakpad.gyp:dump_syms#host', 61 '../breakpad/breakpad.gyp:dump_syms#host',
62 '../breakpad/breakpad.gyp:symupload#host', 62 '../breakpad/breakpad.gyp:symupload#host',
63 '../breakpad/breakpad.gyp:minidump_dump#host', 63 '../breakpad/breakpad.gyp:minidump_dump#host',
64 '../breakpad/breakpad.gyp:minidump_stackwalk#host', 64 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
65 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multip le_proguards_test_apk', 65 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multip le_proguards_test_apk',
66 '../cc/cc_tests.gyp:cc_perftests_apk', 66 '../cc/cc_tests.gyp:cc_perftests_apk',
67 '../cc/cc_tests.gyp:cc_unittests', 67 '../cc/cc_tests.gyp:cc_unittests',
68 '../chrome/chrome.gyp:unit_tests', 68 '../chrome/chrome.gyp:unit_tests',
69 '../components/components_tests.gyp:components_unittests', 69 '../components/components_tests.gyp:components_unittests',
70 '../content/content_shell_and_tests.gyp:content_browsertests', 70 '../content/content_shell_and_tests.gyp:content_browsertests',
71 '../content/content_shell_and_tests.gyp:content_gl_tests', 71 '../content/content_shell_and_tests.gyp:content_gl_tests',
72 '../content/content_shell_and_tests.gyp:content_shell_test_apk', 72 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
73 '../content/content_shell_and_tests.gyp:content_unittests', 73 '../content/content_shell_and_tests.gyp:content_unittests',
74 '../gpu/gpu.gyp:gl_tests', 74 '../gpu/gpu.gyp:gl_tests',
75 '../gpu/gpu.gyp:gpu_unittests', 75 '../gpu/gpu.gyp:gpu_unittests',
76 '../ipc/ipc.gyp:ipc_tests', 76 '../ipc/ipc.gyp:ipc_tests',
77 '../media/media.gyp:media_perftests_apk',
rileya (GONE FROM CHROMIUM) 2013/11/06 19:45:15 Not quite sure if this is the right way of going a
bulach 2013/11/07 16:21:34 what's media_perftests_apk? :) if it's a gtest-bas
rileya (GONE FROM CHROMIUM) 2013/11/07 18:13:34 Yep, it's a gtest-based perf test.
77 '../media/media.gyp:media_unittests', 78 '../media/media.gyp:media_unittests',
78 '../net/net.gyp:net_unittests', 79 '../net/net.gyp:net_unittests',
79 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 80 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
80 '../sql/sql.gyp:sql_unittests', 81 '../sql/sql.gyp:sql_unittests',
81 '../sync/sync.gyp:sync_unit_tests', 82 '../sync/sync.gyp:sync_unit_tests',
82 '../third_party/WebKit/public/all.gyp:*', 83 '../third_party/WebKit/public/all.gyp:*',
83 '../tools/android/android_tools.gyp:android_tools', 84 '../tools/android/android_tools.gyp:android_tools',
84 '../tools/android/android_tools.gyp:memconsumer', 85 '../tools/android/android_tools.gyp:memconsumer',
85 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_te st', 86 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_te st',
86 '../ui/ui_unittests.gyp:ui_unittests', 87 '../ui/ui_unittests.gyp:ui_unittests',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 { 169 {
169 # In-progress targets that are expected to fail and are NOT run 170 # In-progress targets that are expected to fail and are NOT run
170 # on any bot. 171 # on any bot.
171 'target_name': 'android_in_progress', 172 'target_name': 'android_in_progress',
172 'type': 'none', 173 'type': 'none',
173 'dependencies': [ 174 'dependencies': [
174 ], 175 ],
175 }, 176 },
176 ], # targets 177 ], # targets
177 } 178 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698