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

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

Issue 2763103002: Move ImageDecoder to components/image_fetcher/content (Closed)
Patch Set: Rebased. Created 3 years, 8 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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 "//components/dom_distiller/webui", 507 "//components/dom_distiller/webui",
508 "//components/domain_reliability", 508 "//components/domain_reliability",
509 "//components/favicon/content", 509 "//components/favicon/content",
510 "//components/favicon/core", 510 "//components/favicon/core",
511 "//components/feedback", 511 "//components/feedback",
512 "//components/flags_ui", 512 "//components/flags_ui",
513 "//components/gcm_driver", 513 "//components/gcm_driver",
514 "//components/google/core/browser", 514 "//components/google/core/browser",
515 "//components/guest_view/browser", 515 "//components/guest_view/browser",
516 "//components/history/content/browser", 516 "//components/history/content/browser",
517 "//components/image_fetcher/content",
517 "//components/image_fetcher/core", 518 "//components/image_fetcher/core",
518 "//components/infobars/core", 519 "//components/infobars/core",
519 "//components/invalidation/impl", 520 "//components/invalidation/impl",
520 "//components/keyed_service/content", 521 "//components/keyed_service/content",
521 "//components/keyed_service/core", 522 "//components/keyed_service/core",
522 "//components/metrics:profiler", 523 "//components/metrics:profiler",
523 "//components/mime_util", 524 "//components/mime_util",
524 "//components/net_log", 525 "//components/net_log",
525 "//components/ntp_snippets", 526 "//components/ntp_snippets",
526 "//components/ntp_tiles", 527 "//components/ntp_tiles",
(...skipping 3015 matching lines...) Expand 10 before | Expand all | Expand 10 after
3542 "test/test_confirm_bubble_model.cc", 3543 "test/test_confirm_bubble_model.cc",
3543 "test/test_confirm_bubble_model.h", 3544 "test/test_confirm_bubble_model.h",
3544 ] 3545 ]
3545 deps += [ "//chrome/test:test_support_ui" ] 3546 deps += [ "//chrome/test:test_support_ui" ]
3546 } 3547 }
3547 3548
3548 if (enable_extensions) { 3549 if (enable_extensions) {
3549 deps += [ "//extensions/browser" ] 3550 deps += [ "//extensions/browser" ]
3550 } 3551 }
3551 } 3552 }
OLDNEW
« no previous file with comments | « chrome/browser/search/thumbnail_source.cc ('k') | chrome/browser/ui/app_list/arc/arc_app_icon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698