| 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 2893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2904 }], | 2904 }], |
| 2905 ], | 2905 ], |
| 2906 'includes': [ | 2906 'includes': [ |
| 2907 '../build/isolate.gypi', | 2907 '../build/isolate.gypi', |
| 2908 'sync_integration_tests.isolate', | 2908 'sync_integration_tests.isolate', |
| 2909 ], | 2909 ], |
| 2910 'sources': [ | 2910 'sources': [ |
| 2911 'sync_integration_tests.isolate', | 2911 'sync_integration_tests.isolate', |
| 2912 ], | 2912 ], |
| 2913 }, | 2913 }, |
| 2914 { | |
| 2915 'target_name': 'tab_capture_performance_tests_run', | |
| 2916 'type': 'none', | |
| 2917 'dependencies': [ | |
| 2918 'performance_browser_tests', | |
| 2919 'chrome_run', | |
| 2920 ], | |
| 2921 'includes': [ | |
| 2922 '../build/isolate.gypi', | |
| 2923 'tab_capture_performance_tests.isolate', | |
| 2924 ], | |
| 2925 'sources': [ | |
| 2926 'tab_capture_performance_tests.isolate', | |
| 2927 ], | |
| 2928 }, | |
| 2929 ], | 2914 ], |
| 2930 'conditions': [ | 2915 'conditions': [ |
| 2931 ['archive_gpu_tests==1', { | 2916 ['archive_gpu_tests==1', { |
| 2932 'targets': [ | 2917 'targets': [ |
| 2933 { | 2918 { |
| 2934 'target_name': 'angle_unittests_run', | 2919 'target_name': 'angle_unittests_run', |
| 2935 'type': 'none', | 2920 'type': 'none', |
| 2936 'dependencies': [ | 2921 'dependencies': [ |
| 2937 '../gpu/gpu.gyp:angle_unittests', | 2922 '../gpu/gpu.gyp:angle_unittests', |
| 2938 ], | 2923 ], |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3044 ['enable_webrtc==1', { | 3029 ['enable_webrtc==1', { |
| 3045 'dependencies': [ | 3030 'dependencies': [ |
| 3046 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3031 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3047 ] | 3032 ] |
| 3048 }], | 3033 }], |
| 3049 ], | 3034 ], |
| 3050 }] | 3035 }] |
| 3051 }], | 3036 }], |
| 3052 ], # 'conditions' | 3037 ], # 'conditions' |
| 3053 } | 3038 } |
| OLD | NEW |