Chromium Code Reviews| 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 484 ldflags = [] | 484 ldflags = [] |
| 485 | 485 |
| 486 deps = [ | 486 deps = [ |
| 487 ":test_support", | 487 ":test_support", |
| 488 ":test_support_ui", | 488 ":test_support_ui", |
| 489 "//chrome:packed_resources", | 489 "//chrome:packed_resources", |
| 490 "//chrome:resources", | 490 "//chrome:resources", |
| 491 "//chrome:strings", | 491 "//chrome:strings", |
| 492 "//chrome/browser", | 492 "//chrome/browser", |
| 493 "//chrome/browser/devtools", | 493 "//chrome/browser/devtools", |
| 494 "//chrome/browser/media/router:test_support", | |
|
sky
2016/12/02 21:23:28
If this is only needed for chromeos move into chro
| |
| 494 "//chrome/renderer", | 495 "//chrome/renderer", |
| 495 "//components/resources", | 496 "//components/resources", |
| 496 "//components/sync", | 497 "//components/sync", |
| 497 "//components/sync:test_support_model", | 498 "//components/sync:test_support_model", |
| 498 "//content/app/resources", | 499 "//content/app/resources", |
| 499 "//content/test:test_support", | 500 "//content/test:test_support", |
| 500 "//crypto:platform", | 501 "//crypto:platform", |
| 501 "//crypto:test_support", | 502 "//crypto:test_support", |
| 502 "//extensions/features", | 503 "//extensions/features", |
| 503 "//google_apis:test_support", | 504 "//google_apis:test_support", |
| (...skipping 4631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5135 } | 5136 } |
| 5136 | 5137 |
| 5137 if (is_win) { | 5138 if (is_win) { |
| 5138 loadable_module("conflicts_dll") { | 5139 loadable_module("conflicts_dll") { |
| 5139 testonly = true | 5140 testonly = true |
| 5140 sources = [ | 5141 sources = [ |
| 5141 "conflicts/conflicts_dll.cc", | 5142 "conflicts/conflicts_dll.cc", |
| 5142 ] | 5143 ] |
| 5143 } | 5144 } |
| 5144 } | 5145 } |
| OLD | NEW |