| 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/sanitizers/sanitizers.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/config/win/manifest.gni") | 8 import("//build/config/win/manifest.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 "//content/public/renderer", | 188 "//content/public/renderer", |
| 189 "//content/public/utility", | 189 "//content/public/utility", |
| 190 ] | 190 ] |
| 191 deps = [ | 191 deps = [ |
| 192 ":resources", | 192 ":resources", |
| 193 "//base", | 193 "//base", |
| 194 "//base:base_static", | 194 "//base:base_static", |
| 195 "//base/allocator", | 195 "//base/allocator", |
| 196 "//base/third_party/dynamic_annotations", | 196 "//base/third_party/dynamic_annotations", |
| 197 "//cc", | 197 "//cc", |
| 198 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", | 198 "//components/crash/content/app:app_breakpad_mac_to_be_deleted", |
| 199 "//components/devtools_discovery", | 199 "//components/devtools_discovery", |
| 200 "//components/devtools_http_handler", | 200 "//components/devtools_http_handler", |
| 201 "//components/plugins/renderer", | 201 "//components/plugins/renderer", |
| 202 "//components/test_runner:test_runner", | 202 "//components/test_runner:test_runner", |
| 203 "//components/url_formatter", | 203 "//components/url_formatter", |
| 204 "//components/web_cache/renderer", | 204 "//components/web_cache/renderer", |
| 205 "//content:resources", | 205 "//content:resources", |
| 206 "//content/app/resources", | 206 "//content/app/resources", |
| 207 "//content/app/strings", | 207 "//content/app/strings", |
| 208 "//content/gpu", | 208 "//content/gpu", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 sources = [ | 482 sources = [ |
| 483 "app/shell_content_main.cc", | 483 "app/shell_content_main.cc", |
| 484 "app/shell_content_main.h", | 484 "app/shell_content_main.h", |
| 485 ] | 485 ] |
| 486 | 486 |
| 487 deps = [ | 487 deps = [ |
| 488 ":content_shell_lib", | 488 ":content_shell_lib", |
| 489 ] | 489 ] |
| 490 } | 490 } |
| 491 } | 491 } |
| OLD | NEW |