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

Side by Side Diff: content/content_tests.gypi

Issue 8089002: Input event filtering and compositor thread setup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/gpu/compositor_thread.h » ('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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'common/gpu/gpu_info_unittest.cc', 163 'common/gpu/gpu_info_unittest.cc',
164 'common/hi_res_timer_manager_unittest.cc', 164 'common/hi_res_timer_manager_unittest.cc',
165 'common/net/url_fetcher_unittest.cc', 165 'common/net/url_fetcher_unittest.cc',
166 'common/notification_service_unittest.cc', 166 'common/notification_service_unittest.cc',
167 'common/process_watcher_unittest.cc', 167 'common/process_watcher_unittest.cc',
168 'common/property_bag_unittest.cc', 168 'common/property_bag_unittest.cc',
169 'common/resource_dispatcher_unittest.cc', 169 'common/resource_dispatcher_unittest.cc',
170 'gpu/gpu_info_collector_unittest.cc', 170 'gpu/gpu_info_collector_unittest.cc',
171 'gpu/gpu_info_collector_unittest_win.cc', 171 'gpu/gpu_info_collector_unittest_win.cc',
172 'renderer/active_notification_tracker_unittest.cc', 172 'renderer/active_notification_tracker_unittest.cc',
173 'renderer/gpu/input_event_filter_unittest.cc',
173 'renderer/media/audio_message_filter_unittest.cc', 174 'renderer/media/audio_message_filter_unittest.cc',
174 'renderer/media/audio_renderer_impl_unittest.cc', 175 'renderer/media/audio_renderer_impl_unittest.cc',
175 'renderer/media/capture_video_decoder_unittest.cc', 176 'renderer/media/capture_video_decoder_unittest.cc',
176 'renderer/media/media_stream_dispatcher_unittest.cc', 177 'renderer/media/media_stream_dispatcher_unittest.cc',
177 'renderer/media/rtc_video_decoder_unittest.cc', 178 'renderer/media/rtc_video_decoder_unittest.cc',
178 'renderer/media/video_capture_impl_unittest.cc', 179 'renderer/media/video_capture_impl_unittest.cc',
179 'renderer/media/video_capture_message_filter_unittest.cc', 180 'renderer/media/video_capture_message_filter_unittest.cc',
180 'renderer/paint_aggregator_unittest.cc', 181 'renderer/paint_aggregator_unittest.cc',
181 'renderer/v8_value_converter_impl_unittest.cc', 182 'renderer/v8_value_converter_impl_unittest.cc',
182 'test/run_all_unittests.cc', 183 'test/run_all_unittests.cc',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 ], 308 ],
308 'sources': [ 309 'sources': [
309 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 310 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
310 ], 311 ],
311 } 312 }
312 ], 313 ],
313 }, 314 },
314 ], 315 ],
315 ], 316 ],
316 } 317 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/gpu/compositor_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698