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

Side by Side Diff: content/content_tests.gypi

Issue 1262253004: Let IPC::SyncMessageFilter take advantage of thread-safe Send. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'test/test_render_frame.cc', 154 'test/test_render_frame.cc',
155 'test/test_render_frame.h', 155 'test/test_render_frame.h',
156 'test/test_render_frame_host.cc', 156 'test/test_render_frame_host.cc',
157 'test/test_render_frame_host.h', 157 'test/test_render_frame_host.h',
158 'test/test_render_frame_host_factory.cc', 158 'test/test_render_frame_host_factory.cc',
159 'test/test_render_frame_host_factory.h', 159 'test/test_render_frame_host_factory.h',
160 'test/test_render_view_host.cc', 160 'test/test_render_view_host.cc',
161 'test/test_render_view_host.h', 161 'test/test_render_view_host.h',
162 'test/test_render_view_host_factory.cc', 162 'test/test_render_view_host_factory.cc',
163 'test/test_render_view_host_factory.h', 163 'test/test_render_view_host_factory.h',
164 'test/test_thread_safe_sender.cc',
165 'test/test_thread_safe_sender.h',
164 'test/test_web_contents.cc', 166 'test/test_web_contents.cc',
165 'test/test_web_contents.h', 167 'test/test_web_contents.h',
166 'test/test_web_contents_factory.cc', 168 'test/test_web_contents_factory.cc',
167 'test/web_contents_observer_sanity_checker.cc', 169 'test/web_contents_observer_sanity_checker.cc',
168 'test/web_contents_observer_sanity_checker.h', 170 'test/web_contents_observer_sanity_checker.h',
169 'test/web_gesture_curve_mock.cc', 171 'test/web_gesture_curve_mock.cc',
170 'test/web_gesture_curve_mock.h', 172 'test/web_gesture_curve_mock.h',
171 'test/web_layer_tree_view_impl_for_testing.cc', 173 'test/web_layer_tree_view_impl_for_testing.cc',
172 'test/web_layer_tree_view_impl_for_testing.h', 174 'test/web_layer_tree_view_impl_for_testing.h',
173 'test/weburl_loader_mock.cc', 175 'test/weburl_loader_mock.cc',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 ], 792 ],
791 'sources': [ '<@(layouttest_support_content_sources)' ] 793 'sources': [ '<@(layouttest_support_content_sources)' ]
792 }], 794 }],
793 ], 795 ],
794 }, 796 },
795 { 797 {
796 # GN version: //content/test:test_support 798 # GN version: //content/test:test_support
797 'target_name': 'test_support_content', 799 'target_name': 'test_support_content',
798 'type': 'static_library', 800 'type': 'static_library',
799 'dependencies': [ 801 'dependencies': [
802 '../ipc/ipc.gyp:ipc',
800 '../mojo/mojo_base.gyp:mojo_application_base', 803 '../mojo/mojo_base.gyp:mojo_application_base',
801 '../mojo/mojo_base.gyp:mojo_environment_chromium', 804 '../mojo/mojo_base.gyp:mojo_environment_chromium',
802 '../net/net.gyp:net_test_support', 805 '../net/net.gyp:net_test_support',
803 '../skia/skia.gyp:skia', 806 '../skia/skia.gyp:skia',
804 '../storage/storage_common.gyp:storage_common', 807 '../storage/storage_common.gyp:storage_common',
805 '../testing/gmock.gyp:gmock', 808 '../testing/gmock.gyp:gmock',
806 '../testing/gtest.gyp:gtest', 809 '../testing/gtest.gyp:gtest',
807 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 810 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
808 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 811 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
809 '../ui/accessibility/accessibility.gyp:ax_gen', 812 '../ui/accessibility/accessibility.gyp:ax_gen',
(...skipping 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after
2102 ], 2105 ],
2103 }, 2106 },
2104 'includes': [ 2107 'includes': [
2105 '../build/host_jar.gypi', 2108 '../build/host_jar.gypi',
2106 ], 2109 ],
2107 }, 2110 },
2108 ], 2111 ],
2109 }], 2112 }],
2110 ], 2113 ],
2111 } 2114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698