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 1938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1949 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , | 1949 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , |
1950 ], | 1950 ], |
1951 }], | 1951 }], |
1952 ['use_ozone==1', { | 1952 ['use_ozone==1', { |
1953 'sources!': [ | 1953 'sources!': [ |
1954 # crbug.com/362698 | 1954 # crbug.com/362698 |
1955 'browser/chromeos/input_method/input_method_engine_browsertests.cc', | 1955 'browser/chromeos/input_method/input_method_engine_browsertests.cc', |
1956 'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc', | 1956 'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc', |
1957 ], | 1957 ], |
1958 }], | 1958 }], |
1959 ['remoting==1', { | |
1960 'dependencies': [ | |
1961 '../remoting/remoting.gyp:remoting_webapp', | |
1962 ] | |
1963 }, { | |
1964 'sources/': [ | |
1965 ['exclude', '^test/remoting'], | |
Nico
2014/04/28 21:47:52
Why do you need this?
Sergey Ulanov
2014/04/28 23:32:47
To avoid compiling tests that would fail in this c
| |
1966 ], | |
1967 }], | |
1959 ], # conditions | 1968 ], # conditions |
1960 }, # target browser_tests | 1969 }, # target browser_tests |
1961 { | 1970 { |
1962 # Executable that runs each perf browser test in a new process. | 1971 # Executable that runs each perf browser test in a new process. |
1963 'target_name': 'performance_browser_tests', | 1972 'target_name': 'performance_browser_tests', |
1964 'type': 'executable', | 1973 'type': 'executable', |
1965 'dependencies': [ | 1974 'dependencies': [ |
1966 'browser', | 1975 'browser', |
1967 'chrome_resources.gyp:chrome_resources', | 1976 'chrome_resources.gyp:chrome_resources', |
1968 'chrome_resources.gyp:chrome_strings', | 1977 'chrome_resources.gyp:chrome_strings', |
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2916 ['enable_webrtc==1', { | 2925 ['enable_webrtc==1', { |
2917 'dependencies': [ | 2926 'dependencies': [ |
2918 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2927 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2919 ] | 2928 ] |
2920 }], | 2929 }], |
2921 ], | 2930 ], |
2922 }] | 2931 }] |
2923 }], | 2932 }], |
2924 ], # 'conditions' | 2933 ], # 'conditions' |
2925 } | 2934 } |
OLD | NEW |