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

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

Powered by Google App Engine
This is Rietveld 408576698