| OLD | NEW |
| 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 '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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 'includes': [ | 852 'includes': [ |
| 853 'browser/gpu/test_support_gpu.gypi', | 853 'browser/gpu/test_support_gpu.gypi', |
| 854 ], | 854 ], |
| 855 'defines': [ | 855 'defines': [ |
| 856 'HAS_OUT_OF_PROC_TEST_RUNNER', | 856 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 857 ], | 857 ], |
| 858 'sources': [ | 858 'sources': [ |
| 859 'browser/accessibility/accessibility_win_browsertest.cc', | 859 'browser/accessibility/accessibility_win_browsertest.cc', |
| 860 'browser/accessibility/cross_platform_accessibility_browsertest.cc', | 860 'browser/accessibility/cross_platform_accessibility_browsertest.cc', |
| 861 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 861 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 862 'browser/aura/image_transport_factory_browsertest.cc', |
| 862 'browser/bookmarklet_browsertest.cc', | 863 'browser/bookmarklet_browsertest.cc', |
| 863 'browser/browser_plugin/browser_plugin_host_browsertest.cc', | 864 'browser/browser_plugin/browser_plugin_host_browsertest.cc', |
| 864 'browser/browser_plugin/test_browser_plugin_embedder.cc', | 865 'browser/browser_plugin/test_browser_plugin_embedder.cc', |
| 865 'browser/browser_plugin/test_browser_plugin_embedder.h', | 866 'browser/browser_plugin/test_browser_plugin_embedder.h', |
| 866 'browser/browser_plugin/test_browser_plugin_guest.cc', | 867 'browser/browser_plugin/test_browser_plugin_guest.cc', |
| 867 'browser/browser_plugin/test_browser_plugin_guest.h', | 868 'browser/browser_plugin/test_browser_plugin_guest.h', |
| 868 'browser/browser_plugin/test_browser_plugin_guest_delegate.cc', | 869 'browser/browser_plugin/test_browser_plugin_guest_delegate.cc', |
| 869 'browser/browser_plugin/test_browser_plugin_guest_delegate.h', | 870 'browser/browser_plugin/test_browser_plugin_guest_delegate.h', |
| 870 'browser/browser_plugin/test_browser_plugin_guest_manager.cc', | 871 'browser/browser_plugin/test_browser_plugin_guest_manager.cc', |
| 871 'browser/browser_plugin/test_browser_plugin_guest_manager.h', | 872 'browser/browser_plugin/test_browser_plugin_guest_manager.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1023 'renderer/external_popup_menu_browsertest.cc', | 1024 'renderer/external_popup_menu_browsertest.cc', |
| 1024 ], | 1025 ], |
| 1025 }], | 1026 }], |
| 1026 ['use_aura==1', { | 1027 ['use_aura==1', { |
| 1027 'sources!': [ | 1028 'sources!': [ |
| 1028 'browser/accessibility/accessibility_win_browsertest.cc', | 1029 'browser/accessibility/accessibility_win_browsertest.cc', |
| 1029 'browser/accessibility/dump_accessibility_tree_browsertest.cc', | 1030 'browser/accessibility/dump_accessibility_tree_browsertest.cc', |
| 1030 'browser/plugin_browsertest.cc', | 1031 'browser/plugin_browsertest.cc', |
| 1031 'browser/renderer_host/render_widget_host_view_win_browsertest.c
c', | 1032 'browser/renderer_host/render_widget_host_view_win_browsertest.c
c', |
| 1032 ], | 1033 ], |
| 1034 }, { |
| 1035 'sources/': [ |
| 1036 ['exclude', '^browser/aura/'], |
| 1037 ], |
| 1033 }], | 1038 }], |
| 1034 ['OS!="android" and OS!="ios"', { | 1039 ['OS!="android" and OS!="ios"', { |
| 1035 # npapi test plugin doesn't build on android or ios | 1040 # npapi test plugin doesn't build on android or ios |
| 1036 'dependencies': [ | 1041 'dependencies': [ |
| 1037 # Runtime dependencies | 1042 # Runtime dependencies |
| 1038 'copy_npapi_test_plugin', | 1043 'copy_npapi_test_plugin', |
| 1039 ], | 1044 ], |
| 1040 }], | 1045 }], |
| 1041 ['enable_webrtc==1', { | 1046 ['enable_webrtc==1', { |
| 1042 'sources': [ | 1047 'sources': [ |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1508 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1513 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1509 }, | 1514 }, |
| 1510 ], | 1515 ], |
| 1511 }], | 1516 }], |
| 1512 ], | 1517 ], |
| 1513 }, | 1518 }, |
| 1514 ], | 1519 ], |
| 1515 }], | 1520 }], |
| 1516 ], | 1521 ], |
| 1517 } | 1522 } |
| OLD | NEW |