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

Side by Side Diff: build/all.gyp

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using layouttest_support to instantiate WebLayer Created 6 years, 6 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
« no previous file with comments | « no previous file | content/common/DEPS » ('j') | content/common/DEPS » ('J')
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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 '../gpu/gpu.gyp:gpu_unittests_apk', 768 '../gpu/gpu.gyp:gpu_unittests_apk',
769 '../ipc/ipc.gyp:ipc_tests_apk', 769 '../ipc/ipc.gyp:ipc_tests_apk',
770 '../media/media.gyp:media_unittests_apk', 770 '../media/media.gyp:media_unittests_apk',
771 '../net/net.gyp:net_unittests_apk', 771 '../net/net.gyp:net_unittests_apk',
772 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 772 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
773 '../sql/sql.gyp:sql_unittests_apk', 773 '../sql/sql.gyp:sql_unittests_apk',
774 '../sync/sync.gyp:sync_unit_tests_apk', 774 '../sync/sync.gyp:sync_unit_tests_apk',
775 '../ui/events/events.gyp:events_unittests_apk', 775 '../ui/events/events.gyp:events_unittests_apk',
776 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 776 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
777 '../ui/ui_unittests.gyp:ui_unittests_apk', 777 '../ui/ui_unittests.gyp:ui_unittests_apk',
778 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests_apk' 778 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests_apk',
779 ], 779 ],
780 }, 780 },
781 { 781 {
782 # WebRTC Android APK tests. 782 # WebRTC Android APK tests.
783 'target_name': 'android_builder_webrtc', 783 'target_name': 'android_builder_webrtc',
784 'type': 'none', 784 'type': 'none',
785 'variables': { 785 'variables': {
786 # Set default value for include_tests to '0'. It is normally only 786 # Set default value for include_tests to '0'. It is normally only
787 # used in WebRTC GYP files. It is set to '1' only when building 787 # used in WebRTC GYP files. It is set to '1' only when building
788 # WebRTC for Android, inside a Chromium checkout. 788 # WebRTC for Android, inside a Chromium checkout.
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 '../sql/sql.gyp:sql_unittests', 850 '../sql/sql.gyp:sql_unittests',
851 '../sync/sync.gyp:sync_unit_tests', 851 '../sync/sync.gyp:sync_unit_tests',
852 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 852 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
853 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 853 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
854 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 854 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
855 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 855 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
856 '../tools/telemetry/telemetry.gyp:*', 856 '../tools/telemetry/telemetry.gyp:*',
857 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 857 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
858 '../ui/ui_unittests.gyp:ui_unittests', 858 '../ui/ui_unittests.gyp:ui_unittests',
859 '../url/url.gyp:url_unittests', 859 '../url/url.gyp:url_unittests',
860 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
861 ], 860 ],
862 }, 861 },
863 { 862 {
864 'target_name': 'chromium_builder_rel', 863 'target_name': 'chromium_builder_rel',
865 'type': 'none', 864 'type': 'none',
866 'dependencies': [ 865 'dependencies': [
867 '../cc/cc_tests.gyp:cc_unittests', 866 '../cc/cc_tests.gyp:cc_unittests',
868 '../chrome/chrome.gyp:browser_tests', 867 '../chrome/chrome.gyp:browser_tests',
869 '../chrome/chrome.gyp:performance_browser_tests', 868 '../chrome/chrome.gyp:performance_browser_tests',
870 '../chrome/chrome.gyp:sync_integration_tests', 869 '../chrome/chrome.gyp:sync_integration_tests',
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 # http://crbug.com/157234 1218 # http://crbug.com/157234
1220 #'../chrome/chrome.gyp:sync_integration_tests_run', 1219 #'../chrome/chrome.gyp:sync_integration_tests_run',
1221 '../chrome/chrome.gyp:unit_tests_run', 1220 '../chrome/chrome.gyp:unit_tests_run',
1222 '../net/net.gyp:net_unittests_run', 1221 '../net/net.gyp:net_unittests_run',
1223 ], 1222 ],
1224 }, # target_name: chromium_swarm_tests 1223 }, # target_name: chromium_swarm_tests
1225 ], 1224 ],
1226 }], 1225 }],
1227 ], # conditions 1226 ], # conditions
1228 } 1227 }
OLDNEW
« no previous file with comments | « no previous file | content/common/DEPS » ('j') | content/common/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698