OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'includes': [ | 5 'includes': [ |
6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
7 ], | 7 ], |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
849 ], | 849 ], |
850 'sources': [ | 850 'sources': [ |
851 '../apps/app_restore_service_browsertest.cc', | 851 '../apps/app_restore_service_browsertest.cc', |
852 '../apps/app_window_browsertest.cc', | 852 '../apps/app_window_browsertest.cc', |
853 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', | 853 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', |
854 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc', | 854 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc', |
855 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h', | 855 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h', |
856 '../apps/load_and_launch_browsertest.cc', | 856 '../apps/load_and_launch_browsertest.cc', |
857 '../extensions/browser/api/usb/usb_apitest.cc', | 857 '../extensions/browser/api/usb/usb_apitest.cc', |
858 '../extensions/browser/api/usb/usb_manual_apitest.cc', | 858 '../extensions/browser/api/usb/usb_manual_apitest.cc', |
| 859 '../extensions/browser/test_extension_registry_observer.h', |
| 860 '../extensions/browser/test_extension_registry_observer.cc', |
859 '../extensions/renderer/script_context_browsertest.cc', | 861 '../extensions/renderer/script_context_browsertest.cc', |
860 # TODO(blundell): Bring up a components_browsertests target and move | 862 # TODO(blundell): Bring up a components_browsertests target and move |
861 # this test to be in that target. crbug.com/283846 | 863 # this test to be in that target. crbug.com/283846 |
862 '../components/autofill/content/renderer/password_form_conversion_utils_
browsertest.cc', | 864 '../components/autofill/content/renderer/password_form_conversion_utils_
browsertest.cc', |
863 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, | 865 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, |
864 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', | 866 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', |
865 '../components/autofill/content/renderer/test_password_generation_agent.
h', | 867 '../components/autofill/content/renderer/test_password_generation_agent.
h', |
866 '../components/autofill/content/renderer/test_password_generation_agent.
cc', | 868 '../components/autofill/content/renderer/test_password_generation_agent.
cc', |
867 # TODO(rockot): Remove this once extensions_browsertests exists. | 869 # TODO(rockot): Remove this once extensions_browsertests exists. |
868 '../extensions/browser/api/runtime/runtime_apitest.cc', | 870 '../extensions/browser/api/runtime/runtime_apitest.cc', |
(...skipping 2095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2964 ['enable_webrtc==1', { | 2966 ['enable_webrtc==1', { |
2965 'dependencies': [ | 2967 'dependencies': [ |
2966 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2968 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2967 ] | 2969 ] |
2968 }], | 2970 }], |
2969 ], | 2971 ], |
2970 }] | 2972 }] |
2971 }], | 2973 }], |
2972 ], # 'conditions' | 2974 ], # 'conditions' |
2973 } | 2975 } |
OLD | NEW |