| 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/sanitizers/sanitizers.gni") |
| 6 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 7 import("//build/config/win/manifest.gni") | 8 import("//build/config/win/manifest.gni") |
| 8 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 9 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| 10 if (is_android) { | 11 if (is_android) { |
| 11 import("//build/config/android/config.gni") | 12 import("//build/config/android/config.gni") |
| 12 } | 13 } |
| 13 | 14 |
| 14 declare_args() { | 15 declare_args() { |
| 15 content_shell_product_name = "Content Shell" | 16 content_shell_product_name = "Content Shell" |
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 deps = [ | 460 deps = [ |
| 460 "//base", | 461 "//base", |
| 461 "//build/config/sanitizers:deps", | 462 "//build/config/sanitizers:deps", |
| 462 "//components/crash/tools:crash_service", | 463 "//components/crash/tools:crash_service", |
| 463 ] | 464 ] |
| 464 | 465 |
| 465 configs -= [ "//build/config/win:console" ] | 466 configs -= [ "//build/config/win:console" ] |
| 466 configs += [ "//build/config/win:windowed" ] | 467 configs += [ "//build/config/win:windowed" ] |
| 467 } | 468 } |
| 468 } | 469 } |
| OLD | NEW |