Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 3038 matching lines...) Expand 10 before | Expand all | Expand 10 after
3510 "test/test_confirm_bubble_model.cc", 3511 "test/test_confirm_bubble_model.cc",
3511 "test/test_confirm_bubble_model.h", 3512 "test/test_confirm_bubble_model.h",
3512 ] 3513 ]
3513 deps += [ "//chrome/test:test_support_ui" ] 3514 deps += [ "//chrome/test:test_support_ui" ]
3514 } 3515 }
3515 3516
3516 if (enable_extensions) { 3517 if (enable_extensions) {
3517 deps += [ "//extensions/browser" ] 3518 deps += [ "//extensions/browser" ]
3518 } 3519 }
3519 } 3520 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698