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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 public_deps = [ | 452 public_deps = [ |
453 "//components/dom_distiller/core", | 453 "//components/dom_distiller/core", |
454 "//components/sync", | 454 "//components/sync", |
455 "//components/translate/content/browser", | 455 "//components/translate/content/browser", |
456 "//content/public/browser", | 456 "//content/public/browser", |
457 ] | 457 ] |
458 deps = [ | 458 deps = [ |
459 # NOTE: New dependencies should generally be added in the OS!="ios" | 459 # NOTE: New dependencies should generally be added in the OS!="ios" |
460 # dependencies block below, rather than here. | 460 # dependencies block below, rather than here. |
461 "//base", | 461 "//base", |
| 462 "//cc/paint", |
462 "//chrome:extra_resources", | 463 "//chrome:extra_resources", |
463 "//chrome:resources", | 464 "//chrome:resources", |
464 "//chrome:strings", | 465 "//chrome:strings", |
465 "//chrome/app:chrome_dll_resources", | 466 "//chrome/app:chrome_dll_resources", |
466 "//chrome/app:command_ids", | 467 "//chrome/app:command_ids", |
467 "//chrome/app/resources:platform_locale_settings", | 468 "//chrome/app/resources:platform_locale_settings", |
468 "//chrome/app/theme:chrome_unscaled_resources", | 469 "//chrome/app/theme:chrome_unscaled_resources", |
469 "//chrome/app/theme:theme_resources", | 470 "//chrome/app/theme:theme_resources", |
470 "//chrome/browser:resource_prefetch_predictor_proto", | 471 "//chrome/browser:resource_prefetch_predictor_proto", |
471 "//chrome/browser/devtools", | 472 "//chrome/browser/devtools", |
(...skipping 3024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3496 "test/test_confirm_bubble_model.cc", | 3497 "test/test_confirm_bubble_model.cc", |
3497 "test/test_confirm_bubble_model.h", | 3498 "test/test_confirm_bubble_model.h", |
3498 ] | 3499 ] |
3499 deps += [ "//chrome/test:test_support_ui" ] | 3500 deps += [ "//chrome/test:test_support_ui" ] |
3500 } | 3501 } |
3501 | 3502 |
3502 if (enable_extensions) { | 3503 if (enable_extensions) { |
3503 deps += [ "//extensions/browser" ] | 3504 deps += [ "//extensions/browser" ] |
3504 } | 3505 } |
3505 } | 3506 } |
OLD | NEW |