| OLD | NEW |
| 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', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 'browser/autofill/autofill_country.cc', | 183 'browser/autofill/autofill_country.cc', |
| 184 'browser/autofill/autofill_country.h', | 184 'browser/autofill/autofill_country.h', |
| 185 'browser/autofill/autofill_download.cc', | 185 'browser/autofill/autofill_download.cc', |
| 186 'browser/autofill/autofill_download.h', | 186 'browser/autofill/autofill_download.h', |
| 187 'browser/autofill/autofill_download_url.cc', | 187 'browser/autofill/autofill_download_url.cc', |
| 188 'browser/autofill/autofill_download_url.h', | 188 'browser/autofill/autofill_download_url.h', |
| 189 'browser/autofill/autofill_external_delegate.cc', | 189 'browser/autofill/autofill_external_delegate.cc', |
| 190 'browser/autofill/autofill_external_delegate.h', | 190 'browser/autofill/autofill_external_delegate.h', |
| 191 'browser/autofill/autofill_field.cc', | 191 'browser/autofill/autofill_field.cc', |
| 192 'browser/autofill/autofill_field.h', | 192 'browser/autofill/autofill_field.h', |
| 193 'browser/autofill/autofill_flow_infobar_delegate.cc', |
| 194 'browser/autofill/autofill_flow_infobar_delegate.h', |
| 195 'browser/autofill/autofill_flow_util.cc', |
| 196 'browser/autofill/autofill_flow_util.h', |
| 193 'browser/autofill/autofill_ie_toolbar_import_win.cc', | 197 'browser/autofill/autofill_ie_toolbar_import_win.cc', |
| 194 'browser/autofill/autofill_ie_toolbar_import_win.h', | 198 'browser/autofill/autofill_ie_toolbar_import_win.h', |
| 195 'browser/autofill/autofill_manager.cc', | 199 'browser/autofill/autofill_manager.cc', |
| 196 'browser/autofill/autofill_manager.h', | 200 'browser/autofill/autofill_manager.h', |
| 197 'browser/autofill/autofill_manager_delegate.h', | 201 'browser/autofill/autofill_manager_delegate.h', |
| 198 'browser/autofill/autofill_metrics.cc', | 202 'browser/autofill/autofill_metrics.cc', |
| 199 'browser/autofill/autofill_metrics.h', | 203 'browser/autofill/autofill_metrics.h', |
| 200 'browser/autofill/autofill_profile.cc', | 204 'browser/autofill/autofill_profile.cc', |
| 201 'browser/autofill/autofill_profile.h', | 205 'browser/autofill/autofill_profile.h', |
| 202 'browser/autofill/autofill_regex_constants.cc.utf8', | 206 'browser/autofill/autofill_regex_constants.cc.utf8', |
| (...skipping 2912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3115 'variables': { | 3119 'variables': { |
| 3116 'jni_gen_dir': 'chrome', | 3120 'jni_gen_dir': 'chrome', |
| 3117 }, | 3121 }, |
| 3118 'includes': [ '../build/jni_generator.gypi' ], | 3122 'includes': [ '../build/jni_generator.gypi' ], |
| 3119 }, | 3123 }, |
| 3120 ], | 3124 ], |
| 3121 }, | 3125 }, |
| 3122 ], | 3126 ], |
| 3123 ], | 3127 ], |
| 3124 } | 3128 } |
| OLD | NEW |