| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 # Private target only used in components/autofill. | 8 # Private target only used in components/autofill. |
| 9 'target_name': 'autofill_regexes', | 9 'target_name': 'autofill_regexes', |
| 10 'type': 'none', | 10 'type': 'none', |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 'autofill/browser/webdata/autofill_entry.h', | 252 'autofill/browser/webdata/autofill_entry.h', |
| 253 'autofill/browser/webdata/autofill_table.cc', | 253 'autofill/browser/webdata/autofill_table.cc', |
| 254 'autofill/browser/webdata/autofill_table.h', | 254 'autofill/browser/webdata/autofill_table.h', |
| 255 'autofill/browser/webdata/autofill_webdata.h', | 255 'autofill/browser/webdata/autofill_webdata.h', |
| 256 'autofill/browser/webdata/autofill_webdata_backend.h', | 256 'autofill/browser/webdata/autofill_webdata_backend.h', |
| 257 'autofill/browser/webdata/autofill_webdata_backend_impl.cc', | 257 'autofill/browser/webdata/autofill_webdata_backend_impl.cc', |
| 258 'autofill/browser/webdata/autofill_webdata_backend_impl.h', | 258 'autofill/browser/webdata/autofill_webdata_backend_impl.h', |
| 259 'autofill/browser/webdata/autofill_webdata_service.cc', | 259 'autofill/browser/webdata/autofill_webdata_service.cc', |
| 260 'autofill/browser/webdata/autofill_webdata_service.h', | 260 'autofill/browser/webdata/autofill_webdata_service.h', |
| 261 'autofill/browser/webdata/autofill_webdata_service_observer.h', | 261 'autofill/browser/webdata/autofill_webdata_service_observer.h', |
| 262 'autofill/content/browser/autofill_driver.cc', |
| 263 'autofill/content/browser/autofill_driver.h', |
| 262 | 264 |
| 263 # This file is generated by the autofill_regexes action. | 265 # This file is generated by the autofill_regexes action. |
| 264 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', | 266 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', |
| 265 ], | 267 ], |
| 266 | 268 |
| 267 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 269 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 268 'msvs_disabled_warnings': [4267, ], | 270 'msvs_disabled_warnings': [4267, ], |
| 269 }, | 271 }, |
| 270 | 272 |
| 271 { | 273 { |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 ], | 328 ], |
| 327 'variables': { | 329 'variables': { |
| 328 'jni_gen_package': 'autofill', | 330 'jni_gen_package': 'autofill', |
| 329 }, | 331 }, |
| 330 'includes': [ '../build/jni_generator.gypi' ], | 332 'includes': [ '../build/jni_generator.gypi' ], |
| 331 }, | 333 }, |
| 332 ], | 334 ], |
| 333 }], | 335 }], |
| 334 ], | 336 ], |
| 335 } | 337 } |
| OLD | NEW |