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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3027004: New Blue style for for autofill Info-bar, to be eventually used for all info ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'browser/autocomplete_history_manager.cc', 118 'browser/autocomplete_history_manager.cc',
119 'browser/autocomplete_history_manager.h', 119 'browser/autocomplete_history_manager.h',
120 'browser/autofill/address_field.cc', 120 'browser/autofill/address_field.cc',
121 'browser/autofill/address_field.h', 121 'browser/autofill/address_field.h',
122 'browser/autofill/address.cc', 122 'browser/autofill/address.cc',
123 'browser/autofill/address.h', 123 'browser/autofill/address.h',
124 'browser/autofill/autofill_address_model_mac.h', 124 'browser/autofill/autofill_address_model_mac.h',
125 'browser/autofill/autofill_address_model_mac.mm', 125 'browser/autofill/autofill_address_model_mac.mm',
126 'browser/autofill/autofill_address_sheet_controller_mac.h', 126 'browser/autofill/autofill_address_sheet_controller_mac.h',
127 'browser/autofill/autofill_address_sheet_controller_mac.mm', 127 'browser/autofill/autofill_address_sheet_controller_mac.mm',
128 'browser/autofill/autofill_cc_infobar.h',
129 'browser/autofill/autofill_cc_infobar_win.cc',
128 'browser/autofill/autofill_cc_infobar_delegate.h', 130 'browser/autofill/autofill_cc_infobar_delegate.h',
129 'browser/autofill/autofill_cc_infobar_delegate.cc', 131 'browser/autofill/autofill_cc_infobar_delegate.cc',
130 'browser/autofill/autofill_credit_card_model_mac.h', 132 'browser/autofill/autofill_credit_card_model_mac.h',
131 'browser/autofill/autofill_credit_card_model_mac.mm', 133 'browser/autofill/autofill_credit_card_model_mac.mm',
132 'browser/autofill/autofill_credit_card_sheet_controller_mac.h', 134 'browser/autofill/autofill_credit_card_sheet_controller_mac.h',
133 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm', 135 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm',
134 'browser/autofill/autofill_dialog_controller_mac.h', 136 'browser/autofill/autofill_dialog_controller_mac.h',
135 'browser/autofill/autofill_dialog_controller_mac.mm', 137 'browser/autofill/autofill_dialog_controller_mac.mm',
136 'browser/autofill/autofill_dialog_gtk.cc', 138 'browser/autofill/autofill_dialog_gtk.cc',
137 'browser/autofill/autofill_dialog_mac.mm', 139 'browser/autofill/autofill_dialog_mac.mm',
(...skipping 3490 matching lines...) Expand 10 before | Expand all | Expand 10 after
3628 ], 3630 ],
3629 }, 3631 },
3630 ], 3632 ],
3631 } 3633 }
3632 3634
3633 # Local Variables: 3635 # Local Variables:
3634 # tab-width:2 3636 # tab-width:2
3635 # indent-tabs-mode:nil 3637 # indent-tabs-mode:nil
3636 # End: 3638 # End:
3637 # vim: set expandtab tabstop=2 shiftwidth=2: 3639 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698