| 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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 ], | 848 ], |
| 849 'sources': [ | 849 'sources': [ |
| 850 '../apps/app_restore_service_browsertest.cc', | 850 '../apps/app_restore_service_browsertest.cc', |
| 851 '../apps/app_window_browsertest.cc', | 851 '../apps/app_window_browsertest.cc', |
| 852 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', | 852 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', |
| 853 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc', | 853 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc', |
| 854 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h', | 854 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h', |
| 855 '../apps/load_and_launch_browsertest.cc', | 855 '../apps/load_and_launch_browsertest.cc', |
| 856 '../extensions/browser/api/usb/usb_apitest.cc', | 856 '../extensions/browser/api/usb/usb_apitest.cc', |
| 857 '../extensions/browser/api/usb/usb_manual_apitest.cc', | 857 '../extensions/browser/api/usb/usb_manual_apitest.cc', |
| 858 '../extensions/browser/test_extension_registry_observer.h', |
| 859 '../extensions/browser/test_extension_registry_observer.cc', |
| 858 '../extensions/renderer/script_context_browsertest.cc', | 860 '../extensions/renderer/script_context_browsertest.cc', |
| 859 # TODO(blundell): Bring up a components_browsertests target and move | 861 # TODO(blundell): Bring up a components_browsertests target and move |
| 860 # this test to be in that target. crbug.com/283846 | 862 # this test to be in that target. crbug.com/283846 |
| 861 '../components/autofill/content/renderer/password_form_conversion_utils_
browsertest.cc', | 863 '../components/autofill/content/renderer/password_form_conversion_utils_
browsertest.cc', |
| 862 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, | 864 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, |
| 863 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', | 865 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', |
| 864 '../components/autofill/content/renderer/test_password_generation_agent.
h', | 866 '../components/autofill/content/renderer/test_password_generation_agent.
h', |
| 865 '../components/autofill/content/renderer/test_password_generation_agent.
cc', | 867 '../components/autofill/content/renderer/test_password_generation_agent.
cc', |
| 866 # TODO(rockot): Remove this once extensions_browsertests exists. | 868 # TODO(rockot): Remove this once extensions_browsertests exists. |
| 867 '../extensions/browser/api/runtime/runtime_apitest.cc', | 869 '../extensions/browser/api/runtime/runtime_apitest.cc', |
| (...skipping 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2959 ['enable_webrtc==1', { | 2961 ['enable_webrtc==1', { |
| 2960 'dependencies': [ | 2962 'dependencies': [ |
| 2961 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2963 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2962 ] | 2964 ] |
| 2963 }], | 2965 }], |
| 2964 ], | 2966 ], |
| 2965 }] | 2967 }] |
| 2966 }], | 2968 }], |
| 2967 ], # 'conditions' | 2969 ], # 'conditions' |
| 2968 } | 2970 } |
| OLD | NEW |