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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1385663002: [Contextual Search] Add Mojo-enabled API component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked to use a new Contextual Search component and Mojo communication, removed CS Manager stuff. Created 5 years, 1 month 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 2772 matching lines...) Expand 10 before | Expand all | Expand 10 after
2783 # dependencies block below, rather than here. 2783 # dependencies block below, rather than here.
2784 'chrome_browser_ui_views.gyp:browser_ui_views', 2784 'chrome_browser_ui_views.gyp:browser_ui_views',
2785 'chrome_resources.gyp:chrome_extra_resources', 2785 'chrome_resources.gyp:chrome_extra_resources',
2786 'chrome_resources.gyp:chrome_resources', 2786 'chrome_resources.gyp:chrome_resources',
2787 'chrome_resources.gyp:chrome_strings', 2787 'chrome_resources.gyp:chrome_strings',
2788 'chrome_resources.gyp:platform_locale_settings', 2788 'chrome_resources.gyp:platform_locale_settings',
2789 'chrome_resources.gyp:theme_resources', 2789 'chrome_resources.gyp:theme_resources',
2790 'common', 2790 'common',
2791 '../components/components.gyp:auto_login_parser', 2791 '../components/components.gyp:auto_login_parser',
2792 '../components/components.gyp:certificate_reporting', 2792 '../components/components.gyp:certificate_reporting',
2793 '../components/components.gyp:contextual_search',
2793 '../components/components.gyp:device_event_log_component', 2794 '../components/components.gyp:device_event_log_component',
2794 '../components/components.gyp:dom_distiller_core', 2795 '../components/components.gyp:dom_distiller_core',
2795 '../components/components.gyp:dom_distiller_webui', 2796 '../components/components.gyp:dom_distiller_webui',
2796 '../components/components.gyp:invalidation_impl', 2797 '../components/components.gyp:invalidation_impl',
2797 '../components/components.gyp:omnibox_common', 2798 '../components/components.gyp:omnibox_common',
2798 '../components/components.gyp:onc_component', 2799 '../components/components.gyp:onc_component',
2799 '../components/components.gyp:password_manager_core_browser', 2800 '../components/components.gyp:password_manager_core_browser',
2800 '../components/components.gyp:sync_driver', 2801 '../components/components.gyp:sync_driver',
2801 '../components/components.gyp:toolbar', 2802 '../components/components.gyp:toolbar',
2802 '../components/components.gyp:ui_zoom', 2803 '../components/components.gyp:ui_zoom',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
3268 ], 3269 ],
3269 'sources': [ 3270 'sources': [
3270 '<@(chrome_browser_ui_non_mobile_sources)', 3271 '<@(chrome_browser_ui_non_mobile_sources)',
3271 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3272 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3272 ], 3273 ],
3273 }], 3274 }],
3274 ], 3275 ],
3275 }, 3276 },
3276 ], 3277 ],
3277 } 3278 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698