| OLD | NEW |
| 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 30 matching lines...) Expand all Loading... |
| 41 'public/test/test_browser_context.h', | 41 'public/test/test_browser_context.h', |
| 42 'public/test/test_browser_thread.h', | 42 'public/test/test_browser_thread.h', |
| 43 'public/test/test_content_client_initializer.h', | 43 'public/test/test_content_client_initializer.h', |
| 44 'public/test/test_file_error_injector.h', | 44 'public/test/test_file_error_injector.h', |
| 45 'public/test/test_launcher.h', | 45 'public/test/test_launcher.h', |
| 46 'public/test/test_navigation_observer.h', | 46 'public/test/test_navigation_observer.h', |
| 47 'public/test/test_notification_tracker.h', | 47 'public/test/test_notification_tracker.h', |
| 48 'public/test/test_renderer_host.h', | 48 'public/test/test_renderer_host.h', |
| 49 'public/test/unittest_test_suite.h', | 49 'public/test/unittest_test_suite.h', |
| 50 'public/test/web_contents_tester.h', | 50 'public/test/web_contents_tester.h', |
| 51 'app/startup_helper_win.cc', |
| 51 # TODO(phajdan.jr): All of those files should live in content/test (if | 52 # TODO(phajdan.jr): All of those files should live in content/test (if |
| 52 # they're only used by content) or content/public/test (if they're used | 53 # they're only used by content) or content/public/test (if they're used |
| 53 # by other embedders). | 54 # by other embedders). |
| 54 'browser/download/mock_download_file.cc', | 55 'browser/download/mock_download_file.cc', |
| 55 'browser/download/mock_download_file.h', | 56 'browser/download/mock_download_file.h', |
| 56 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', | 57 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', |
| 57 'browser/geolocation/arbitrator_dependency_factories_for_test.h', | 58 'browser/geolocation/arbitrator_dependency_factories_for_test.h', |
| 58 'browser/geolocation/fake_access_token_store.cc', | 59 'browser/geolocation/fake_access_token_store.cc', |
| 59 'browser/geolocation/fake_access_token_store.h', | 60 'browser/geolocation/fake_access_token_store.h', |
| 60 'browser/geolocation/mock_location_provider.cc', | 61 'browser/geolocation/mock_location_provider.cc', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'test/web_contents_tester.cc', | 126 'test/web_contents_tester.cc', |
| 126 | 127 |
| 127 # TODO(phajdan.jr): Those files should be moved to webkit | 128 # TODO(phajdan.jr): Those files should be moved to webkit |
| 128 # test support target. | 129 # test support target. |
| 129 '../webkit/appcache/appcache_test_helper.cc', | 130 '../webkit/appcache/appcache_test_helper.cc', |
| 130 '../webkit/appcache/appcache_test_helper.h', | 131 '../webkit/appcache/appcache_test_helper.h', |
| 131 '../webkit/quota/mock_special_storage_policy.cc', | 132 '../webkit/quota/mock_special_storage_policy.cc', |
| 132 '../webkit/quota/mock_special_storage_policy.h', | 133 '../webkit/quota/mock_special_storage_policy.h', |
| 133 ], | 134 ], |
| 134 'conditions': [ | 135 'conditions': [ |
| 136 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { |
| 137 'dependencies': [ |
| 138 '../sandbox/sandbox.gyp:sandbox', |
| 139 ], |
| 140 }], |
| 135 ['enable_webrtc==1', { | 141 ['enable_webrtc==1', { |
| 136 'sources': [ | 142 'sources': [ |
| 137 'renderer/media/mock_media_stream_dependency_factory.cc', | 143 'renderer/media/mock_media_stream_dependency_factory.cc', |
| 138 'renderer/media/mock_media_stream_dependency_factory.h', | 144 'renderer/media/mock_media_stream_dependency_factory.h', |
| 139 'renderer/media/mock_media_stream_dispatcher.cc', | 145 'renderer/media/mock_media_stream_dispatcher.cc', |
| 140 'renderer/media/mock_media_stream_dispatcher.h', | 146 'renderer/media/mock_media_stream_dispatcher.h', |
| 141 'renderer/media/mock_peer_connection_impl.cc', | 147 'renderer/media/mock_peer_connection_impl.cc', |
| 142 'renderer/media/mock_peer_connection_impl.h', | 148 'renderer/media/mock_peer_connection_impl.h', |
| 143 'renderer/media/mock_web_peer_connection_00_handler_client.cc', | 149 'renderer/media/mock_web_peer_connection_00_handler_client.cc', |
| 144 'renderer/media/mock_web_peer_connection_00_handler_client.h', | 150 'renderer/media/mock_web_peer_connection_00_handler_client.h', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 '../webkit/support/webkit_support.gyp:dom_storage', | 219 '../webkit/support/webkit_support.gyp:dom_storage', |
| 214 '../webkit/support/webkit_support.gyp:fileapi', | 220 '../webkit/support/webkit_support.gyp:fileapi', |
| 215 '../webkit/support/webkit_support.gyp:glue', | 221 '../webkit/support/webkit_support.gyp:glue', |
| 216 '../webkit/support/webkit_support.gyp:quota', | 222 '../webkit/support/webkit_support.gyp:quota', |
| 217 '../webkit/support/webkit_support.gyp:webkit_media', | 223 '../webkit/support/webkit_support.gyp:webkit_media', |
| 218 ], | 224 ], |
| 219 'include_dirs': [ | 225 'include_dirs': [ |
| 220 '..', | 226 '..', |
| 221 ], | 227 ], |
| 222 'sources': [ | 228 'sources': [ |
| 223 'app/startup_helper_win.cc', | |
| 224 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 229 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
| 225 'browser/accessibility/browser_accessibility_manager_unittest.cc', | 230 'browser/accessibility/browser_accessibility_manager_unittest.cc', |
| 226 'browser/accessibility/browser_accessibility_win_unittest.cc', | 231 'browser/accessibility/browser_accessibility_win_unittest.cc', |
| 227 'browser/appcache/chrome_appcache_service_unittest.cc', | 232 'browser/appcache/chrome_appcache_service_unittest.cc', |
| 228 'browser/browser_thread_unittest.cc', | 233 'browser/browser_thread_unittest.cc', |
| 229 'browser/browser_url_handler_impl_unittest.cc', | 234 'browser/browser_url_handler_impl_unittest.cc', |
| 230 'browser/child_process_security_policy_unittest.cc', | 235 'browser/child_process_security_policy_unittest.cc', |
| 231 'browser/debugger/devtools_manager_unittest.cc', | 236 'browser/debugger/devtools_manager_unittest.cc', |
| 232 'browser/device_orientation/provider_unittest.cc', | 237 'browser/device_orientation/provider_unittest.cc', |
| 233 'browser/download/base_file_unittest.cc', | 238 'browser/download/base_file_unittest.cc', |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 ['OS=="mac"', { | 468 ['OS=="mac"', { |
| 464 # These flags are needed to run the test on Mac. | 469 # These flags are needed to run the test on Mac. |
| 465 # Search for comments about "xcode_settings" in chrome_tests.gypi. | 470 # Search for comments about "xcode_settings" in chrome_tests.gypi. |
| 466 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 471 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 467 }], | 472 }], |
| 468 ['chromeos==1', { | 473 ['chromeos==1', { |
| 469 'sources/': [ | 474 'sources/': [ |
| 470 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes
t.cc'], | 475 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes
t.cc'], |
| 471 ], | 476 ], |
| 472 }], | 477 }], |
| 473 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { | |
| 474 'dependencies': [ | |
| 475 '../sandbox/sandbox.gyp:sandbox', | |
| 476 ], | |
| 477 }], | |
| 478 ['use_aura==1', { | 478 ['use_aura==1', { |
| 479 'dependencies': [ | 479 'dependencies': [ |
| 480 '../ui/aura/aura.gyp:aura', | 480 '../ui/aura/aura.gyp:aura', |
| 481 ], | 481 ], |
| 482 'sources!': [ | 482 'sources!': [ |
| 483 'browser/accessibility/browser_accessibility_win_unittest.cc', | 483 'browser/accessibility/browser_accessibility_win_unittest.cc', |
| 484 ], | 484 ], |
| 485 }], | 485 }], |
| 486 ['OS == "android"', { | 486 ['OS == "android"', { |
| 487 'sources!': [ | 487 'sources!': [ |
| (...skipping 28 matching lines...) Expand all Loading... |
| 516 '../ui/ui.gyp:ui', | 516 '../ui/ui.gyp:ui', |
| 517 '../webkit/support/webkit_support.gyp:glue', | 517 '../webkit/support/webkit_support.gyp:glue', |
| 518 ], | 518 ], |
| 519 'include_dirs': [ | 519 'include_dirs': [ |
| 520 '..', | 520 '..', |
| 521 ], | 521 ], |
| 522 'defines': [ | 522 'defines': [ |
| 523 'HAS_OUT_OF_PROC_TEST_RUNNER', | 523 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 524 ], | 524 ], |
| 525 'sources': [ | 525 'sources': [ |
| 526 'app/startup_helper_win.cc', | |
| 527 'public/test/test_launcher.h', | |
| 528 'test/content_browser_test.h', | 526 'test/content_browser_test.h', |
| 529 'test/content_browser_test.cc', | 527 'test/content_browser_test.cc', |
| 530 'test/content_test_launcher.cc', | 528 'test/content_test_launcher.cc', |
| 531 ], | 529 ], |
| 532 'conditions': [ | 530 'conditions': [ |
| 533 ['OS=="win"', { | 531 ['OS=="win"', { |
| 534 'resource_include_dirs': [ | 532 'resource_include_dirs': [ |
| 535 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 533 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 536 ], | 534 ], |
| 537 'sources': [ | 535 'sources': [ |
| (...skipping 22 matching lines...) Expand all Loading... |
| 560 }, | 558 }, |
| 561 }, | 559 }, |
| 562 }, | 560 }, |
| 563 }, | 561 }, |
| 564 }], | 562 }], |
| 565 ['OS=="win" and win_use_allocator_shim==1', { | 563 ['OS=="win" and win_use_allocator_shim==1', { |
| 566 'dependencies': [ | 564 'dependencies': [ |
| 567 '../base/allocator/allocator.gyp:allocator', | 565 '../base/allocator/allocator.gyp:allocator', |
| 568 ], | 566 ], |
| 569 }], | 567 }], |
| 570 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { | |
| 571 'dependencies': [ | |
| 572 '../sandbox/sandbox.gyp:sandbox', | |
| 573 ], | |
| 574 }], | |
| 575 ], | 568 ], |
| 576 }, | 569 }, |
| 577 ], | 570 ], |
| 578 'conditions': [ | 571 'conditions': [ |
| 579 ['target_arch=="arm" or OS=="win" or OS=="mac"', { | 572 ['target_arch=="arm" or OS=="win" or OS=="mac"', { |
| 580 'targets': [ | 573 'targets': [ |
| 581 { | 574 { |
| 582 'conditions': [ | 575 'conditions': [ |
| 583 ['target_arch=="arm"', { | 576 ['target_arch=="arm"', { |
| 584 'target_name': 'omx_video_decode_accelerator_unittest', | 577 'target_name': 'omx_video_decode_accelerator_unittest', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 661 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
| 669 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', | 662 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', |
| 670 ], | 663 ], |
| 671 }, | 664 }, |
| 672 'includes': [ '../build/apk_test.gypi' ], | 665 'includes': [ '../build/apk_test.gypi' ], |
| 673 }, | 666 }, |
| 674 ], | 667 ], |
| 675 }], | 668 }], |
| 676 ], | 669 ], |
| 677 } | 670 } |
| OLD | NEW |