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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2144733004: Merge InstantPage into InstantTab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 4 years, 5 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/search/search_tab_helper.h ('k') | chrome/chrome_tests_unit.gypi » ('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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'browser/ui/platform_keys_certificate_selector_chromeos.h', 105 'browser/ui/platform_keys_certificate_selector_chromeos.h',
106 'browser/ui/prefs/prefs_tab_helper.cc', 106 'browser/ui/prefs/prefs_tab_helper.cc',
107 'browser/ui/prefs/prefs_tab_helper.h', 107 'browser/ui/prefs/prefs_tab_helper.h',
108 'browser/ui/process_singleton_dialog_linux.h', 108 'browser/ui/process_singleton_dialog_linux.h',
109 'browser/ui/profile_chooser_constants.h', 109 'browser/ui/profile_chooser_constants.h',
110 'browser/ui/profile_error_dialog.cc', 110 'browser/ui/profile_error_dialog.cc',
111 'browser/ui/profile_error_dialog.h', 111 'browser/ui/profile_error_dialog.h',
112 'browser/ui/protocol_dialog_delegate.h', 112 'browser/ui/protocol_dialog_delegate.h',
113 'browser/ui/proximity_auth/proximity_auth_error_bubble.h', 113 'browser/ui/proximity_auth/proximity_auth_error_bubble.h',
114 'browser/ui/screen_capture_notification_ui.h', 114 'browser/ui/screen_capture_notification_ui.h',
115 'browser/ui/search/instant_page.cc',
116 'browser/ui/search/instant_page.h',
117 'browser/ui/search/instant_search_prerenderer.cc', 115 'browser/ui/search/instant_search_prerenderer.cc',
118 'browser/ui/search/instant_search_prerenderer.h', 116 'browser/ui/search/instant_search_prerenderer.h',
119 'browser/ui/search/instant_tab.cc', 117 'browser/ui/search/instant_tab.cc',
120 'browser/ui/search/instant_tab.h', 118 'browser/ui/search/instant_tab.h',
121 'browser/ui/search/new_tab_page_interceptor_service.cc', 119 'browser/ui/search/new_tab_page_interceptor_service.cc',
122 'browser/ui/search/new_tab_page_interceptor_service.h', 120 'browser/ui/search/new_tab_page_interceptor_service.h',
123 'browser/ui/search/new_tab_page_interceptor_service_factory.cc', 121 'browser/ui/search/new_tab_page_interceptor_service_factory.cc',
124 'browser/ui/search/new_tab_page_interceptor_service_factory.h', 122 'browser/ui/search/new_tab_page_interceptor_service_factory.h',
125 'browser/ui/search/search_ipc_router.cc', 123 'browser/ui/search/search_ipc_router.cc',
126 'browser/ui/search/search_ipc_router.h', 124 'browser/ui/search/search_ipc_router.h',
(...skipping 3241 matching lines...) Expand 10 before | Expand all | Expand 10 after
3368 ], 3366 ],
3369 'sources': [ 3367 'sources': [
3370 '<@(chrome_browser_ui_non_mobile_sources)', 3368 '<@(chrome_browser_ui_non_mobile_sources)',
3371 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3369 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3372 ], 3370 ],
3373 }], 3371 }],
3374 ], 3372 ],
3375 }, 3373 },
3376 ], 3374 ],
3377 } 3375 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/search/search_tab_helper.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698