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

Side by Side Diff: content/content_tests.gypi

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

Powered by Google App Engine
This is Rietveld 408576698