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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6523032: Even more test cleanup. Some fixes to non-test code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'browser/autofill/autofill_metrics.cc', 180 'browser/autofill/autofill_metrics.cc',
181 'browser/autofill/autofill_metrics.h', 181 'browser/autofill/autofill_metrics.h',
182 'browser/autofill/autofill_profile.cc', 182 'browser/autofill/autofill_profile.cc',
183 'browser/autofill/autofill_profile.h', 183 'browser/autofill/autofill_profile.h',
184 'browser/autofill/autofill_text_field_mac.h', 184 'browser/autofill/autofill_text_field_mac.h',
185 'browser/autofill/autofill_text_field_mac.mm', 185 'browser/autofill/autofill_text_field_mac.mm',
186 'browser/autofill/autofill_type.cc', 186 'browser/autofill/autofill_type.cc',
187 'browser/autofill/autofill_type.h', 187 'browser/autofill/autofill_type.h',
188 'browser/autofill/autofill_xml_parser.cc', 188 'browser/autofill/autofill_xml_parser.cc',
189 'browser/autofill/autofill_xml_parser.h', 189 'browser/autofill/autofill_xml_parser.h',
190 'browser/autofill/billing_address.h',
191 'browser/autofill/contact_info.cc', 190 'browser/autofill/contact_info.cc',
192 'browser/autofill/contact_info.h', 191 'browser/autofill/contact_info.h',
193 'browser/autofill/credit_card.cc', 192 'browser/autofill/credit_card.cc',
194 'browser/autofill/credit_card.h', 193 'browser/autofill/credit_card.h',
195 'browser/autofill/credit_card_field.cc', 194 'browser/autofill/credit_card_field.cc',
196 'browser/autofill/credit_card_field.h', 195 'browser/autofill/credit_card_field.h',
197 'browser/autofill/fax_number.cc', 196 'browser/autofill/fax_number.cc',
198 'browser/autofill/fax_number.h', 197 'browser/autofill/fax_number.h',
199 'browser/autofill/field_types.h', 198 'browser/autofill/field_types.h',
200 'browser/autofill/form_field.cc', 199 'browser/autofill/form_field.cc',
(...skipping 4406 matching lines...) Expand 10 before | Expand all | Expand 10 after
4607 ], 4606 ],
4608 }, 4607 },
4609 ], 4608 ],
4610 } 4609 }
4611 4610
4612 # Local Variables: 4611 # Local Variables:
4613 # tab-width:2 4612 # tab-width:2
4614 # indent-tabs-mode:nil 4613 # indent-tabs-mode:nil
4615 # End: 4614 # End:
4616 # vim: set expandtab tabstop=2 shiftwidth=2: 4615 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698