| 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 4998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5009 ] | 5009 ] |
| 5010 deps = [ | 5010 deps = [ |
| 5011 ":test_support", | 5011 ":test_support", |
| 5012 "//base/test:run_all_unittests", | 5012 "//base/test:run_all_unittests", |
| 5013 "//base/test:test_support", | 5013 "//base/test:test_support", |
| 5014 "//breakpad:client", | 5014 "//breakpad:client", |
| 5015 "//chrome/browser", | 5015 "//chrome/browser", |
| 5016 "//chrome/child", | 5016 "//chrome/child", |
| 5017 "//components/crash/core/common", | 5017 "//components/crash/core/common", |
| 5018 "//components/flags_ui:switches", | 5018 "//components/flags_ui:switches", |
| 5019 "//gpu/config", | |
| 5020 ] | 5019 ] |
| 5021 } | 5020 } |
| 5022 } | 5021 } |
| 5023 | 5022 |
| 5024 if (!is_android && !is_chromecast) { | 5023 if (!is_android && !is_chromecast) { |
| 5025 test("performance_browser_tests") { | 5024 test("performance_browser_tests") { |
| 5026 sources = [ | 5025 sources = [ |
| 5027 "../app/chrome_version.rc.version", | 5026 "../app/chrome_version.rc.version", |
| 5028 "../browser/extensions/api/cast_streaming/performance_test.cc", | 5027 "../browser/extensions/api/cast_streaming/performance_test.cc", |
| 5029 "../browser/extensions/api/tab_capture/tab_capture_performancetest.cc", | 5028 "../browser/extensions/api/tab_capture/tab_capture_performancetest.cc", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5194 } | 5193 } |
| 5195 | 5194 |
| 5196 if (is_win) { | 5195 if (is_win) { |
| 5197 loadable_module("conflicts_dll") { | 5196 loadable_module("conflicts_dll") { |
| 5198 testonly = true | 5197 testonly = true |
| 5199 sources = [ | 5198 sources = [ |
| 5200 "conflicts/conflicts_dll.cc", | 5199 "conflicts/conflicts_dll.cc", |
| 5201 ] | 5200 ] |
| 5202 } | 5201 } |
| 5203 } | 5202 } |
| OLD | NEW |