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

Side by Side Diff: chrome/test/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 | « chrome/renderer/searchbox/searchbox.cc ('k') | chrome/test/base/testing_profile.cc » ('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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3040 matching lines...) Expand 10 before | Expand all | Expand 10 after
3051 "../browser/download/download_resource_throttle_unittest.cc", 3051 "../browser/download/download_resource_throttle_unittest.cc",
3052 "../browser/download/download_status_updater_unittest.cc", 3052 "../browser/download/download_status_updater_unittest.cc",
3053 "../browser/download/download_target_determiner_unittest.cc", 3053 "../browser/download/download_target_determiner_unittest.cc",
3054 "../browser/download/download_ui_controller_unittest.cc", 3054 "../browser/download/download_ui_controller_unittest.cc",
3055 "../browser/engagement/important_sites_usage_counter_unittest.cc", 3055 "../browser/engagement/important_sites_usage_counter_unittest.cc",
3056 "../browser/engagement/important_sites_util_unittest.cc", 3056 "../browser/engagement/important_sites_util_unittest.cc",
3057 "../browser/engagement/site_engagement_helper_unittest.cc", 3057 "../browser/engagement/site_engagement_helper_unittest.cc",
3058 "../browser/engagement/site_engagement_score_unittest.cc", 3058 "../browser/engagement/site_engagement_score_unittest.cc",
3059 "../browser/engagement/site_engagement_service_unittest.cc", 3059 "../browser/engagement/site_engagement_service_unittest.cc",
3060 "../browser/external_protocol/external_protocol_handler_unittest.cc", 3060 "../browser/external_protocol/external_protocol_handler_unittest.cc",
3061 "../browser/favicon/chrome_fallback_icon_client_unittest.cc",
3062 "../browser/file_select_helper_unittest.cc", 3061 "../browser/file_select_helper_unittest.cc",
3063 "../browser/gcm/fake_gcm_profile_service.cc", 3062 "../browser/gcm/fake_gcm_profile_service.cc",
3064 "../browser/gcm/fake_gcm_profile_service.h", 3063 "../browser/gcm/fake_gcm_profile_service.h",
3065 "../browser/geolocation/geolocation_permission_context_unittest.cc", 3064 "../browser/geolocation/geolocation_permission_context_unittest.cc",
3066 "../browser/global_keyboard_shortcuts_mac_unittest.mm", 3065 "../browser/global_keyboard_shortcuts_mac_unittest.mm",
3067 "../browser/google/google_update_settings_unittest.cc", 3066 "../browser/google/google_update_settings_unittest.cc",
3068 "../browser/google/google_update_win_unittest.cc", 3067 "../browser/google/google_update_win_unittest.cc",
3069 "../browser/history/android/android_cache_database_unittest.cc", 3068 "../browser/history/android/android_cache_database_unittest.cc",
3070 "../browser/history/android/android_history_provider_service_unittest.cc", 3069 "../browser/history/android/android_history_provider_service_unittest.cc",
3071 "../browser/history/android/android_provider_backend_unittest.cc", 3070 "../browser/history/android/android_provider_backend_unittest.cc",
(...skipping 2058 matching lines...) Expand 10 before | Expand all | Expand 10 after
5130 } 5129 }
5131 5130
5132 if (is_win) { 5131 if (is_win) {
5133 loadable_module("conflicts_dll") { 5132 loadable_module("conflicts_dll") {
5134 testonly = true 5133 testonly = true
5135 sources = [ 5134 sources = [
5136 "conflicts/conflicts_dll.cc", 5135 "conflicts/conflicts_dll.cc",
5137 ] 5136 ]
5138 } 5137 }
5139 } 5138 }
OLDNEW
« no previous file with comments | « chrome/renderer/searchbox/searchbox.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698