| 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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 764 'renderer', | 764 'renderer', |
| 765 'test/perf/perf_test.gyp:*', | 765 'test/perf/perf_test.gyp:*', |
| 766 'test_support_common', | 766 'test_support_common', |
| 767 'test_support_sync_integration', | 767 'test_support_sync_integration', |
| 768 '../apps/common/api/api.gyp:apps_api', | 768 '../apps/common/api/api.gyp:apps_api', |
| 769 '../base/base.gyp:base', | 769 '../base/base.gyp:base', |
| 770 '../base/base.gyp:base_i18n', | 770 '../base/base.gyp:base_i18n', |
| 771 '../base/base.gyp:test_support_base', | 771 '../base/base.gyp:test_support_base', |
| 772 '../components/components.gyp:autofill_content_risk_proto', | 772 '../components/components.gyp:autofill_content_risk_proto', |
| 773 '../components/components.gyp:autofill_content_test_support', | 773 '../components/components.gyp:autofill_content_test_support', |
| 774 '../components/components.gyp:captive_portal_test_support', |
| 774 '../components/components.gyp:dom_distiller_content', | 775 '../components/components.gyp:dom_distiller_content', |
| 775 '../components/components.gyp:dom_distiller_test_support', | 776 '../components/components.gyp:dom_distiller_test_support', |
| 776 '../components/components.gyp:translate_core_common', | 777 '../components/components.gyp:translate_core_common', |
| 777 '../components/components_resources.gyp:components_resources', | 778 '../components/components_resources.gyp:components_resources', |
| 778 '../components/components_strings.gyp:components_strings', | 779 '../components/components_strings.gyp:components_strings', |
| 779 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 780 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 780 '../extensions/common/api/api.gyp:extensions_api', | 781 '../extensions/common/api/api.gyp:extensions_api', |
| 781 '../google_apis/google_apis.gyp:google_apis_test_support', | 782 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 782 '../media/cast/cast.gyp:cast_test_utility', | 783 '../media/cast/cast.gyp:cast_test_utility', |
| 783 '../net/net.gyp:net', | 784 '../net/net.gyp:net', |
| (...skipping 2142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2926 ['enable_webrtc==1', { | 2927 ['enable_webrtc==1', { |
| 2927 'dependencies': [ | 2928 'dependencies': [ |
| 2928 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2929 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2929 ] | 2930 ] |
| 2930 }], | 2931 }], |
| 2931 ], | 2932 ], |
| 2932 }] | 2933 }] |
| 2933 }], | 2934 }], |
| 2934 ], # 'conditions' | 2935 ], # 'conditions' |
| 2935 } | 2936 } |
| OLD | NEW |