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

Side by Side Diff: content/content_tests.gypi

Issue 2083813003: Revert of Re-Reland: Make media/capture gn and gyps produce components (patchset #2 id:20001 of htt… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2774
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 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',
857 '../media/media.gyp:media', 856 '../media/media.gyp:media',
858 '../media/midi/midi.gyp:midi', 857 '../media/midi/midi.gyp:midi',
859 '../mojo/mojo_edk.gyp:mojo_common_test_support', 858 '../mojo/mojo_edk.gyp:mojo_common_test_support',
860 '../mojo/mojo_edk.gyp:mojo_system_impl', 859 '../mojo/mojo_edk.gyp:mojo_system_impl',
861 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 860 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
862 '../net/net.gyp:net_test_support', 861 '../net/net.gyp:net_test_support',
863 '../ppapi/ppapi_internal.gyp:ppapi_host', 862 '../ppapi/ppapi_internal.gyp:ppapi_host',
864 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 863 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
865 '../ppapi/ppapi_internal.gyp:ppapi_shared', 864 '../ppapi/ppapi_internal.gyp:ppapi_shared',
866 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 865 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 'target_name': 'content_shell_test_apk', 1828 'target_name': 'content_shell_test_apk',
1830 'type': 'none', 1829 'type': 'none',
1831 'dependencies': [ 1830 'dependencies': [
1832 'content_java_test_support', 1831 'content_java_test_support',
1833 'content_shell_apk_java', 1832 'content_shell_apk_java',
1834 'content.gyp:content_java', 1833 'content.gyp:content_java',
1835 '../base/base.gyp:base_java', 1834 '../base/base.gyp:base_java',
1836 '../base/base.gyp:base_javatests', 1835 '../base/base.gyp:base_javatests',
1837 '../base/base.gyp:base_java_test_support', 1836 '../base/base.gyp:base_java_test_support',
1838 '../device/battery/battery.gyp:device_battery_javatests', 1837 '../device/battery/battery.gyp:device_battery_javatests',
1839 '../media/capture/capture.gyp:capture_java',
1840 '../media/media.gyp:media_java', 1838 '../media/media.gyp:media_java',
1841 '../media/media.gyp:media_test_support', 1839 '../media/media.gyp:media_test_support',
1842 '../mojo/mojo_public.gyp:mojo_public_test_interfaces', 1840 '../mojo/mojo_public.gyp:mojo_public_test_interfaces',
1843 '../net/net.gyp:net_java', 1841 '../net/net.gyp:net_java',
1844 '../net/net.gyp:net_javatests', 1842 '../net/net.gyp:net_javatests',
1845 '../net/net.gyp:net_java_test_support', 1843 '../net/net.gyp:net_java_test_support',
1846 '../testing/android/on_device_instrumentation.gyp:broker_java', 1844 '../testing/android/on_device_instrumentation.gyp:broker_java',
1847 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ', 1845 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ',
1848 ], 1846 ],
1849 'variables': { 1847 'variables': {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 'content_unittests_apk.isolate', 1925 'content_unittests_apk.isolate',
1928 ], 1926 ],
1929 }, 1927 },
1930 ], 1928 ],
1931 }, 1929 },
1932 ], 1930 ],
1933 ], 1931 ],
1934 }], 1932 }],
1935 ], 1933 ],
1936 } 1934 }
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