OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |