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

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

Issue 2883053003: Delete unused chrome://fallback-icon/ handling (Closed)
Patch Set: Merge branch 'master' into searchbox3 Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/favicon/chrome_fallback_icon_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/chrome_build.gni") 5 import("//build/config/chrome_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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "engagement/site_engagement_service_factory.h", 394 "engagement/site_engagement_service_factory.h",
395 "experiments/memory_ablation_experiment.cc", 395 "experiments/memory_ablation_experiment.cc",
396 "experiments/memory_ablation_experiment.h", 396 "experiments/memory_ablation_experiment.h",
397 397
398 # Oh hey, all the cool browser/extensions files are hanging out in 398 # Oh hey, all the cool browser/extensions files are hanging out in
399 # //chrome/browser/extensions/BUILD.gn 399 # //chrome/browser/extensions/BUILD.gn
400 "external_protocol/external_protocol_handler.cc", 400 "external_protocol/external_protocol_handler.cc",
401 "external_protocol/external_protocol_handler.h", 401 "external_protocol/external_protocol_handler.h",
402 "external_protocol/external_protocol_observer.cc", 402 "external_protocol/external_protocol_observer.cc",
403 "external_protocol/external_protocol_observer.h", 403 "external_protocol/external_protocol_observer.h",
404 "favicon/chrome_fallback_icon_client.cc",
405 "favicon/chrome_fallback_icon_client.h",
406 "favicon/chrome_fallback_icon_client_factory.cc",
407 "favicon/chrome_fallback_icon_client_factory.h",
408 "favicon/chrome_favicon_client.cc", 404 "favicon/chrome_favicon_client.cc",
409 "favicon/chrome_favicon_client.h", 405 "favicon/chrome_favicon_client.h",
410 "favicon/fallback_icon_service_factory.cc",
411 "favicon/fallback_icon_service_factory.h",
412 "favicon/favicon_service_factory.cc", 406 "favicon/favicon_service_factory.cc",
413 "favicon/favicon_service_factory.h", 407 "favicon/favicon_service_factory.h",
414 "favicon/favicon_utils.cc", 408 "favicon/favicon_utils.cc",
415 "favicon/favicon_utils.h", 409 "favicon/favicon_utils.h",
416 "favicon/large_icon_service_factory.cc", 410 "favicon/large_icon_service_factory.cc",
417 "favicon/large_icon_service_factory.h", 411 "favicon/large_icon_service_factory.h",
418 "file_select_helper.cc", 412 "file_select_helper.cc",
419 "file_select_helper.h", 413 "file_select_helper.h",
420 "file_select_helper_mac.mm", 414 "file_select_helper_mac.mm",
421 "flag_descriptions.cc", 415 "flag_descriptions.cc",
(...skipping 4347 matching lines...) Expand 10 before | Expand all | Expand 10 after
4769 "media/pepper_cdm_test_constants.cc", 4763 "media/pepper_cdm_test_constants.cc",
4770 "media/pepper_cdm_test_constants.h", 4764 "media/pepper_cdm_test_constants.h",
4771 ] 4765 ]
4772 } 4766 }
4773 } 4767 }
4774 4768
4775 service_manifest("preferences_forwarder_manifest") { 4769 service_manifest("preferences_forwarder_manifest") {
4776 name = "preferences_forwarder" 4770 name = "preferences_forwarder"
4777 source = "prefs/forwarder_manifest.json" 4771 source = "prefs/forwarder_manifest.json"
4778 } 4772 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/favicon/chrome_fallback_icon_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698