| 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 4955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4966 ] | 4966 ] |
| 4967 deps = [ | 4967 deps = [ |
| 4968 ":test_support", | 4968 ":test_support", |
| 4969 "//base/test:run_all_unittests", | 4969 "//base/test:run_all_unittests", |
| 4970 "//base/test:test_support", | 4970 "//base/test:test_support", |
| 4971 "//breakpad:client", | 4971 "//breakpad:client", |
| 4972 "//chrome/browser", | 4972 "//chrome/browser", |
| 4973 "//chrome/child", | 4973 "//chrome/child", |
| 4974 "//components/crash/core/common", | 4974 "//components/crash/core/common", |
| 4975 "//components/flags_ui:switches", | 4975 "//components/flags_ui:switches", |
| 4976 "//third_party/kasko:kasko_features", | |
| 4977 ] | 4976 ] |
| 4978 } | 4977 } |
| 4979 } | 4978 } |
| 4980 | 4979 |
| 4981 if (!is_android && !is_ios && !is_chromecast) { | 4980 if (!is_android && !is_ios && !is_chromecast) { |
| 4982 test("performance_browser_tests") { | 4981 test("performance_browser_tests") { |
| 4983 sources = [ | 4982 sources = [ |
| 4984 "../app/chrome_version.rc.version", | 4983 "../app/chrome_version.rc.version", |
| 4985 "../browser/extensions/api/cast_streaming/performance_test.cc", | 4984 "../browser/extensions/api/cast_streaming/performance_test.cc", |
| 4986 "../browser/extensions/api/tab_capture/tab_capture_performancetest.cc", | 4985 "../browser/extensions/api/tab_capture/tab_capture_performancetest.cc", |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5136 } | 5135 } |
| 5137 | 5136 |
| 5138 if (is_win) { | 5137 if (is_win) { |
| 5139 loadable_module("conflicts_dll") { | 5138 loadable_module("conflicts_dll") { |
| 5140 testonly = true | 5139 testonly = true |
| 5141 sources = [ | 5140 sources = [ |
| 5142 "conflicts/conflicts_dll.cc", | 5141 "conflicts/conflicts_dll.cc", |
| 5143 ] | 5142 ] |
| 5144 } | 5143 } |
| 5145 } | 5144 } |
| OLD | NEW |