| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 | 312 |
| 313 public_deps = [ | 313 public_deps = [ |
| 314 "//chrome/browser:test_support_ui", | 314 "//chrome/browser:test_support_ui", |
| 315 ] | 315 ] |
| 316 deps = [ | 316 deps = [ |
| 317 "//components/metrics:test_support", | 317 "//components/metrics:test_support", |
| 318 "//components/os_crypt:test_support", | 318 "//components/os_crypt:test_support", |
| 319 "//content/public/browser:browser", | 319 "//content/public/browser:browser", |
| 320 "//skia", | 320 "//skia", |
| 321 "//testing/gtest", | 321 "//testing/gtest", |
| 322 "//third_party/WebKit/public:blink_headers", |
| 322 ] | 323 ] |
| 323 | 324 |
| 324 if (enable_plugins) { | 325 if (enable_plugins) { |
| 325 sources += [ | 326 sources += [ |
| 326 "ppapi/ppapi_test.cc", | 327 "ppapi/ppapi_test.cc", |
| 327 "ppapi/ppapi_test.h", | 328 "ppapi/ppapi_test.h", |
| 328 ] | 329 ] |
| 329 } | 330 } |
| 330 } | 331 } |
| 331 | 332 |
| (...skipping 4796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5128 } | 5129 } |
| 5129 | 5130 |
| 5130 if (is_win) { | 5131 if (is_win) { |
| 5131 loadable_module("conflicts_dll") { | 5132 loadable_module("conflicts_dll") { |
| 5132 testonly = true | 5133 testonly = true |
| 5133 sources = [ | 5134 sources = [ |
| 5134 "conflicts/conflicts_dll.cc", | 5135 "conflicts/conflicts_dll.cc", |
| 5135 ] | 5136 ] |
| 5136 } | 5137 } |
| 5137 } | 5138 } |
| OLD | NEW |