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

Side by Side Diff: content/content_tests.gypi

Issue 2059493002: Revert of Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/BUILD.gn » ('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) 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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 '../cc/cc.gyp:cc', 845 '../cc/cc.gyp:cc',
846 '../cc/ipc/cc_ipc.gyp:cc_ipc', 846 '../cc/ipc/cc_ipc.gyp:cc_ipc',
847 '../cc/cc_tests.gyp:cc_test_support', 847 '../cc/cc_tests.gyp:cc_test_support',
848 '../components/components.gyp:display_compositor', 848 '../components/components.gyp:display_compositor',
849 '../components/scheduler/scheduler.gyp:scheduler', 849 '../components/scheduler/scheduler.gyp:scheduler',
850 '../components/scheduler/scheduler.gyp:scheduler_test_support', 850 '../components/scheduler/scheduler.gyp:scheduler_test_support',
851 '../gpu/gpu.gyp:gpu_ipc_common', 851 '../gpu/gpu.gyp:gpu_ipc_common',
852 '../gpu/gpu.gyp:gpu_ipc_service_test_support', 852 '../gpu/gpu.gyp:gpu_ipc_service_test_support',
853 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 853 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
854 '../media/blink/media_blink.gyp:media_blink', 854 '../media/blink/media_blink.gyp:media_blink',
855 '../media/capture/capture.gyp:capture',
856 '../media/media.gyp:media', 855 '../media/media.gyp:media',
857 '../media/midi/midi.gyp:midi', 856 '../media/midi/midi.gyp:midi',
858 '../mojo/mojo_edk.gyp:mojo_common_test_support', 857 '../mojo/mojo_edk.gyp:mojo_common_test_support',
859 '../mojo/mojo_edk.gyp:mojo_system_impl', 858 '../mojo/mojo_edk.gyp:mojo_system_impl',
860 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 859 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
861 '../net/net.gyp:net_test_support', 860 '../net/net.gyp:net_test_support',
862 '../ppapi/ppapi_internal.gyp:ppapi_host', 861 '../ppapi/ppapi_internal.gyp:ppapi_host',
863 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 862 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
864 '../ppapi/ppapi_internal.gyp:ppapi_shared', 863 '../ppapi/ppapi_internal.gyp:ppapi_shared',
865 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 864 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
(...skipping 960 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 'target_name': 'content_shell_test_apk', 1825 'target_name': 'content_shell_test_apk',
1827 'type': 'none', 1826 'type': 'none',
1828 'dependencies': [ 1827 'dependencies': [
1829 'content_java_test_support', 1828 'content_java_test_support',
1830 'content_shell_apk_java', 1829 'content_shell_apk_java',
1831 'content.gyp:content_java', 1830 'content.gyp:content_java',
1832 '../base/base.gyp:base_java', 1831 '../base/base.gyp:base_java',
1833 '../base/base.gyp:base_javatests', 1832 '../base/base.gyp:base_javatests',
1834 '../base/base.gyp:base_java_test_support', 1833 '../base/base.gyp:base_java_test_support',
1835 '../device/battery/battery.gyp:device_battery_javatests', 1834 '../device/battery/battery.gyp:device_battery_javatests',
1836 '../media/capture/capture.gyp:capture_java',
1837 '../media/media.gyp:media_java', 1835 '../media/media.gyp:media_java',
1838 '../media/media.gyp:media_test_support', 1836 '../media/media.gyp:media_test_support',
1839 '../mojo/mojo_public.gyp:mojo_public_test_interfaces', 1837 '../mojo/mojo_public.gyp:mojo_public_test_interfaces',
1840 '../net/net.gyp:net_java', 1838 '../net/net.gyp:net_java',
1841 '../net/net.gyp:net_javatests', 1839 '../net/net.gyp:net_javatests',
1842 '../net/net.gyp:net_java_test_support', 1840 '../net/net.gyp:net_java_test_support',
1843 '../testing/android/on_device_instrumentation.gyp:broker_java', 1841 '../testing/android/on_device_instrumentation.gyp:broker_java',
1844 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ', 1842 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ',
1845 ], 1843 ],
1846 'variables': { 1844 'variables': {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'content_unittests_apk.isolate', 1922 'content_unittests_apk.isolate',
1925 ], 1923 ],
1926 }, 1924 },
1927 ], 1925 ],
1928 }, 1926 },
1929 ], 1927 ],
1930 ], 1928 ],
1931 }], 1929 }],
1932 ], 1930 ],
1933 } 1931 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698