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 1927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1938 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 1938 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
1939 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc'
, | 1939 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc'
, |
1940 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c
c', | 1940 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c
c', |
1941 ] | 1941 ] |
1942 }], | 1942 }], |
1943 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { | 1943 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { |
1944 '!dependencies': [ | 1944 '!dependencies': [ |
1945 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 1945 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
1946 ], | 1946 ], |
1947 }], | 1947 }], |
| 1948 ['use_ozone==1', { |
| 1949 'sources!': [ |
| 1950 # crbug.com/362698 |
| 1951 'browser/chromeos/input_method/input_method_engine_browsertests.cc', |
| 1952 'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc', |
| 1953 ], |
| 1954 }], |
1948 ], # conditions | 1955 ], # conditions |
1949 }, # target browser_tests | 1956 }, # target browser_tests |
1950 { | 1957 { |
1951 # Executable that runs each perf browser test in a new process. | 1958 # Executable that runs each perf browser test in a new process. |
1952 'target_name': 'performance_browser_tests', | 1959 'target_name': 'performance_browser_tests', |
1953 'type': 'executable', | 1960 'type': 'executable', |
1954 'dependencies': [ | 1961 'dependencies': [ |
1955 'browser', | 1962 'browser', |
1956 'chrome_resources.gyp:chrome_resources', | 1963 'chrome_resources.gyp:chrome_resources', |
1957 'chrome_resources.gyp:chrome_strings', | 1964 'chrome_resources.gyp:chrome_strings', |
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2905 ['enable_webrtc==1', { | 2912 ['enable_webrtc==1', { |
2906 'dependencies': [ | 2913 'dependencies': [ |
2907 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2914 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2908 ] | 2915 ] |
2909 }], | 2916 }], |
2910 ], | 2917 ], |
2911 }] | 2918 }] |
2912 }], | 2919 }], |
2913 ], # 'conditions' | 2920 ], # 'conditions' |
2914 } | 2921 } |
OLD | NEW |