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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12208070: allow wallet items to appear in requestAutocomplete UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: relative patchset again Created 7 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 | Annotate | Revision Log
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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'browser/ui/autofill/autofill_dialog_models.h', 210 'browser/ui/autofill/autofill_dialog_models.h',
211 'browser/ui/autofill/autofill_dialog_types.cc', 211 'browser/ui/autofill/autofill_dialog_types.cc',
212 'browser/ui/autofill/autofill_dialog_types.h', 212 'browser/ui/autofill/autofill_dialog_types.h',
213 'browser/ui/autofill/autofill_dialog_view.cc', 213 'browser/ui/autofill/autofill_dialog_view.cc',
214 'browser/ui/autofill/autofill_dialog_view.h', 214 'browser/ui/autofill/autofill_dialog_view.h',
215 'browser/ui/autofill/autofill_popup_controller.h', 215 'browser/ui/autofill/autofill_popup_controller.h',
216 'browser/ui/autofill/autofill_popup_controller_impl.cc', 216 'browser/ui/autofill/autofill_popup_controller_impl.cc',
217 'browser/ui/autofill/autofill_popup_controller_impl.h', 217 'browser/ui/autofill/autofill_popup_controller_impl.h',
218 'browser/ui/autofill/autofill_popup_delegate.h', 218 'browser/ui/autofill/autofill_popup_delegate.h',
219 'browser/ui/autofill/autofill_popup_view.h', 219 'browser/ui/autofill/autofill_popup_view.h',
220 'browser/ui/autofill/data_model_wrapper.cc',
221 'browser/ui/autofill/data_model_wrapper.h',
220 'browser/ui/autofill/tab_autofill_manager_delegate.cc', 222 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
221 'browser/ui/autofill/tab_autofill_manager_delegate.h', 223 'browser/ui/autofill/tab_autofill_manager_delegate.h',
222 'browser/ui/auto_login_info_bar_delegate.cc', 224 'browser/ui/auto_login_info_bar_delegate.cc',
223 'browser/ui/auto_login_info_bar_delegate.h', 225 'browser/ui/auto_login_info_bar_delegate.h',
224 'browser/ui/auto_login_prompter.cc', 226 'browser/ui/auto_login_prompter.cc',
225 'browser/ui/auto_login_prompter.h', 227 'browser/ui/auto_login_prompter.h',
226 'browser/ui/base_window.h', 228 'browser/ui/base_window.h',
227 'browser/ui/blocked_content/blocked_content_container.cc', 229 'browser/ui/blocked_content/blocked_content_container.cc',
228 'browser/ui/blocked_content/blocked_content_container.h', 230 'browser/ui/blocked_content/blocked_content_container.h',
229 'browser/ui/blocked_content/blocked_content_tab_helper.cc', 231 'browser/ui/blocked_content/blocked_content_tab_helper.cc',
(...skipping 2568 matching lines...) Expand 10 before | Expand all | Expand 10 after
2798 }], 2800 }],
2799 ['enable_message_center==1', { 2801 ['enable_message_center==1', {
2800 'dependencies': [ 2802 'dependencies': [
2801 '../ui/message_center/message_center.gyp:message_center', 2803 '../ui/message_center/message_center.gyp:message_center',
2802 ], 2804 ],
2803 }], 2805 }],
2804 ], 2806 ],
2805 }, 2807 },
2806 ], 2808 ],
2807 } 2809 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698