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

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: Update Year 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 2335 matching lines...) Expand 10 before | Expand all | Expand 10 after
2346 # Note that we assume app list is enabled on all views builds, so the 2346 # Note that we assume app list is enabled on all views builds, so the
2347 # views-specific app list files are in the views section. 2347 # views-specific app list files are in the views section.
2348 'chrome_browser_ui_app_list_sources': [ 2348 'chrome_browser_ui_app_list_sources': [
2349 'browser/ui/app_list/app_context_menu.cc', 2349 'browser/ui/app_list/app_context_menu.cc',
2350 'browser/ui/app_list/app_context_menu.h', 2350 'browser/ui/app_list/app_context_menu.h',
2351 'browser/ui/app_list/app_context_menu_delegate.h', 2351 'browser/ui/app_list/app_context_menu_delegate.h',
2352 'browser/ui/app_list/app_list_controller_delegate.cc', 2352 'browser/ui/app_list/app_list_controller_delegate.cc',
2353 'browser/ui/app_list/app_list_controller_delegate.h', 2353 'browser/ui/app_list/app_list_controller_delegate.h',
2354 'browser/ui/app_list/app_list_controller_delegate_impl.cc', 2354 'browser/ui/app_list/app_list_controller_delegate_impl.cc',
2355 'browser/ui/app_list/app_list_controller_delegate_impl.h', 2355 'browser/ui/app_list/app_list_controller_delegate_impl.h',
2356 'browser/ui/app_list/app_list_extension.cc',
2357 'browser/ui/app_list/app_list_extension.h',
2356 'browser/ui/app_list/app_list_icon_win.cc', 2358 'browser/ui/app_list/app_list_icon_win.cc',
2357 'browser/ui/app_list/app_list_icon_win.h', 2359 'browser/ui/app_list/app_list_icon_win.h',
2358 'browser/ui/app_list/app_list_positioner.cc', 2360 'browser/ui/app_list/app_list_positioner.cc',
2359 'browser/ui/app_list/app_list_positioner.h', 2361 'browser/ui/app_list/app_list_positioner.h',
2360 'browser/ui/app_list/app_list_prefs.cc', 2362 'browser/ui/app_list/app_list_prefs.cc',
2361 'browser/ui/app_list/app_list_prefs.h', 2363 'browser/ui/app_list/app_list_prefs.h',
2362 'browser/ui/app_list/app_list_prefs_factory.cc', 2364 'browser/ui/app_list/app_list_prefs_factory.cc',
2363 'browser/ui/app_list/app_list_prefs_factory.h', 2365 'browser/ui/app_list/app_list_prefs_factory.h',
2364 'browser/ui/app_list/app_list_service.cc', 2366 'browser/ui/app_list/app_list_service.cc',
2365 'browser/ui/app_list/app_list_service.h', 2367 'browser/ui/app_list/app_list_service.h',
(...skipping 771 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

Powered by Google App Engine
This is Rietveld 408576698