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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
785 '../base/base.gyp:test_support_base', | 785 '../base/base.gyp:test_support_base', |
786 '../components/components.gyp:autofill_content_risk_proto', | 786 '../components/components.gyp:autofill_content_risk_proto', |
787 '../components/components.gyp:autofill_content_test_support', | 787 '../components/components.gyp:autofill_content_test_support', |
788 '../components/components.gyp:captive_portal_test_support', | 788 '../components/components.gyp:captive_portal_test_support', |
789 '../components/components.gyp:dom_distiller_content', | 789 '../components/components.gyp:dom_distiller_content', |
790 '../components/components.gyp:dom_distiller_test_support', | 790 '../components/components.gyp:dom_distiller_test_support', |
791 '../components/components.gyp:translate_core_common', | 791 '../components/components.gyp:translate_core_common', |
792 '../components/components_resources.gyp:components_resources', | 792 '../components/components_resources.gyp:components_resources', |
793 '../components/components_strings.gyp:components_strings', | 793 '../components/components_strings.gyp:components_strings', |
794 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 794 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 795 '../device/serial/serial.gyp:device_serial_test_util', |
795 '../extensions/common/api/api.gyp:extensions_api', | 796 '../extensions/common/api/api.gyp:extensions_api', |
796 '../google_apis/google_apis.gyp:google_apis_test_support', | 797 '../google_apis/google_apis.gyp:google_apis_test_support', |
797 '../media/cast/cast.gyp:cast_test_utility', | 798 '../media/cast/cast.gyp:cast_test_utility', |
798 '../media/media.gyp:media', | 799 '../media/media.gyp:media', |
799 '../net/net.gyp:net', | 800 '../net/net.gyp:net', |
800 '../net/net.gyp:net_test_support', | 801 '../net/net.gyp:net_test_support', |
801 '../skia/skia.gyp:skia', | 802 '../skia/skia.gyp:skia', |
802 '../sync/sync.gyp:sync', | 803 '../sync/sync.gyp:sync', |
803 '../sync/sync.gyp:test_support_sync_api', | 804 '../sync/sync.gyp:test_support_sync_api', |
804 '../testing/gmock.gyp:gmock', | 805 '../testing/gmock.gyp:gmock', |
(...skipping 2178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2983 ['enable_webrtc==1', { | 2984 ['enable_webrtc==1', { |
2984 'dependencies': [ | 2985 'dependencies': [ |
2985 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2986 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2986 ] | 2987 ] |
2987 }], | 2988 }], |
2988 ], | 2989 ], |
2989 }] | 2990 }] |
2990 }], | 2991 }], |
2991 ], # 'conditions' | 2992 ], # 'conditions' |
2992 } | 2993 } |
OLD | NEW |