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

Side by Side Diff: content/content_tests.gypi

Issue 9549012: Move closure_blocks_leopard_compat to base now that it's used by two modules. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« base/base.gyp ('K') | « content/content_browser.gypi ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'browser/geolocation/network_location_provider_unittest.cc', 216 'browser/geolocation/network_location_provider_unittest.cc',
217 'browser/geolocation/wifi_data_provider_common_unittest.cc', 217 'browser/geolocation/wifi_data_provider_common_unittest.cc',
218 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 218 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
219 'browser/geolocation/wifi_data_provider_unittest_win.cc', 219 'browser/geolocation/wifi_data_provider_unittest_win.cc',
220 'browser/geolocation/win7_location_api_unittest_win.cc', 220 'browser/geolocation/win7_location_api_unittest_win.cc',
221 'browser/geolocation/win7_location_provider_unittest_win.cc', 221 'browser/geolocation/win7_location_provider_unittest_win.cc',
222 'browser/host_zoom_map_impl_unittest.cc', 222 'browser/host_zoom_map_impl_unittest.cc',
223 'browser/in_process_webkit/dom_storage_unittest.cc', 223 'browser/in_process_webkit/dom_storage_unittest.cc',
224 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', 224 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc',
225 'browser/in_process_webkit/webkit_thread_unittest.cc', 225 'browser/in_process_webkit/webkit_thread_unittest.cc',
226 'browser/mac/closure_blocks_leopard_compat_unittest.cc',
227 'browser/mach_broker_mac_unittest.cc', 226 'browser/mach_broker_mac_unittest.cc',
228 'browser/notification_service_impl_unittest.cc', 227 'browser/notification_service_impl_unittest.cc',
229 'browser/plugin_loader_posix_unittest.cc', 228 'browser/plugin_loader_posix_unittest.cc',
230 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', 229 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm',
231 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 230 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
232 'browser/renderer_host/media/audio_input_device_manager_unittest.cc', 231 'browser/renderer_host/media/audio_input_device_manager_unittest.cc',
233 'browser/renderer_host/media/audio_renderer_host_unittest.cc', 232 'browser/renderer_host/media/audio_renderer_host_unittest.cc',
234 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc', 233 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc',
235 'browser/renderer_host/media/video_capture_host_unittest.cc', 234 'browser/renderer_host/media/video_capture_host_unittest.cc',
236 'browser/renderer_host/media/video_capture_manager_unittest.cc', 235 'browser/renderer_host/media/video_capture_manager_unittest.cc',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 ['OS=="win"', { 342 ['OS=="win"', {
344 'dependencies': [ 343 'dependencies': [
345 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 344 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
346 ], 345 ],
347 }], 346 }],
348 ['chromeos==1', { 347 ['chromeos==1', {
349 'sources/': [ 348 'sources/': [
350 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'], 349 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'],
351 ], 350 ],
352 }], 351 }],
353 ['OS=="mac"', {
354 'dependencies': [
355 'closure_blocks_leopard_compat',
356 ],
357 }],
358 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { 352 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', {
359 'dependencies': [ 353 'dependencies': [
360 '../sandbox/sandbox.gyp:sandbox', 354 '../sandbox/sandbox.gyp:sandbox',
361 ], 355 ],
362 }], 356 }],
363 ['use_aura==1', { 357 ['use_aura==1', {
364 'dependencies': [ 358 'dependencies': [
365 '../ui/aura/aura.gyp:aura', 359 '../ui/aura/aura.gyp:aura',
366 ], 360 ],
367 }], 361 }],
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 ], 480 ],
487 'sources': [ 481 'sources': [
488 'common/gpu/media/video_decode_accelerator_unittest.cc', 482 'common/gpu/media/video_decode_accelerator_unittest.cc',
489 ], 483 ],
490 } 484 }
491 ], 485 ],
492 }, 486 },
493 ], 487 ],
494 ], 488 ],
495 } 489 }
OLDNEW
« base/base.gyp ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698