| 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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 820 ], | 820 ], |
| 821 'sources': [ | 821 'sources': [ |
| 822 '../apps/app_restore_service_browsertest.cc', | 822 '../apps/app_restore_service_browsertest.cc', |
| 823 '../apps/app_window_browsertest.cc', | 823 '../apps/app_window_browsertest.cc', |
| 824 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', | 824 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', |
| 825 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc', | 825 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc', |
| 826 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h', | 826 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h', |
| 827 '../apps/load_and_launch_browsertest.cc', | 827 '../apps/load_and_launch_browsertest.cc', |
| 828 '../extensions/browser/api/usb/usb_apitest.cc', | 828 '../extensions/browser/api/usb/usb_apitest.cc', |
| 829 '../extensions/browser/api/usb/usb_manual_apitest.cc', | 829 '../extensions/browser/api/usb/usb_manual_apitest.cc', |
| 830 '../extensions/renderer/script_context_browsertest.cc', |
| 830 # TODO(blundell): Bring up a components_browsertests target and move | 831 # TODO(blundell): Bring up a components_browsertests target and move |
| 831 # this test to be in that target. crbug.com/283846 | 832 # this test to be in that target. crbug.com/283846 |
| 832 '../components/autofill/content/renderer/password_form_conversion_utils_
browsertest.cc', | 833 '../components/autofill/content/renderer/password_form_conversion_utils_
browsertest.cc', |
| 833 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, | 834 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, |
| 834 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', | 835 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', |
| 835 '../components/autofill/content/renderer/test_password_generation_agent.
h', | 836 '../components/autofill/content/renderer/test_password_generation_agent.
h', |
| 836 '../components/autofill/content/renderer/test_password_generation_agent.
cc', | 837 '../components/autofill/content/renderer/test_password_generation_agent.
cc', |
| 837 # TODO(rockot): Remove this once extensions_browsertests exists. | 838 # TODO(rockot): Remove this once extensions_browsertests exists. |
| 838 '../extensions/browser/api/runtime/runtime_apitest.cc', | 839 '../extensions/browser/api/runtime/runtime_apitest.cc', |
| 839 'app/chrome_command_ids.h', | 840 'app/chrome_command_ids.h', |
| (...skipping 2120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2960 ['enable_webrtc==1', { | 2961 ['enable_webrtc==1', { |
| 2961 'dependencies': [ | 2962 'dependencies': [ |
| 2962 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2963 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2963 ] | 2964 ] |
| 2964 }], | 2965 }], |
| 2965 ], | 2966 ], |
| 2966 }] | 2967 }] |
| 2967 }], | 2968 }], |
| 2968 ], # 'conditions' | 2969 ], # 'conditions' |
| 2969 } | 2970 } |
| OLD | NEW |