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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10701058: Merge branch 'trunk' of http://git.chromium.org/git/chromium into autofill (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'browser/autofill/address_field.h', 161 'browser/autofill/address_field.h',
162 'browser/autofill/autofill-inl.h', 162 'browser/autofill/autofill-inl.h',
163 'browser/autofill/autofill_cc_infobar_delegate.cc', 163 'browser/autofill/autofill_cc_infobar_delegate.cc',
164 'browser/autofill/autofill_cc_infobar_delegate.h', 164 'browser/autofill/autofill_cc_infobar_delegate.h',
165 'browser/autofill/autofill_country.cc', 165 'browser/autofill/autofill_country.cc',
166 'browser/autofill/autofill_country.h', 166 'browser/autofill/autofill_country.h',
167 'browser/autofill/autofill_download.cc', 167 'browser/autofill/autofill_download.cc',
168 'browser/autofill/autofill_download.h', 168 'browser/autofill/autofill_download.h',
169 'browser/autofill/autofill_external_delegate.cc', 169 'browser/autofill/autofill_external_delegate.cc',
170 'browser/autofill/autofill_external_delegate.h', 170 'browser/autofill/autofill_external_delegate.h',
171 'browser/autofill/autofill_external_delegate_android.cc',
172 'browser/autofill/autofill_external_delegate_gtk.cc', 171 'browser/autofill/autofill_external_delegate_gtk.cc',
173 'browser/autofill/autofill_external_delegate_gtk.h', 172 'browser/autofill/autofill_external_delegate_gtk.h',
174 'browser/autofill/autofill_feedback_infobar_delegate.cc', 173 'browser/autofill/autofill_feedback_infobar_delegate.cc',
175 'browser/autofill/autofill_feedback_infobar_delegate.h', 174 'browser/autofill/autofill_feedback_infobar_delegate.h',
176 'browser/autofill/autofill_field.cc', 175 'browser/autofill/autofill_field.cc',
177 'browser/autofill/autofill_field.h', 176 'browser/autofill/autofill_field.h',
178 'browser/autofill/autofill_ie_toolbar_import_win.cc', 177 'browser/autofill/autofill_ie_toolbar_import_win.cc',
179 'browser/autofill/autofill_ie_toolbar_import_win.h', 178 'browser/autofill/autofill_ie_toolbar_import_win.h',
180 'browser/autofill/autofill_manager.cc', 179 'browser/autofill/autofill_manager.cc',
181 'browser/autofill/autofill_manager.h', 180 'browser/autofill/autofill_manager.h',
(...skipping 5164 matching lines...) Expand 10 before | Expand all | Expand 10 after
5346 'browser/metrics/proto/study.proto', 5345 'browser/metrics/proto/study.proto',
5347 ], 5346 ],
5348 'variables': { 5347 'variables': {
5349 'proto_in_dir': 'browser/metrics/proto', 5348 'proto_in_dir': 'browser/metrics/proto',
5350 'proto_out_dir': 'chrome/browser/metrics/proto', 5349 'proto_out_dir': 'chrome/browser/metrics/proto',
5351 }, 5350 },
5352 'includes': [ '../build/protoc.gypi' ] 5351 'includes': [ '../build/protoc.gypi' ]
5353 }, 5352 },
5354 ], 5353 ],
5355 } 5354 }
OLDNEW
« no previous file with comments | « chrome/browser/autofill/test_autofill_external_delegate_android.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698