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

Side by Side Diff: content/content_tests.gypi

Issue 2068763002: Re-Reland: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable warning 4267 in Win capture.gyp (probs. lost in the previous relanding). Rebase Created 4 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 '../cc/cc.gyp:cc', 846 '../cc/cc.gyp:cc',
847 '../cc/ipc/cc_ipc.gyp:cc_ipc', 847 '../cc/ipc/cc_ipc.gyp:cc_ipc',
848 '../cc/cc_tests.gyp:cc_test_support', 848 '../cc/cc_tests.gyp:cc_test_support',
849 '../components/components.gyp:display_compositor', 849 '../components/components.gyp:display_compositor',
850 '../components/scheduler/scheduler.gyp:scheduler', 850 '../components/scheduler/scheduler.gyp:scheduler',
851 '../components/scheduler/scheduler.gyp:scheduler_test_support', 851 '../components/scheduler/scheduler.gyp:scheduler_test_support',
852 '../gpu/gpu.gyp:gpu_ipc_common', 852 '../gpu/gpu.gyp:gpu_ipc_common',
853 '../gpu/gpu.gyp:gpu_ipc_service_test_support', 853 '../gpu/gpu.gyp:gpu_ipc_service_test_support',
854 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 854 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
855 '../media/blink/media_blink.gyp:media_blink', 855 '../media/blink/media_blink.gyp:media_blink',
856 '../media/capture/capture.gyp:capture',
856 '../media/media.gyp:media', 857 '../media/media.gyp:media',
857 '../media/midi/midi.gyp:midi', 858 '../media/midi/midi.gyp:midi',
858 '../mojo/mojo_edk.gyp:mojo_common_test_support', 859 '../mojo/mojo_edk.gyp:mojo_common_test_support',
859 '../mojo/mojo_edk.gyp:mojo_system_impl', 860 '../mojo/mojo_edk.gyp:mojo_system_impl',
860 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 861 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
861 '../net/net.gyp:net_test_support', 862 '../net/net.gyp:net_test_support',
862 '../ppapi/ppapi_internal.gyp:ppapi_host', 863 '../ppapi/ppapi_internal.gyp:ppapi_host',
863 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 864 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
864 '../ppapi/ppapi_internal.gyp:ppapi_shared', 865 '../ppapi/ppapi_internal.gyp:ppapi_shared',
865 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 866 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
1828 'target_name': 'content_shell_test_apk', 1829 'target_name': 'content_shell_test_apk',
1829 'type': 'none', 1830 'type': 'none',
1830 'dependencies': [ 1831 'dependencies': [
1831 'content_java_test_support', 1832 'content_java_test_support',
1832 'content_shell_apk_java', 1833 'content_shell_apk_java',
1833 'content.gyp:content_java', 1834 'content.gyp:content_java',
1834 '../base/base.gyp:base_java', 1835 '../base/base.gyp:base_java',
1835 '../base/base.gyp:base_javatests', 1836 '../base/base.gyp:base_javatests',
1836 '../base/base.gyp:base_java_test_support', 1837 '../base/base.gyp:base_java_test_support',
1837 '../device/battery/battery.gyp:device_battery_javatests', 1838 '../device/battery/battery.gyp:device_battery_javatests',
1839 '../media/capture/capture.gyp:capture_java',
1838 '../media/media.gyp:media_java', 1840 '../media/media.gyp:media_java',
1839 '../media/media.gyp:media_test_support', 1841 '../media/media.gyp:media_test_support',
1840 '../mojo/mojo_public.gyp:mojo_public_test_interfaces', 1842 '../mojo/mojo_public.gyp:mojo_public_test_interfaces',
1841 '../net/net.gyp:net_java', 1843 '../net/net.gyp:net_java',
1842 '../net/net.gyp:net_javatests', 1844 '../net/net.gyp:net_javatests',
1843 '../net/net.gyp:net_java_test_support', 1845 '../net/net.gyp:net_java_test_support',
1844 '../testing/android/on_device_instrumentation.gyp:broker_java', 1846 '../testing/android/on_device_instrumentation.gyp:broker_java',
1845 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ', 1847 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ',
1846 ], 1848 ],
1847 'variables': { 1849 'variables': {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 'content_unittests_apk.isolate', 1927 'content_unittests_apk.isolate',
1926 ], 1928 ],
1927 }, 1929 },
1928 ], 1930 ],
1929 }, 1931 },
1930 ], 1932 ],
1931 ], 1933 ],
1932 }], 1934 }],
1933 ], 1935 ],
1934 } 1936 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698