| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//build/config/win/manifest.gni") | 7 import("//build/config/win/manifest.gni") |
| 8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
| 9 import("//tools/grit/grit_rule.gni") | 9 import("//tools/grit/grit_rule.gni") |
| 10 if (is_android) { | 10 if (is_android) { |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 "//base", | 196 "//base", |
| 197 "//base:base_static", | 197 "//base:base_static", |
| 198 "//base/allocator", | 198 "//base/allocator", |
| 199 "//base/third_party/dynamic_annotations", | 199 "//base/third_party/dynamic_annotations", |
| 200 "//cc", | 200 "//cc", |
| 201 "//components/crash/app", | 201 "//components/crash/app", |
| 202 "//components/devtools_discovery", | 202 "//components/devtools_discovery", |
| 203 "//components/devtools_http_handler", | 203 "//components/devtools_http_handler", |
| 204 "//components/plugins/renderer", | 204 "//components/plugins/renderer", |
| 205 "//components/test_runner:test_runner", | 205 "//components/test_runner:test_runner", |
| 206 "//components/url_formatter", | |
| 207 "//components/web_cache/renderer", | 206 "//components/web_cache/renderer", |
| 208 "//content:resources", | 207 "//content:resources", |
| 209 "//content/app/resources", | 208 "//content/app/resources", |
| 210 "//content/app/strings", | 209 "//content/app/strings", |
| 211 "//content/gpu", | 210 "//content/gpu", |
| 212 "//content/test:layouttest_support", | 211 "//content/test:layouttest_support", |
| 213 "//device/bluetooth", | 212 "//device/bluetooth", |
| 214 "//device/bluetooth:mocks", | 213 "//device/bluetooth:mocks", |
| 215 "//gin", | 214 "//gin", |
| 216 "//gpu", | 215 "//gpu", |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 | 457 |
| 459 deps = [ | 458 deps = [ |
| 460 "//base", | 459 "//base", |
| 461 "//components/crash/tools:crash_service", | 460 "//components/crash/tools:crash_service", |
| 462 ] | 461 ] |
| 463 | 462 |
| 464 configs -= [ "//build/config/win:console" ] | 463 configs -= [ "//build/config/win:console" ] |
| 465 configs += [ "//build/config/win:windowed" ] | 464 configs += [ "//build/config/win:windowed" ] |
| 466 } | 465 } |
| 467 } | 466 } |
| OLD | NEW |