| 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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 761 'renderer', | 761 'renderer', |
| 762 'test/perf/perf_test.gyp:*', | 762 'test/perf/perf_test.gyp:*', |
| 763 'test_support_common', | 763 'test_support_common', |
| 764 'test_support_sync_integration', | 764 'test_support_sync_integration', |
| 765 '../apps/common/api/api.gyp:apps_api', | 765 '../apps/common/api/api.gyp:apps_api', |
| 766 '../base/base.gyp:base', | 766 '../base/base.gyp:base', |
| 767 '../base/base.gyp:base_i18n', | 767 '../base/base.gyp:base_i18n', |
| 768 '../base/base.gyp:test_support_base', | 768 '../base/base.gyp:test_support_base', |
| 769 '../components/components.gyp:autofill_content_risk_proto', | 769 '../components/components.gyp:autofill_content_risk_proto', |
| 770 '../components/components.gyp:autofill_content_test_support', | 770 '../components/components.gyp:autofill_content_test_support', |
| 771 '../components/components.gyp:captive_portal_test_support', |
| 771 '../components/components.gyp:dom_distiller_content', | 772 '../components/components.gyp:dom_distiller_content', |
| 772 '../components/components.gyp:dom_distiller_test_support', | 773 '../components/components.gyp:dom_distiller_test_support', |
| 773 '../components/components.gyp:translate_core_common', | 774 '../components/components.gyp:translate_core_common', |
| 774 '../components/components_resources.gyp:components_resources', | 775 '../components/components_resources.gyp:components_resources', |
| 775 '../components/components_strings.gyp:components_strings', | 776 '../components/components_strings.gyp:components_strings', |
| 776 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 777 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 777 '../extensions/common/api/api.gyp:extensions_api', | 778 '../extensions/common/api/api.gyp:extensions_api', |
| 778 '../google_apis/google_apis.gyp:google_apis_test_support', | 779 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 779 '../media/cast/test/utility/utility.gyp:cast_test_utility', | 780 '../media/cast/test/utility/utility.gyp:cast_test_utility', |
| 780 '../net/net.gyp:net', | 781 '../net/net.gyp:net', |
| (...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2912 ['enable_webrtc==1', { | 2913 ['enable_webrtc==1', { |
| 2913 'dependencies': [ | 2914 'dependencies': [ |
| 2914 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2915 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2915 ] | 2916 ] |
| 2916 }], | 2917 }], |
| 2917 ], | 2918 ], |
| 2918 }] | 2919 }] |
| 2919 }], | 2920 }], |
| 2920 ], # 'conditions' | 2921 ], # 'conditions' |
| 2921 } | 2922 } |
| OLD | NEW |