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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1071093002: Implement setSearchResults. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clear results after query is ended. Created 5 years, 8 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 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 'browser/ui/window_sizer/window_sizer_aura.cc', 1318 'browser/ui/window_sizer/window_sizer_aura.cc',
1319 ], 1319 ],
1320 # Aura but not ChromeOS. 1320 # Aura but not ChromeOS.
1321 'chrome_browser_ui_aura_non_chromeos': [ 1321 'chrome_browser_ui_aura_non_chromeos': [
1322 'browser/ui/aura/active_desktop_monitor.cc', 1322 'browser/ui/aura/active_desktop_monitor.cc',
1323 'browser/ui/aura/active_desktop_monitor.h', 1323 'browser/ui/aura/active_desktop_monitor.h',
1324 ], 1324 ],
1325 # ChromeOS-only sources that don't end in _chromeos or live in a chromeos 1325 # ChromeOS-only sources that don't end in _chromeos or live in a chromeos
1326 # directory. 1326 # directory.
1327 'chrome_browser_ui_chromeos_sources': [ 1327 'chrome_browser_ui_chromeos_sources': [
1328 # On chromeos, file manager extension handles the file open/save dialog.
1329 'browser/ui/app_list/search/launcher_search/launcher_search_provider.cc', 1328 'browser/ui/app_list/search/launcher_search/launcher_search_provider.cc',
1330 'browser/ui/app_list/search/launcher_search/launcher_search_provider.h', 1329 'browser/ui/app_list/search/launcher_search/launcher_search_provider.h',
1330 'browser/ui/app_list/search/launcher_search/launcher_search_result.cc',
1331 'browser/ui/app_list/search/launcher_search/launcher_search_result.h',
1332 # On chromeos, file manager extension handles the file open/save dialog.
1331 'browser/ui/views/select_file_dialog_extension.cc', 1333 'browser/ui/views/select_file_dialog_extension.cc',
1332 'browser/ui/views/select_file_dialog_extension.h', 1334 'browser/ui/views/select_file_dialog_extension.h',
1333 'browser/ui/views/select_file_dialog_extension_factory.cc', 1335 'browser/ui/views/select_file_dialog_extension_factory.cc',
1334 'browser/ui/views/select_file_dialog_extension_factory.h', 1336 'browser/ui/views/select_file_dialog_extension_factory.h',
1335 ], 1337 ],
1336 # Used everwhere but ChromeOS. 1338 # Used everwhere but ChromeOS.
1337 'chrome_browser_ui_non_chromeos_sources': [ 1339 'chrome_browser_ui_non_chromeos_sources': [
1338 'browser/ui/external_protocol_dialog_delegate.cc', 1340 'browser/ui/external_protocol_dialog_delegate.cc',
1339 'browser/ui/external_protocol_dialog_delegate.h', 1341 'browser/ui/external_protocol_dialog_delegate.h',
1340 'browser/ui/startup/default_browser_prompt.cc', 1342 'browser/ui/startup/default_browser_prompt.cc',
(...skipping 1852 matching lines...) Expand 10 before | Expand all | Expand 10 after
3193 ], 3195 ],
3194 'sources': [ 3196 'sources': [
3195 '<@(chrome_browser_ui_non_mobile_sources)', 3197 '<@(chrome_browser_ui_non_mobile_sources)',
3196 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3198 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3197 ], 3199 ],
3198 }], 3200 }],
3199 ], 3201 ],
3200 }, 3202 },
3201 ], 3203 ],
3202 } 3204 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698