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.gyp

Issue 225213002: ui/gfx: Add Android support for gfx_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/gfx/gfx.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 { 5 {
6 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 '../content/content_shell_and_tests.gyp:video_decode_accelerator _unittest_apk', 770 '../content/content_shell_and_tests.gyp:video_decode_accelerator _unittest_apk',
771 '../gpu/gpu.gyp:gl_tests_apk', 771 '../gpu/gpu.gyp:gl_tests_apk',
772 '../gpu/gpu.gyp:gpu_unittests_apk', 772 '../gpu/gpu.gyp:gpu_unittests_apk',
773 '../ipc/ipc.gyp:ipc_tests_apk', 773 '../ipc/ipc.gyp:ipc_tests_apk',
774 '../media/media.gyp:media_unittests_apk', 774 '../media/media.gyp:media_unittests_apk',
775 '../net/net.gyp:net_unittests_apk', 775 '../net/net.gyp:net_unittests_apk',
776 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 776 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
777 '../sql/sql.gyp:sql_unittests_apk', 777 '../sql/sql.gyp:sql_unittests_apk',
778 '../sync/sync.gyp:sync_unit_tests_apk', 778 '../sync/sync.gyp:sync_unit_tests_apk',
779 '../ui/events/events.gyp:events_unittests_apk', 779 '../ui/events/events.gyp:events_unittests_apk',
780 '../ui/gfx/gfx.gyp:gfx_unittests_apk',
780 '../ui/ui_unittests.gyp:ui_unittests_apk', 781 '../ui/ui_unittests.gyp:ui_unittests_apk',
781 '../android_webview/android_webview.gyp:android_webview_test_apk ', 782 '../android_webview/android_webview.gyp:android_webview_test_apk ',
782 '../chrome/chrome.gyp:chrome_shell_test_apk', 783 '../chrome/chrome.gyp:chrome_shell_test_apk',
783 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', 784 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
784 '../webkit/renderer/compositor_bindings/compositor_bindings_test s.gyp:webkit_compositor_bindings_unittests_apk' 785 '../webkit/renderer/compositor_bindings/compositor_bindings_test s.gyp:webkit_compositor_bindings_unittests_apk'
785 ], 786 ],
786 }], 787 }],
787 ], 788 ],
788 }, 789 },
789 { 790 {
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 # http://crbug.com/157234 1236 # http://crbug.com/157234
1236 #'../chrome/chrome.gyp:sync_integration_tests_run', 1237 #'../chrome/chrome.gyp:sync_integration_tests_run',
1237 '../chrome/chrome.gyp:unit_tests_run', 1238 '../chrome/chrome.gyp:unit_tests_run',
1238 '../net/net.gyp:net_unittests_run', 1239 '../net/net.gyp:net_unittests_run',
1239 ], 1240 ],
1240 }, # target_name: chromium_swarm_tests 1241 }, # target_name: chromium_swarm_tests
1241 ], 1242 ],
1242 }], 1243 }],
1243 ], # conditions 1244 ], # conditions
1244 } 1245 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698