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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 775193003: Google Now Extension Auto Download (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply Renames 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/app_list/google_now_extension.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 2364 matching lines...) Expand 10 before | Expand all | Expand 10 after
2375 'browser/ui/app_list/app_list_view_delegate.cc', 2375 'browser/ui/app_list/app_list_view_delegate.cc',
2376 'browser/ui/app_list/app_list_view_delegate.h', 2376 'browser/ui/app_list/app_list_view_delegate.h',
2377 'browser/ui/app_list/extension_app_item.cc', 2377 'browser/ui/app_list/extension_app_item.cc',
2378 'browser/ui/app_list/extension_app_item.h', 2378 'browser/ui/app_list/extension_app_item.h',
2379 'browser/ui/app_list/extension_app_model_builder.cc', 2379 'browser/ui/app_list/extension_app_model_builder.cc',
2380 'browser/ui/app_list/extension_app_model_builder.h', 2380 'browser/ui/app_list/extension_app_model_builder.h',
2381 'browser/ui/app_list/extension_uninstaller.cc', 2381 'browser/ui/app_list/extension_uninstaller.cc',
2382 'browser/ui/app_list/extension_uninstaller.h', 2382 'browser/ui/app_list/extension_uninstaller.h',
2383 'browser/ui/app_list/fast_show_pickler.cc', 2383 'browser/ui/app_list/fast_show_pickler.cc',
2384 'browser/ui/app_list/fast_show_pickler.h', 2384 'browser/ui/app_list/fast_show_pickler.h',
2385 'browser/ui/app_list/google_now_extension.cc',
2386 'browser/ui/app_list/google_now_extension.h',
2385 'browser/ui/app_list/launcher_page_event_dispatcher.cc', 2387 'browser/ui/app_list/launcher_page_event_dispatcher.cc',
2386 'browser/ui/app_list/launcher_page_event_dispatcher.h', 2388 'browser/ui/app_list/launcher_page_event_dispatcher.h',
2387 'browser/ui/app_list/model_pref_updater.cc', 2389 'browser/ui/app_list/model_pref_updater.cc',
2388 'browser/ui/app_list/model_pref_updater.h', 2390 'browser/ui/app_list/model_pref_updater.h',
2389 'browser/ui/app_list/profile_loader.cc', 2391 'browser/ui/app_list/profile_loader.cc',
2390 'browser/ui/app_list/profile_loader.h', 2392 'browser/ui/app_list/profile_loader.h',
2391 'browser/ui/app_list/profile_store.h', 2393 'browser/ui/app_list/profile_store.h',
2392 'browser/ui/app_list/search/app_result.cc', 2394 'browser/ui/app_list/search/app_result.cc',
2393 'browser/ui/app_list/search/app_result.h', 2395 'browser/ui/app_list/search/app_result.h',
2394 'browser/ui/app_list/search/app_search_provider.cc', 2396 'browser/ui/app_list/search/app_search_provider.cc',
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
3137 ], 3139 ],
3138 'sources': [ 3140 'sources': [
3139 '<@(chrome_browser_ui_non_mobile_sources)', 3141 '<@(chrome_browser_ui_non_mobile_sources)',
3140 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3142 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3141 ], 3143 ],
3142 }], 3144 }],
3143 ], 3145 ],
3144 }, 3146 },
3145 ], 3147 ],
3146 } 3148 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/google_now_extension.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698