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

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

Issue 2441343003: Allow the default generic font family settings to find the first available font (Closed)
Patch Set: Un-shared FirstAvailableOrFirst as per msw review Created 4 years, 1 month 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 981 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 "webui/options/cookies_view_handler.cc", 992 "webui/options/cookies_view_handler.cc",
993 "webui/options/cookies_view_handler.h", 993 "webui/options/cookies_view_handler.h",
994 "webui/options/core_options_handler.cc", 994 "webui/options/core_options_handler.cc",
995 "webui/options/core_options_handler.h", 995 "webui/options/core_options_handler.h",
996 "webui/options/create_profile_handler.cc", 996 "webui/options/create_profile_handler.cc",
997 "webui/options/create_profile_handler.h", 997 "webui/options/create_profile_handler.h",
998 "webui/options/easy_unlock_handler.cc", 998 "webui/options/easy_unlock_handler.cc",
999 "webui/options/easy_unlock_handler.h", 999 "webui/options/easy_unlock_handler.h",
1000 "webui/options/font_settings_handler.cc", 1000 "webui/options/font_settings_handler.cc",
1001 "webui/options/font_settings_handler.h", 1001 "webui/options/font_settings_handler.h",
1002 "webui/options/font_settings_utils.cc",
1002 "webui/options/font_settings_utils.h", 1003 "webui/options/font_settings_utils.h",
1003 "webui/options/font_settings_utils_linux.cc", 1004 "webui/options/font_settings_utils_linux.cc",
1004 "webui/options/font_settings_utils_mac.mm", 1005 "webui/options/font_settings_utils_mac.mm",
1005 "webui/options/font_settings_utils_win.cc", 1006 "webui/options/font_settings_utils_win.cc",
1006 "webui/options/handler_options_handler.cc", 1007 "webui/options/handler_options_handler.cc",
1007 "webui/options/handler_options_handler.h", 1008 "webui/options/handler_options_handler.h",
1008 "webui/options/help_overlay_handler.cc", 1009 "webui/options/help_overlay_handler.cc",
1009 "webui/options/help_overlay_handler.h", 1010 "webui/options/help_overlay_handler.h",
1010 "webui/options/home_page_overlay_handler.cc", 1011 "webui/options/home_page_overlay_handler.cc",
1011 "webui/options/home_page_overlay_handler.h", 1012 "webui/options/home_page_overlay_handler.h",
(...skipping 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after
3416 "test/test_confirm_bubble_model.cc", 3417 "test/test_confirm_bubble_model.cc",
3417 "test/test_confirm_bubble_model.h", 3418 "test/test_confirm_bubble_model.h",
3418 ] 3419 ]
3419 deps += [ "//chrome/test:test_support_ui" ] 3420 deps += [ "//chrome/test:test_support_ui" ]
3420 } 3421 }
3421 3422
3422 if (enable_extensions) { 3423 if (enable_extensions) {
3423 deps += [ "//extensions/browser" ] 3424 deps += [ "//extensions/browser" ]
3424 } 3425 }
3425 } 3426 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698