Chromium Code Reviews| 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 2875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2886 ], | 2886 ], |
| 2887 'includes': [ | 2887 'includes': [ |
| 2888 '../build/isolate.gypi', | 2888 '../build/isolate.gypi', |
| 2889 'sync_integration_tests.isolate', | 2889 'sync_integration_tests.isolate', |
| 2890 ], | 2890 ], |
| 2891 'sources': [ | 2891 'sources': [ |
| 2892 'sync_integration_tests.isolate', | 2892 'sync_integration_tests.isolate', |
| 2893 ], | 2893 ], |
| 2894 }, | 2894 }, |
| 2895 { | 2895 { |
| 2896 'target_name': 'tab_capture_end2end_tests_run', | |
| 2897 'type': 'none', | |
| 2898 'dependencies': [ | |
| 2899 'browser_tests_run', | |
| 2900 ], | |
| 2901 'includes': [ | |
| 2902 '../build/isolate.gypi', | |
| 2903 'tab_capture_end2endtests.isolate', | |
|
Ken Russell (switch to Gerrit)
2014/05/14 22:50:41
The isolate is named differently!
| |
| 2904 ], | |
| 2905 'sources': [ | |
| 2906 'tab_capture_end2endtests.isolate', | |
| 2907 ], | |
| 2908 }, | |
| 2909 { | |
| 2896 'target_name': 'tab_capture_performance_tests_run', | 2910 'target_name': 'tab_capture_performance_tests_run', |
| 2897 'type': 'none', | 2911 'type': 'none', |
| 2898 'dependencies': [ | 2912 'dependencies': [ |
| 2899 'performance_browser_tests', | 2913 'performance_browser_tests', |
| 2900 'chrome_run', | 2914 'chrome_run', |
| 2901 ], | 2915 ], |
| 2902 'includes': [ | 2916 'includes': [ |
| 2903 '../build/isolate.gypi', | 2917 '../build/isolate.gypi', |
| 2904 'tab_capture_performance_tests.isolate', | 2918 'tab_capture_performance_tests.isolate', |
| 2905 ], | 2919 ], |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2961 ['enable_webrtc==1', { | 2975 ['enable_webrtc==1', { |
| 2962 'dependencies': [ | 2976 'dependencies': [ |
| 2963 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2977 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2964 ] | 2978 ] |
| 2965 }], | 2979 }], |
| 2966 ], | 2980 ], |
| 2967 }] | 2981 }] |
| 2968 }], | 2982 }], |
| 2969 ], # 'conditions' | 2983 ], # 'conditions' |
| 2970 } | 2984 } |
| OLD | NEW |