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

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: clang fix 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'browser/ui/autofill/autofill_dialog_models.h', 212 'browser/ui/autofill/autofill_dialog_models.h',
213 'browser/ui/autofill/autofill_dialog_types.cc', 213 'browser/ui/autofill/autofill_dialog_types.cc',
214 'browser/ui/autofill/autofill_dialog_types.h', 214 'browser/ui/autofill/autofill_dialog_types.h',
215 'browser/ui/autofill/autofill_dialog_view.cc', 215 'browser/ui/autofill/autofill_dialog_view.cc',
216 'browser/ui/autofill/autofill_dialog_view.h', 216 'browser/ui/autofill/autofill_dialog_view.h',
217 'browser/ui/autofill/autofill_popup_controller.h', 217 'browser/ui/autofill/autofill_popup_controller.h',
218 'browser/ui/autofill/autofill_popup_controller_impl.cc', 218 'browser/ui/autofill/autofill_popup_controller_impl.cc',
219 'browser/ui/autofill/autofill_popup_controller_impl.h', 219 'browser/ui/autofill/autofill_popup_controller_impl.h',
220 'browser/ui/autofill/autofill_popup_delegate.h', 220 'browser/ui/autofill/autofill_popup_delegate.h',
221 'browser/ui/autofill/autofill_popup_view.h', 221 'browser/ui/autofill/autofill_popup_view.h',
222 'browser/ui/autofill/data_model_wrapper.cc',
223 'browser/ui/autofill/data_model_wrapper.h',
222 'browser/ui/autofill/tab_autofill_manager_delegate.cc', 224 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
223 'browser/ui/autofill/tab_autofill_manager_delegate.h', 225 'browser/ui/autofill/tab_autofill_manager_delegate.h',
224 'browser/ui/auto_login_info_bar_delegate.cc', 226 'browser/ui/auto_login_info_bar_delegate.cc',
225 'browser/ui/auto_login_info_bar_delegate.h', 227 'browser/ui/auto_login_info_bar_delegate.h',
226 'browser/ui/auto_login_prompter.cc', 228 'browser/ui/auto_login_prompter.cc',
227 'browser/ui/auto_login_prompter.h', 229 'browser/ui/auto_login_prompter.h',
228 'browser/ui/base_window.h', 230 'browser/ui/base_window.h',
229 'browser/ui/blocked_content/blocked_content_container.cc', 231 'browser/ui/blocked_content/blocked_content_container.cc',
230 'browser/ui/blocked_content/blocked_content_container.h', 232 'browser/ui/blocked_content/blocked_content_container.h',
231 'browser/ui/blocked_content/blocked_content_tab_helper.cc', 233 'browser/ui/blocked_content/blocked_content_tab_helper.cc',
(...skipping 2580 matching lines...) Expand 10 before | Expand all | Expand 10 after
2812 }], 2814 }],
2813 ['enable_message_center==1', { 2815 ['enable_message_center==1', {
2814 'dependencies': [ 2816 'dependencies': [
2815 '../ui/message_center/message_center.gyp:message_center', 2817 '../ui/message_center/message_center.gyp:message_center',
2816 ], 2818 ],
2817 }], 2819 }],
2818 ], 2820 ],
2819 }, 2821 },
2820 ], 2822 ],
2821 } 2823 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698