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

Side by Side Diff: content/content_tests.gypi

Issue 8724004: [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add CrAppControlProtocol support to CrDrtApplication Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « content/content_common.gypi ('k') | content/test/content_test_suite.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'common/test_url_constants.h', 67 'common/test_url_constants.h',
68 'gpu/gpu_idirect3d9_mock_win.cc', 68 'gpu/gpu_idirect3d9_mock_win.cc',
69 'gpu/gpu_idirect3d9_mock_win.h', 69 'gpu/gpu_idirect3d9_mock_win.h',
70 'renderer/mock_content_renderer_client.cc', 70 'renderer/mock_content_renderer_client.cc',
71 'renderer/mock_content_renderer_client.h', 71 'renderer/mock_content_renderer_client.h',
72 'test/browser_test.h', 72 'test/browser_test.h',
73 'test/browser_test_base.cc', 73 'test/browser_test_base.cc',
74 'test/browser_test_base.h', 74 'test/browser_test_base.h',
75 'test/content_test_suite.cc', 75 'test/content_test_suite.cc',
76 'test/content_test_suite.h', 76 'test/content_test_suite.h',
77 'test/mock_chrome_application_mac.h',
78 'test/mock_chrome_application_mac.mm',
79 'test/mock_keyboard.cc', 77 'test/mock_keyboard.cc',
80 'test/mock_keyboard.h', 78 'test/mock_keyboard.h',
81 'test/mock_keyboard_driver_win.cc', 79 'test/mock_keyboard_driver_win.cc',
82 'test/mock_keyboard_driver_win.h', 80 'test/mock_keyboard_driver_win.h',
83 'test/mock_render_process.cc', 81 'test/mock_render_process.cc',
84 'test/mock_render_process.h', 82 'test/mock_render_process.h',
85 'test/mock_render_thread.cc', 83 'test/mock_render_thread.cc',
86 'test/mock_render_thread.h', 84 'test/mock_render_thread.h',
87 'test/render_view_fake_resources_test.cc', 85 'test/render_view_fake_resources_test.cc',
88 'test/render_view_fake_resources_test.h', 86 'test/render_view_fake_resources_test.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'browser/speech/speech_recognizer_unittest.cc', 219 'browser/speech/speech_recognizer_unittest.cc',
222 'browser/ssl/ssl_host_state_unittest.cc', 220 'browser/ssl/ssl_host_state_unittest.cc',
223 'browser/tab_contents/navigation_controller_unittest.cc', 221 'browser/tab_contents/navigation_controller_unittest.cc',
224 'browser/tab_contents/navigation_entry_unittest.cc', 222 'browser/tab_contents/navigation_entry_unittest.cc',
225 'browser/tab_contents/render_view_host_manager_unittest.cc', 223 'browser/tab_contents/render_view_host_manager_unittest.cc',
226 'browser/tab_contents/tab_contents_delegate_unittest.cc', 224 'browser/tab_contents/tab_contents_delegate_unittest.cc',
227 'browser/tab_contents/web_drag_dest_mac_unittest.mm', 225 'browser/tab_contents/web_drag_dest_mac_unittest.mm',
228 'browser/trace_subscriber_stdio_unittest.cc', 226 'browser/trace_subscriber_stdio_unittest.cc',
229 'common/mac/attributed_string_coder_unittest.mm', 227 'common/mac/attributed_string_coder_unittest.mm',
230 'common/mac/font_descriptor_unittest.mm', 228 'common/mac/font_descriptor_unittest.mm',
231 'common/gamepad_seqlock_unittest.cc',
dvyukov 2011/12/08 12:11:01 What is the reason to remove gamepad_seqlock_unitt
Scott Hess - ex-Googler 2011/12/08 14:29:45 Holy Broken Merge, Batman! I'm sorry about that -
232 'common/mac/scoped_sending_event_unittest.mm',
233 'common/gpu/gpu_feature_flags_unittest.cc', 229 'common/gpu/gpu_feature_flags_unittest.cc',
234 'common/gpu/gpu_info_unittest.cc', 230 'common/gpu/gpu_info_unittest.cc',
235 'common/hi_res_timer_manager_unittest.cc', 231 'common/hi_res_timer_manager_unittest.cc',
236 'common/net/url_fetcher_impl_unittest.cc', 232 'common/net/url_fetcher_impl_unittest.cc',
237 'common/page_zoom_unittest.cc', 233 'common/page_zoom_unittest.cc',
238 'common/resource_dispatcher_unittest.cc', 234 'common/resource_dispatcher_unittest.cc',
239 'common/sandbox_mac_diraccess_unittest.mm', 235 'common/sandbox_mac_diraccess_unittest.mm',
240 'common/sandbox_mac_fontloading_unittest.mm', 236 'common/sandbox_mac_fontloading_unittest.mm',
241 'common/sandbox_mac_unittest_helper.h', 237 'common/sandbox_mac_unittest_helper.h',
242 'common/sandbox_mac_unittest_helper.mm', 238 'common/sandbox_mac_unittest_helper.mm',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 ], 398 ],
403 'sources': [ 399 'sources': [
404 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 400 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
405 ], 401 ],
406 } 402 }
407 ], 403 ],
408 }, 404 },
409 ], 405 ],
410 ], 406 ],
411 } 407 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/test/content_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698