Chromium Code Reviews| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
| 
 
Jói
2013/03/07 00:13:00
2013
 
kaiwang
2013/03/07 01:26:57
Done.
 
 | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'targets': [ | |
| 7 { | |
| 8 'target_name': 'autofill_common', | |
| 9 'type': 'static_library', | |
| 10 'include_dirs': [ | |
| 11 '..', | |
| 12 ], | |
| 13 'dependencies': [ | |
| 14 '../base/base.gyp:base', | |
| 15 '../build/temp_gyp/googleurl.gyp:googleurl', | |
| 16 '../content/content.gyp:content_common', | |
| 17 '../ipc/ipc.gyp:ipc', | |
| 18 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | |
| 19 '../ui/ui.gyp:ui', | |
| 20 ], | |
| 21 'sources': [ | |
| 22 'autofill/common/autocheckout_status.h', | |
| 23 'autofill/common/autofill_messages.h', | |
| 24 'autofill/common/form_data.cc', | |
| 25 'autofill/common/form_data.h', | |
| 26 'autofill/common/form_data_predictions.cc', | |
| 27 'autofill/common/form_data_predictions.h', | |
| 28 'autofill/common/form_field_data.cc', | |
| 29 'autofill/common/form_field_data.h', | |
| 30 'autofill/common/form_field_data_predictions.cc', | |
| 31 'autofill/common/form_field_data_predictions.h', | |
| 32 'autofill/common/password_form_fill_data.cc', | |
| 33 'autofill/common/password_form_fill_data.h', | |
| 34 'autofill/common/web_element_descriptor.cc', | |
| 35 'autofill/common/web_element_descriptor.h', | |
| 36 ], | |
| 37 }, | |
| 38 ], | |
| 39 } | |
| OLD | NEW |