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

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: Changing dependencies due to failing ios bots 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/child/assert_matching_enums.cc » ('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 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 '../gpu/gpu.gyp:gpu_unittests_apk', 771 '../gpu/gpu.gyp:gpu_unittests_apk',
772 '../ipc/ipc.gyp:ipc_tests_apk', 772 '../ipc/ipc.gyp:ipc_tests_apk',
773 '../media/media.gyp:media_unittests_apk', 773 '../media/media.gyp:media_unittests_apk',
774 '../net/net.gyp:net_unittests_apk', 774 '../net/net.gyp:net_unittests_apk',
775 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 775 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
776 '../sql/sql.gyp:sql_unittests_apk', 776 '../sql/sql.gyp:sql_unittests_apk',
777 '../sync/sync.gyp:sync_unit_tests_apk', 777 '../sync/sync.gyp:sync_unit_tests_apk',
778 '../ui/events/events.gyp:events_unittests_apk', 778 '../ui/events/events.gyp:events_unittests_apk',
779 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 779 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
780 '../ui/ui_unittests.gyp:ui_unittests_apk', 780 '../ui/ui_unittests.gyp:ui_unittests_apk',
781 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests_apk' 781 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests_apk',
782 ], 782 ],
783 }, 783 },
784 { 784 {
785 # WebRTC Android APK tests. 785 # WebRTC Android APK tests.
786 'target_name': 'android_builder_webrtc', 786 'target_name': 'android_builder_webrtc',
787 'type': 'none', 787 'type': 'none',
788 'variables': { 788 'variables': {
789 # Set default value for include_tests to '0'. It is normally only 789 # Set default value for include_tests to '0'. It is normally only
790 # used in WebRTC GYP files. It is set to '1' only when building 790 # used in WebRTC GYP files. It is set to '1' only when building
791 # WebRTC for Android, inside a Chromium checkout. 791 # WebRTC for Android, inside a Chromium checkout.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 '../sync/sync.gyp:sync_unit_tests', 854 '../sync/sync.gyp:sync_unit_tests',
855 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 855 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
856 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 856 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
857 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 857 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
858 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 858 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
859 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 859 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
860 '../tools/telemetry/telemetry.gyp:*', 860 '../tools/telemetry/telemetry.gyp:*',
861 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 861 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
862 '../ui/ui_unittests.gyp:ui_unittests', 862 '../ui/ui_unittests.gyp:ui_unittests',
863 '../url/url.gyp:url_unittests', 863 '../url/url.gyp:url_unittests',
864 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
865 ], 864 ],
866 }, 865 },
867 { 866 {
868 'target_name': 'chromium_builder_rel', 867 'target_name': 'chromium_builder_rel',
869 'type': 'none', 868 'type': 'none',
870 'dependencies': [ 869 'dependencies': [
871 '../cc/cc_tests.gyp:cc_unittests', 870 '../cc/cc_tests.gyp:cc_unittests',
872 '../chrome/chrome.gyp:browser_tests', 871 '../chrome/chrome.gyp:browser_tests',
873 '../chrome/chrome.gyp:performance_browser_tests', 872 '../chrome/chrome.gyp:performance_browser_tests',
874 '../chrome/chrome.gyp:sync_integration_tests', 873 '../chrome/chrome.gyp:sync_integration_tests',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 'dependencies': [ 1240 'dependencies': [
1242 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1241 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1243 '../ui/views/views.gyp:views', 1242 '../ui/views/views.gyp:views',
1244 '../ui/views/views.gyp:views_unittests', 1243 '../ui/views/views.gyp:views_unittests',
1245 ], 1244 ],
1246 }, # target_name: macviews_builder 1245 }, # target_name: macviews_builder
1247 ], # targets 1246 ], # targets
1248 }], # os=='mac' and toolkit_views==1 1247 }], # os=='mac' and toolkit_views==1
1249 ], # conditions 1248 ], # conditions
1250 } 1249 }
OLDNEW
« no previous file with comments | « no previous file | content/child/assert_matching_enums.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698