| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 4911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4922 ] | 4922 ] |
| 4923 deps = [ | 4923 deps = [ |
| 4924 ":test_support", | 4924 ":test_support", |
| 4925 "//base/test:run_all_unittests", | 4925 "//base/test:run_all_unittests", |
| 4926 "//base/test:test_support", | 4926 "//base/test:test_support", |
| 4927 "//breakpad:client", | 4927 "//breakpad:client", |
| 4928 "//chrome/browser", | 4928 "//chrome/browser", |
| 4929 "//chrome/child", | 4929 "//chrome/child", |
| 4930 "//components/crash/core/common", | 4930 "//components/crash/core/common", |
| 4931 "//components/flags_ui:switches", | 4931 "//components/flags_ui:switches", |
| 4932 "//third_party/kasko:kasko_features", | |
| 4933 ] | 4932 ] |
| 4934 } | 4933 } |
| 4935 } | 4934 } |
| 4936 | 4935 |
| 4937 if (!is_android && !is_ios && !is_chromecast) { | 4936 if (!is_android && !is_ios && !is_chromecast) { |
| 4938 test("performance_browser_tests") { | 4937 test("performance_browser_tests") { |
| 4939 sources = [ | 4938 sources = [ |
| 4940 "../app/chrome_version.rc.version", | 4939 "../app/chrome_version.rc.version", |
| 4941 "../browser/extensions/api/cast_streaming/performance_test.cc", | 4940 "../browser/extensions/api/cast_streaming/performance_test.cc", |
| 4942 "../browser/extensions/api/tab_capture/tab_capture_performancetest.cc", | 4941 "../browser/extensions/api/tab_capture/tab_capture_performancetest.cc", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5086 } | 5085 } |
| 5087 | 5086 |
| 5088 if (is_win) { | 5087 if (is_win) { |
| 5089 loadable_module("conflicts_dll") { | 5088 loadable_module("conflicts_dll") { |
| 5090 testonly = true | 5089 testonly = true |
| 5091 sources = [ | 5090 sources = [ |
| 5092 "conflicts/conflicts_dll.cc", | 5091 "conflicts/conflicts_dll.cc", |
| 5093 ] | 5092 ] |
| 5094 } | 5093 } |
| 5095 } | 5094 } |
| OLD | NEW |