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

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: Sync and merge. Created 5 years, 10 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 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 'browser/ui/webui/constrained_web_dialog_delegate_base.cc', 1022 'browser/ui/webui/constrained_web_dialog_delegate_base.cc',
1023 'browser/ui/webui/constrained_web_dialog_delegate_base.h', 1023 'browser/ui/webui/constrained_web_dialog_delegate_base.h',
1024 'browser/ui/webui/constrained_web_dialog_ui.cc', 1024 'browser/ui/webui/constrained_web_dialog_ui.cc',
1025 'browser/ui/webui/constrained_web_dialog_ui.h', 1025 'browser/ui/webui/constrained_web_dialog_ui.h',
1026 'browser/ui/webui/cookies_tree_model_util.cc', 1026 'browser/ui/webui/cookies_tree_model_util.cc',
1027 'browser/ui/webui/cookies_tree_model_util.h', 1027 'browser/ui/webui/cookies_tree_model_util.h',
1028 'browser/ui/webui/crashes_ui.cc', 1028 'browser/ui/webui/crashes_ui.cc',
1029 'browser/ui/webui/crashes_ui.h', 1029 'browser/ui/webui/crashes_ui.h',
1030 'browser/ui/webui/domain_reliability_internals_ui.cc', 1030 'browser/ui/webui/domain_reliability_internals_ui.cc',
1031 'browser/ui/webui/domain_reliability_internals_ui.h', 1031 'browser/ui/webui/domain_reliability_internals_ui.h',
1032 'browser/ui/webui/fallback_icon_source.cc',
1033 'browser/ui/webui/fallback_icon_source.h',
1032 'browser/ui/webui/favicon_source.cc', 1034 'browser/ui/webui/favicon_source.cc',
1033 'browser/ui/webui/favicon_source.h', 1035 'browser/ui/webui/favicon_source.h',
1034 'browser/ui/webui/fileicon_source.cc', 1036 'browser/ui/webui/fileicon_source.cc',
1035 'browser/ui/webui/fileicon_source.h', 1037 'browser/ui/webui/fileicon_source.h',
1036 'browser/ui/webui/flags_ui.cc', 1038 'browser/ui/webui/flags_ui.cc',
1037 'browser/ui/webui/flags_ui.h', 1039 'browser/ui/webui/flags_ui.h',
1038 'browser/ui/webui/gcm_internals_ui.cc', 1040 'browser/ui/webui/gcm_internals_ui.cc',
1039 'browser/ui/webui/gcm_internals_ui.h', 1041 'browser/ui/webui/gcm_internals_ui.h',
1040 'browser/ui/webui/history_ui.cc', 1042 'browser/ui/webui/history_ui.cc',
1041 'browser/ui/webui/history_ui.h', 1043 'browser/ui/webui/history_ui.h',
(...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
3127 ], 3129 ],
3128 'sources': [ 3130 'sources': [
3129 '<@(chrome_browser_ui_non_mobile_sources)', 3131 '<@(chrome_browser_ui_non_mobile_sources)',
3130 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3132 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3131 ], 3133 ],
3132 }], 3134 }],
3133 ], 3135 ],
3134 }, 3136 },
3135 ], 3137 ],
3136 } 3138 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698