| 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 5009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5020 ] | 5020 ] |
| 5021 deps = [ | 5021 deps = [ |
| 5022 ":test_support", | 5022 ":test_support", |
| 5023 "//base/test:run_all_unittests", | 5023 "//base/test:run_all_unittests", |
| 5024 "//base/test:test_support", | 5024 "//base/test:test_support", |
| 5025 "//breakpad:client", | 5025 "//breakpad:client", |
| 5026 "//chrome/browser", | 5026 "//chrome/browser", |
| 5027 "//chrome/child", | 5027 "//chrome/child", |
| 5028 "//components/crash/core/common", | 5028 "//components/crash/core/common", |
| 5029 "//components/flags_ui:switches", | 5029 "//components/flags_ui:switches", |
| 5030 "//gpu/config:crash_keys", |
| 5030 ] | 5031 ] |
| 5031 } | 5032 } |
| 5032 } | 5033 } |
| 5033 | 5034 |
| 5034 if (!is_android && !is_chromecast) { | 5035 if (!is_android && !is_chromecast) { |
| 5035 test("performance_browser_tests") { | 5036 test("performance_browser_tests") { |
| 5036 sources = [ | 5037 sources = [ |
| 5037 "../app/chrome_version.rc.version", | 5038 "../app/chrome_version.rc.version", |
| 5038 "../browser/extensions/api/cast_streaming/performance_test.cc", | 5039 "../browser/extensions/api/cast_streaming/performance_test.cc", |
| 5039 "../browser/extensions/api/tab_capture/tab_capture_performancetest.cc", | 5040 "../browser/extensions/api/tab_capture/tab_capture_performancetest.cc", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5204 } | 5205 } |
| 5205 | 5206 |
| 5206 if (is_win) { | 5207 if (is_win) { |
| 5207 loadable_module("conflicts_dll") { | 5208 loadable_module("conflicts_dll") { |
| 5208 testonly = true | 5209 testonly = true |
| 5209 sources = [ | 5210 sources = [ |
| 5210 "conflicts/conflicts_dll.cc", | 5211 "conflicts/conflicts_dll.cc", |
| 5211 ] | 5212 ] |
| 5212 } | 5213 } |
| 5213 } | 5214 } |
| OLD | NEW |