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

Side by Side Diff: content/content_tests.gypi

Issue 1907783002: Delete //gpu/blink/ and WebGraphicsContext3DImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm-webgraphicscontext3dimpl: . Created 4 years, 8 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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 { 828 {
829 # GN version: //content/test:test_support 829 # GN version: //content/test:test_support
830 'target_name': 'test_support_content', 830 'target_name': 'test_support_content',
831 'type': 'static_library', 831 'type': 'static_library',
832 'dependencies': [ 832 'dependencies': [
833 '../cc/blink/cc_blink.gyp:cc_blink', 833 '../cc/blink/cc_blink.gyp:cc_blink',
834 '../cc/cc.gyp:cc', 834 '../cc/cc.gyp:cc',
835 '../cc/cc_tests.gyp:cc_test_support', 835 '../cc/cc_tests.gyp:cc_test_support',
836 '../components/scheduler/scheduler.gyp:scheduler', 836 '../components/scheduler/scheduler.gyp:scheduler',
837 '../components/scheduler/scheduler.gyp:scheduler_test_support', 837 '../components/scheduler/scheduler.gyp:scheduler_test_support',
838 '../gpu/blink/gpu_blink.gyp:gpu_blink',
839 '../gpu/gpu.gyp:gpu_ipc_common', 838 '../gpu/gpu.gyp:gpu_ipc_common',
840 '../gpu/gpu.gyp:gpu_ipc_service_test_support', 839 '../gpu/gpu.gyp:gpu_ipc_service_test_support',
841 '../ipc/mojo/ipc_mojo.gyp:*', 840 '../ipc/mojo/ipc_mojo.gyp:*',
842 '../media/blink/media_blink.gyp:media_blink', 841 '../media/blink/media_blink.gyp:media_blink',
843 '../media/media.gyp:media', 842 '../media/media.gyp:media',
844 '../media/midi/midi.gyp:midi', 843 '../media/midi/midi.gyp:midi',
845 '../mojo/mojo_edk.gyp:mojo_common_test_support', 844 '../mojo/mojo_edk.gyp:mojo_common_test_support',
846 '../mojo/mojo_edk.gyp:mojo_system_impl', 845 '../mojo/mojo_edk.gyp:mojo_system_impl',
847 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 846 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
848 '../net/net.gyp:net_test_support', 847 '../net/net.gyp:net_test_support',
(...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after
2199 'content_unittests_apk.isolate', 2198 'content_unittests_apk.isolate',
2200 ], 2199 ],
2201 }, 2200 },
2202 ], 2201 ],
2203 }, 2202 },
2204 ], 2203 ],
2205 ], 2204 ],
2206 }], 2205 }],
2207 ], 2206 ],
2208 } 2207 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698