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

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

Issue 2361393004: Creates FaviconAttributesProvider. (Closed)
Patch Set: removed nullability annotations Created 4 years, 2 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "crash_report/crash_report_user_application_state.h", 133 "crash_report/crash_report_user_application_state.h",
134 "crash_report/crash_report_user_application_state.mm", 134 "crash_report/crash_report_user_application_state.mm",
135 "crash_report/crash_upload_list.cc", 135 "crash_report/crash_upload_list.cc",
136 "crash_report/crash_upload_list.h", 136 "crash_report/crash_upload_list.h",
137 "dom_distiller/distiller_viewer.cc", 137 "dom_distiller/distiller_viewer.cc",
138 "dom_distiller/distiller_viewer.h", 138 "dom_distiller/distiller_viewer.h",
139 "dom_distiller/dom_distiller_service_factory.cc", 139 "dom_distiller/dom_distiller_service_factory.cc",
140 "dom_distiller/dom_distiller_service_factory.h", 140 "dom_distiller/dom_distiller_service_factory.h",
141 "experimental_flags.h", 141 "experimental_flags.h",
142 "experimental_flags.mm", 142 "experimental_flags.mm",
143 "favicon/favicon_attributes.h",
144 "favicon/favicon_attributes.mm",
145 "favicon/favicon_attributes_provider.h",
146 "favicon/favicon_attributes_provider.mm",
143 "favicon/favicon_client_impl.h", 147 "favicon/favicon_client_impl.h",
144 "favicon/favicon_client_impl.mm", 148 "favicon/favicon_client_impl.mm",
145 "favicon/favicon_loader.h", 149 "favicon/favicon_loader.h",
146 "favicon/favicon_loader.mm", 150 "favicon/favicon_loader.mm",
147 "favicon/favicon_service_factory.cc", 151 "favicon/favicon_service_factory.cc",
148 "favicon/favicon_service_factory.h", 152 "favicon/favicon_service_factory.h",
149 "favicon/ios_chrome_favicon_loader_factory.h", 153 "favicon/ios_chrome_favicon_loader_factory.h",
150 "favicon/ios_chrome_favicon_loader_factory.mm", 154 "favicon/ios_chrome_favicon_loader_factory.mm",
151 "favicon/ios_chrome_large_icon_cache_factory.cc", 155 "favicon/ios_chrome_large_icon_cache_factory.cc",
152 "favicon/ios_chrome_large_icon_cache_factory.h", 156 "favicon/ios_chrome_large_icon_cache_factory.h",
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "ui/commands/show_signin_command.mm", 520 "ui/commands/show_signin_command.mm",
517 "ui/context_menu/context_menu_coordinator.h", 521 "ui/context_menu/context_menu_coordinator.h",
518 "ui/context_menu/context_menu_coordinator.mm", 522 "ui/context_menu/context_menu_coordinator.mm",
519 "ui/elements/selector_coordinator.h", 523 "ui/elements/selector_coordinator.h",
520 "ui/elements/selector_coordinator.mm", 524 "ui/elements/selector_coordinator.mm",
521 "ui/elements/selector_picker_presentation_controller.h", 525 "ui/elements/selector_picker_presentation_controller.h",
522 "ui/elements/selector_picker_presentation_controller.mm", 526 "ui/elements/selector_picker_presentation_controller.mm",
523 "ui/elements/selector_picker_view_controller.h", 527 "ui/elements/selector_picker_view_controller.h",
524 "ui/elements/selector_picker_view_controller.mm", 528 "ui/elements/selector_picker_view_controller.mm",
525 "ui/elements/selector_view_controller_delegate.h", 529 "ui/elements/selector_view_controller_delegate.h",
530 "ui/favicon_view.h",
531 "ui/favicon_view.mm",
526 "ui/file_locations.h", 532 "ui/file_locations.h",
527 "ui/file_locations.mm", 533 "ui/file_locations.mm",
528 "ui/image_util.h", 534 "ui/image_util.h",
529 "ui/image_util.mm", 535 "ui/image_util.mm",
530 "ui/keyboard/UIKeyCommand+Chrome.h", 536 "ui/keyboard/UIKeyCommand+Chrome.h",
531 "ui/keyboard/UIKeyCommand+Chrome.mm", 537 "ui/keyboard/UIKeyCommand+Chrome.mm",
532 "ui/keyboard/hardware_keyboard_watcher.h", 538 "ui/keyboard/hardware_keyboard_watcher.h",
533 "ui/keyboard/hardware_keyboard_watcher.mm", 539 "ui/keyboard/hardware_keyboard_watcher.mm",
534 "ui/native_content_controller.h", 540 "ui/native_content_controller.h",
535 "ui/native_content_controller.mm", 541 "ui/native_content_controller.mm",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 "//ios/public/provider/chrome/browser", 863 "//ios/public/provider/chrome/browser",
858 "//ios/public/provider/chrome/browser:test_support", 864 "//ios/public/provider/chrome/browser:test_support",
859 "//ios/web", 865 "//ios/web",
860 "//net:test_support", 866 "//net:test_support",
861 "//testing/gmock", 867 "//testing/gmock",
862 "//testing/gtest", 868 "//testing/gtest",
863 "//ui/base", 869 "//ui/base",
864 "//url", 870 "//url",
865 ] 871 ]
866 } 872 }
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