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

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

Issue 2761303002: Move common ImageFetcher component files to core/ (Closed)
Patch Set: Rebased. Created 3 years, 9 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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 "//components/dom_distiller/webui", 505 "//components/dom_distiller/webui",
506 "//components/domain_reliability", 506 "//components/domain_reliability",
507 "//components/favicon/content", 507 "//components/favicon/content",
508 "//components/favicon/core", 508 "//components/favicon/core",
509 "//components/feedback", 509 "//components/feedback",
510 "//components/flags_ui", 510 "//components/flags_ui",
511 "//components/gcm_driver", 511 "//components/gcm_driver",
512 "//components/google/core/browser", 512 "//components/google/core/browser",
513 "//components/guest_view/browser", 513 "//components/guest_view/browser",
514 "//components/history/content/browser", 514 "//components/history/content/browser",
515 "//components/image_fetcher", 515 "//components/image_fetcher/core",
516 "//components/infobars/core", 516 "//components/infobars/core",
517 "//components/invalidation/impl", 517 "//components/invalidation/impl",
518 "//components/keyed_service/content", 518 "//components/keyed_service/content",
519 "//components/keyed_service/core", 519 "//components/keyed_service/core",
520 "//components/metrics:profiler", 520 "//components/metrics:profiler",
521 "//components/mime_util", 521 "//components/mime_util",
522 "//components/net_log", 522 "//components/net_log",
523 "//components/ntp_snippets", 523 "//components/ntp_snippets",
524 "//components/ntp_tiles", 524 "//components/ntp_tiles",
525 "//components/offline_pages/core", 525 "//components/offline_pages/core",
(...skipping 3005 matching lines...) Expand 10 before | Expand all | Expand 10 after
3531 "test/test_confirm_bubble_model.cc", 3531 "test/test_confirm_bubble_model.cc",
3532 "test/test_confirm_bubble_model.h", 3532 "test/test_confirm_bubble_model.h",
3533 ] 3533 ]
3534 deps += [ "//chrome/test:test_support_ui" ] 3534 deps += [ "//chrome/test:test_support_ui" ]
3535 } 3535 }
3536 3536
3537 if (enable_extensions) { 3537 if (enable_extensions) {
3538 deps += [ "//extensions/browser" ] 3538 deps += [ "//extensions/browser" ]
3539 } 3539 }
3540 } 3540 }
OLDNEW
« no previous file with comments | « chrome/browser/search/thumbnail_source.cc ('k') | chrome/browser/ui/webui/ntp_tiles_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698