| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'browser/autocomplete/shortcuts_provider.cc', | 168 'browser/autocomplete/shortcuts_provider.cc', |
| 169 'browser/autocomplete/shortcuts_provider.h', | 169 'browser/autocomplete/shortcuts_provider.h', |
| 170 'browser/autocomplete/url_prefix.cc', | 170 'browser/autocomplete/url_prefix.cc', |
| 171 'browser/autocomplete/url_prefix.h', | 171 'browser/autocomplete/url_prefix.h', |
| 172 'browser/autocomplete/zero_suggest_provider.cc', | 172 'browser/autocomplete/zero_suggest_provider.cc', |
| 173 'browser/autocomplete/zero_suggest_provider.h', | 173 'browser/autocomplete/zero_suggest_provider.h', |
| 174 'browser/autofill/address.cc', | 174 'browser/autofill/address.cc', |
| 175 'browser/autofill/address.h', | 175 'browser/autofill/address.h', |
| 176 'browser/autofill/address_field.cc', | 176 'browser/autofill/address_field.cc', |
| 177 'browser/autofill/address_field.h', | 177 'browser/autofill/address_field.h', |
| 178 'browser/autofill/autocheckout/whitelist_manager.cc', |
| 179 'browser/autofill/autocheckout/whitelist_manager.h', |
| 180 'browser/autofill/autocheckout/whitelist_url.cc', |
| 181 'browser/autofill/autocheckout/whitelist_url.h', |
| 178 'browser/autofill/autocomplete_history_manager.cc', | 182 'browser/autofill/autocomplete_history_manager.cc', |
| 179 'browser/autofill/autocomplete_history_manager.h', | 183 'browser/autofill/autocomplete_history_manager.h', |
| 180 'browser/autofill/autofill-inl.h', | 184 'browser/autofill/autofill-inl.h', |
| 181 'browser/autofill/autofill_cc_infobar_delegate.cc', | 185 'browser/autofill/autofill_cc_infobar_delegate.cc', |
| 182 'browser/autofill/autofill_cc_infobar_delegate.h', | 186 'browser/autofill/autofill_cc_infobar_delegate.h', |
| 183 'browser/autofill/autofill_country.cc', | 187 'browser/autofill/autofill_country.cc', |
| 184 'browser/autofill/autofill_country.h', | 188 'browser/autofill/autofill_country.h', |
| 185 'browser/autofill/autofill_download.cc', | 189 'browser/autofill/autofill_download.cc', |
| 186 'browser/autofill/autofill_download.h', | 190 'browser/autofill/autofill_download.h', |
| 187 'browser/autofill/autofill_download_url.cc', | 191 'browser/autofill/autofill_download_url.cc', |
| (...skipping 2927 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 |