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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12335141: Move c/b/ui/search/search.* to c/b/instant/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 9 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/chrome_browser.gypi ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 'browser/ui/prefs/prefs_tab_helper.h', 1249 'browser/ui/prefs/prefs_tab_helper.h',
1250 'browser/ui/profile_error_dialog.cc', 1250 'browser/ui/profile_error_dialog.cc',
1251 'browser/ui/profile_error_dialog.h', 1251 'browser/ui/profile_error_dialog.h',
1252 'browser/ui/protocol_dialog_delegate.h', 1252 'browser/ui/protocol_dialog_delegate.h',
1253 'browser/ui/sad_tab.h', 1253 'browser/ui/sad_tab.h',
1254 'browser/ui/sad_tab_helper.cc', 1254 'browser/ui/sad_tab_helper.cc',
1255 'browser/ui/sad_tab_helper.h', 1255 'browser/ui/sad_tab_helper.h',
1256 'browser/ui/sad_tab_types.h', 1256 'browser/ui/sad_tab_types.h',
1257 'browser/ui/screen_capture_infobar_delegate.cc', 1257 'browser/ui/screen_capture_infobar_delegate.cc',
1258 'browser/ui/screen_capture_infobar_delegate.h', 1258 'browser/ui/screen_capture_infobar_delegate.h',
1259 'browser/ui/search/search.cc',
1260 'browser/ui/search/search.h',
1261 'browser/ui/search/search_delegate.cc', 1259 'browser/ui/search/search_delegate.cc',
1262 'browser/ui/search/search_delegate.h', 1260 'browser/ui/search/search_delegate.h',
1263 'browser/ui/search/search_model.cc', 1261 'browser/ui/search/search_model.cc',
1264 'browser/ui/search/search_model.h', 1262 'browser/ui/search/search_model.h',
1265 'browser/ui/search/search_model_observer.h', 1263 'browser/ui/search/search_model_observer.h',
1266 'browser/ui/search/search_tab_helper.cc', 1264 'browser/ui/search/search_tab_helper.cc',
1267 'browser/ui/search/search_tab_helper.h', 1265 'browser/ui/search/search_tab_helper.h',
1268 'browser/ui/search/search_ui.cc', 1266 'browser/ui/search/search_ui.cc',
1269 'browser/ui/search/search_ui.h', 1267 'browser/ui/search/search_ui.h',
1270 'browser/ui/search_engines/edit_search_engine_controller.cc', 1268 'browser/ui/search_engines/edit_search_engine_controller.cc',
(...skipping 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after
2845 }], 2843 }],
2846 ['enable_message_center==1', { 2844 ['enable_message_center==1', {
2847 'dependencies': [ 2845 'dependencies': [
2848 '../ui/message_center/message_center.gyp:message_center', 2846 '../ui/message_center/message_center.gyp:message_center',
2849 ], 2847 ],
2850 }], 2848 }],
2851 ], 2849 ],
2852 }, 2850 },
2853 ], 2851 ],
2854 } 2852 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698