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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 835903005: [Favicon] Add new fallback icon rendering flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing FallbackIconStyleBuilder; trimming down chrome://fallback-icon syntax. Created 5 years, 11 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 'browser/ui/webui/constrained_web_dialog_delegate_base.cc', 1013 'browser/ui/webui/constrained_web_dialog_delegate_base.cc',
1014 'browser/ui/webui/constrained_web_dialog_delegate_base.h', 1014 'browser/ui/webui/constrained_web_dialog_delegate_base.h',
1015 'browser/ui/webui/constrained_web_dialog_ui.cc', 1015 'browser/ui/webui/constrained_web_dialog_ui.cc',
1016 'browser/ui/webui/constrained_web_dialog_ui.h', 1016 'browser/ui/webui/constrained_web_dialog_ui.h',
1017 'browser/ui/webui/cookies_tree_model_util.cc', 1017 'browser/ui/webui/cookies_tree_model_util.cc',
1018 'browser/ui/webui/cookies_tree_model_util.h', 1018 'browser/ui/webui/cookies_tree_model_util.h',
1019 'browser/ui/webui/crashes_ui.cc', 1019 'browser/ui/webui/crashes_ui.cc',
1020 'browser/ui/webui/crashes_ui.h', 1020 'browser/ui/webui/crashes_ui.h',
1021 'browser/ui/webui/domain_reliability_internals_ui.cc', 1021 'browser/ui/webui/domain_reliability_internals_ui.cc',
1022 'browser/ui/webui/domain_reliability_internals_ui.h', 1022 'browser/ui/webui/domain_reliability_internals_ui.h',
1023 'browser/ui/webui/fallback_icon_source.cc',
1024 'browser/ui/webui/fallback_icon_source.h',
1023 'browser/ui/webui/favicon_source.cc', 1025 'browser/ui/webui/favicon_source.cc',
1024 'browser/ui/webui/favicon_source.h', 1026 'browser/ui/webui/favicon_source.h',
1025 'browser/ui/webui/fileicon_source.cc', 1027 'browser/ui/webui/fileicon_source.cc',
1026 'browser/ui/webui/fileicon_source.h', 1028 'browser/ui/webui/fileicon_source.h',
1027 'browser/ui/webui/flags_ui.cc', 1029 'browser/ui/webui/flags_ui.cc',
1028 'browser/ui/webui/flags_ui.h', 1030 'browser/ui/webui/flags_ui.h',
1029 'browser/ui/webui/gcm_internals_ui.cc', 1031 'browser/ui/webui/gcm_internals_ui.cc',
1030 'browser/ui/webui/gcm_internals_ui.h', 1032 'browser/ui/webui/gcm_internals_ui.h',
1031 'browser/ui/webui/history_ui.cc', 1033 'browser/ui/webui/history_ui.cc',
1032 'browser/ui/webui/history_ui.h', 1034 'browser/ui/webui/history_ui.h',
(...skipping 2116 matching lines...) Expand 10 before | Expand all | Expand 10 after
3149 ], 3151 ],
3150 'sources': [ 3152 'sources': [
3151 '<@(chrome_browser_ui_non_mobile_sources)', 3153 '<@(chrome_browser_ui_non_mobile_sources)',
3152 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3154 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3153 ], 3155 ],
3154 }], 3156 }],
3155 ], 3157 ],
3156 }, 3158 },
3157 ], 3159 ],
3158 } 3160 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698