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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 874563003: Remove old HTML app list start page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/webui/app_list/start_page_handler.cc ('k') | no next file » | 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 2353 matching lines...) Expand 10 before | Expand all | Expand 10 after
2364 'browser/ui/app_list/extension_uninstaller.h', 2364 'browser/ui/app_list/extension_uninstaller.h',
2365 'browser/ui/app_list/fast_show_pickler.cc', 2365 'browser/ui/app_list/fast_show_pickler.cc',
2366 'browser/ui/app_list/fast_show_pickler.h', 2366 'browser/ui/app_list/fast_show_pickler.h',
2367 'browser/ui/app_list/launcher_page_event_dispatcher.cc', 2367 'browser/ui/app_list/launcher_page_event_dispatcher.cc',
2368 'browser/ui/app_list/launcher_page_event_dispatcher.h', 2368 'browser/ui/app_list/launcher_page_event_dispatcher.h',
2369 'browser/ui/app_list/model_pref_updater.cc', 2369 'browser/ui/app_list/model_pref_updater.cc',
2370 'browser/ui/app_list/model_pref_updater.h', 2370 'browser/ui/app_list/model_pref_updater.h',
2371 'browser/ui/app_list/profile_loader.cc', 2371 'browser/ui/app_list/profile_loader.cc',
2372 'browser/ui/app_list/profile_loader.h', 2372 'browser/ui/app_list/profile_loader.h',
2373 'browser/ui/app_list/profile_store.h', 2373 'browser/ui/app_list/profile_store.h',
2374 'browser/ui/app_list/recommended_apps.cc',
2375 'browser/ui/app_list/recommended_apps.h',
2376 'browser/ui/app_list/recommended_apps_observer.h',
2377 'browser/ui/app_list/search/app_result.cc', 2374 'browser/ui/app_list/search/app_result.cc',
2378 'browser/ui/app_list/search/app_result.h', 2375 'browser/ui/app_list/search/app_result.h',
2379 'browser/ui/app_list/search/app_search_provider.cc', 2376 'browser/ui/app_list/search/app_search_provider.cc',
2380 'browser/ui/app_list/search/app_search_provider.h', 2377 'browser/ui/app_list/search/app_search_provider.h',
2381 'browser/ui/app_list/search/common/json_response_fetcher.cc', 2378 'browser/ui/app_list/search/common/json_response_fetcher.cc',
2382 'browser/ui/app_list/search/common/json_response_fetcher.h', 2379 'browser/ui/app_list/search/common/json_response_fetcher.h',
2383 'browser/ui/app_list/search/common/url_icon_source.cc', 2380 'browser/ui/app_list/search/common/url_icon_source.cc',
2384 'browser/ui/app_list/search/common/url_icon_source.h', 2381 'browser/ui/app_list/search/common/url_icon_source.h',
2385 'browser/ui/app_list/search/common/webservice_cache.cc', 2382 'browser/ui/app_list/search/common/webservice_cache.cc',
2386 'browser/ui/app_list/search/common/webservice_cache.h', 2383 'browser/ui/app_list/search/common/webservice_cache.h',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
3121 ], 3118 ],
3122 'sources': [ 3119 'sources': [
3123 '<@(chrome_browser_ui_non_mobile_sources)', 3120 '<@(chrome_browser_ui_non_mobile_sources)',
3124 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3121 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3125 ], 3122 ],
3126 }], 3123 }],
3127 ], 3124 ],
3128 }, 3125 },
3129 ], 3126 ],
3130 } 3127 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/app_list/start_page_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698