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

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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 ], 793 ],
792 'sources': [ '<@(layouttest_support_content_sources)' ] 794 'sources': [ '<@(layouttest_support_content_sources)' ]
793 }], 795 }],
794 ], 796 ],
795 }, 797 },
796 { 798 {
797 # GN version: //content/test:test_support 799 # GN version: //content/test:test_support
798 'target_name': 'test_support_content', 800 'target_name': 'test_support_content',
799 'type': 'static_library', 801 'type': 'static_library',
800 'dependencies': [ 802 'dependencies': [
803 '../ipc/ipc.gyp:ipc',
801 '../mojo/mojo_base.gyp:mojo_application_base', 804 '../mojo/mojo_base.gyp:mojo_application_base',
802 '../mojo/mojo_base.gyp:mojo_environment_chromium', 805 '../mojo/mojo_base.gyp:mojo_environment_chromium',
803 '../net/net.gyp:net_test_support', 806 '../net/net.gyp:net_test_support',
804 '../skia/skia.gyp:skia', 807 '../skia/skia.gyp:skia',
805 '../storage/storage_common.gyp:storage_common', 808 '../storage/storage_common.gyp:storage_common',
806 '../testing/gmock.gyp:gmock', 809 '../testing/gmock.gyp:gmock',
807 '../testing/gtest.gyp:gtest', 810 '../testing/gtest.gyp:gtest',
808 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 811 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
809 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 812 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
810 '../ui/accessibility/accessibility.gyp:ax_gen', 813 '../ui/accessibility/accessibility.gyp:ax_gen',
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
2104 ], 2107 ],
2105 }, 2108 },
2106 'includes': [ 2109 'includes': [
2107 '../build/host_jar.gypi', 2110 '../build/host_jar.gypi',
2108 ], 2111 ],
2109 }, 2112 },
2110 ], 2113 ],
2111 }], 2114 }],
2112 ], 2115 ],
2113 } 2116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698