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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1016833003: [Icons NTP] Add chrome://large-icon host, which resizes icon and renders fallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo. Created 5 years, 9 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/browser/ui/webui/ntp/most_visited_handler.cc ('k') | chrome/common/url_constants.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 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 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 'browser/ui/webui/history_ui.cc', 1061 'browser/ui/webui/history_ui.cc',
1062 'browser/ui/webui/history_ui.h', 1062 'browser/ui/webui/history_ui.h',
1063 'browser/ui/webui/instant_ui.cc', 1063 'browser/ui/webui/instant_ui.cc',
1064 'browser/ui/webui/instant_ui.h', 1064 'browser/ui/webui/instant_ui.h',
1065 'browser/ui/webui/interstitials/interstitial_ui.cc', 1065 'browser/ui/webui/interstitials/interstitial_ui.cc',
1066 'browser/ui/webui/interstitials/interstitial_ui.h', 1066 'browser/ui/webui/interstitials/interstitial_ui.h',
1067 'browser/ui/webui/invalidations_message_handler.cc', 1067 'browser/ui/webui/invalidations_message_handler.cc',
1068 'browser/ui/webui/invalidations_message_handler.h', 1068 'browser/ui/webui/invalidations_message_handler.h',
1069 'browser/ui/webui/invalidations_ui.cc', 1069 'browser/ui/webui/invalidations_ui.cc',
1070 'browser/ui/webui/invalidations_ui.h', 1070 'browser/ui/webui/invalidations_ui.h',
1071 'browser/ui/webui/large_icon_source.cc',
1072 'browser/ui/webui/large_icon_source.h',
1071 'browser/ui/webui/local_state/local_state_ui.cc', 1073 'browser/ui/webui/local_state/local_state_ui.cc',
1072 'browser/ui/webui/local_state/local_state_ui.h', 1074 'browser/ui/webui/local_state/local_state_ui.h',
1073 'browser/ui/webui/memory_internals/memory_internals_handler.cc', 1075 'browser/ui/webui/memory_internals/memory_internals_handler.cc',
1074 'browser/ui/webui/memory_internals/memory_internals_handler.h', 1076 'browser/ui/webui/memory_internals/memory_internals_handler.h',
1075 'browser/ui/webui/memory_internals/memory_internals_proxy.cc', 1077 'browser/ui/webui/memory_internals/memory_internals_proxy.cc',
1076 'browser/ui/webui/memory_internals/memory_internals_proxy.h', 1078 'browser/ui/webui/memory_internals/memory_internals_proxy.h',
1077 'browser/ui/webui/memory_internals/memory_internals_ui.cc', 1079 'browser/ui/webui/memory_internals/memory_internals_ui.cc',
1078 'browser/ui/webui/memory_internals/memory_internals_ui.h', 1080 'browser/ui/webui/memory_internals/memory_internals_ui.h',
1079 'browser/ui/webui/metrics_handler.cc', 1081 'browser/ui/webui/metrics_handler.cc',
1080 'browser/ui/webui/metrics_handler.h', 1082 'browser/ui/webui/metrics_handler.h',
(...skipping 2100 matching lines...) Expand 10 before | Expand all | Expand 10 after
3181 ], 3183 ],
3182 'sources': [ 3184 'sources': [
3183 '<@(chrome_browser_ui_non_mobile_sources)', 3185 '<@(chrome_browser_ui_non_mobile_sources)',
3184 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3186 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3185 ], 3187 ],
3186 }], 3188 }],
3187 ], 3189 ],
3188 }, 3190 },
3189 ], 3191 ],
3190 } 3192 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/most_visited_handler.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698