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

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

Issue 2361393004: Creates FaviconAttributesProvider. (Closed)
Patch Set: Created 4 years, 3 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 declare_args() { 9 declare_args() {
10 google_test_gaia_client_id = "" 10 google_test_gaia_client_id = ""
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "crash_report/crash_report_user_application_state.h", 131 "crash_report/crash_report_user_application_state.h",
132 "crash_report/crash_report_user_application_state.mm", 132 "crash_report/crash_report_user_application_state.mm",
133 "crash_report/crash_upload_list.cc", 133 "crash_report/crash_upload_list.cc",
134 "crash_report/crash_upload_list.h", 134 "crash_report/crash_upload_list.h",
135 "dom_distiller/distiller_viewer.cc", 135 "dom_distiller/distiller_viewer.cc",
136 "dom_distiller/distiller_viewer.h", 136 "dom_distiller/distiller_viewer.h",
137 "dom_distiller/dom_distiller_service_factory.cc", 137 "dom_distiller/dom_distiller_service_factory.cc",
138 "dom_distiller/dom_distiller_service_factory.h", 138 "dom_distiller/dom_distiller_service_factory.h",
139 "experimental_flags.h", 139 "experimental_flags.h",
140 "experimental_flags.mm", 140 "experimental_flags.mm",
141 "favicon/favicon_attributes.h",
142 "favicon/favicon_attributes.mm",
143 "favicon/favicon_attributes_provider.h",
144 "favicon/favicon_attributes_provider.mm",
141 "favicon/favicon_client_impl.h", 145 "favicon/favicon_client_impl.h",
142 "favicon/favicon_client_impl.mm", 146 "favicon/favicon_client_impl.mm",
143 "favicon/favicon_loader.h", 147 "favicon/favicon_loader.h",
144 "favicon/favicon_loader.mm", 148 "favicon/favicon_loader.mm",
145 "favicon/favicon_service_factory.cc", 149 "favicon/favicon_service_factory.cc",
146 "favicon/favicon_service_factory.h", 150 "favicon/favicon_service_factory.h",
147 "favicon/ios_chrome_favicon_loader_factory.h", 151 "favicon/ios_chrome_favicon_loader_factory.h",
148 "favicon/ios_chrome_favicon_loader_factory.mm", 152 "favicon/ios_chrome_favicon_loader_factory.mm",
149 "favicon/ios_chrome_large_icon_cache_factory.cc", 153 "favicon/ios_chrome_large_icon_cache_factory.cc",
150 "favicon/ios_chrome_large_icon_cache_factory.h", 154 "favicon/ios_chrome_large_icon_cache_factory.h",
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 "ui/commands/show_signin_command.mm", 518 "ui/commands/show_signin_command.mm",
515 "ui/context_menu/context_menu_coordinator.h", 519 "ui/context_menu/context_menu_coordinator.h",
516 "ui/context_menu/context_menu_coordinator.mm", 520 "ui/context_menu/context_menu_coordinator.mm",
517 "ui/elements/selector_coordinator.h", 521 "ui/elements/selector_coordinator.h",
518 "ui/elements/selector_coordinator.mm", 522 "ui/elements/selector_coordinator.mm",
519 "ui/elements/selector_picker_presentation_controller.h", 523 "ui/elements/selector_picker_presentation_controller.h",
520 "ui/elements/selector_picker_presentation_controller.mm", 524 "ui/elements/selector_picker_presentation_controller.mm",
521 "ui/elements/selector_picker_view_controller.h", 525 "ui/elements/selector_picker_view_controller.h",
522 "ui/elements/selector_picker_view_controller.mm", 526 "ui/elements/selector_picker_view_controller.mm",
523 "ui/elements/selector_view_controller_delegate.h", 527 "ui/elements/selector_view_controller_delegate.h",
528 "ui/favicon_view.h",
529 "ui/favicon_view.mm",
524 "ui/file_locations.h", 530 "ui/file_locations.h",
525 "ui/file_locations.mm", 531 "ui/file_locations.mm",
526 "ui/image_util.h", 532 "ui/image_util.h",
527 "ui/image_util.mm", 533 "ui/image_util.mm",
528 "ui/keyboard/UIKeyCommand+Chrome.h", 534 "ui/keyboard/UIKeyCommand+Chrome.h",
529 "ui/keyboard/UIKeyCommand+Chrome.mm", 535 "ui/keyboard/UIKeyCommand+Chrome.mm",
530 "ui/keyboard/hardware_keyboard_watcher.h", 536 "ui/keyboard/hardware_keyboard_watcher.h",
531 "ui/keyboard/hardware_keyboard_watcher.mm", 537 "ui/keyboard/hardware_keyboard_watcher.mm",
532 "ui/native_content_controller.h", 538 "ui/native_content_controller.h",
533 "ui/native_content_controller.mm", 539 "ui/native_content_controller.mm",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 "//ios/public/provider/chrome/browser", 861 "//ios/public/provider/chrome/browser",
856 "//ios/public/provider/chrome/browser:test_support", 862 "//ios/public/provider/chrome/browser:test_support",
857 "//ios/web", 863 "//ios/web",
858 "//net:test_support", 864 "//net:test_support",
859 "//testing/gmock", 865 "//testing/gmock",
860 "//testing/gtest", 866 "//testing/gtest",
861 "//ui/base", 867 "//ui/base",
862 "//url", 868 "//url",
863 ] 869 ]
864 } 870 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/favicon/favicon_attributes.h » ('j') | ios/chrome/browser/favicon/favicon_attributes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698