Chromium Code Reviews| Index: components/autofill.gypi |
| diff --git a/components/autofill.gypi b/components/autofill.gypi |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..09e53754ee198e7dabe3fe773917ff3adbcde94d |
| --- /dev/null |
| +++ b/components/autofill.gypi |
| @@ -0,0 +1,39 @@ |
| +# 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.
|
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +{ |
| + 'targets': [ |
| + { |
| + 'target_name': 'autofill_common', |
| + 'type': 'static_library', |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| + 'dependencies': [ |
| + '../base/base.gyp:base', |
| + '../build/temp_gyp/googleurl.gyp:googleurl', |
| + '../content/content.gyp:content_common', |
| + '../ipc/ipc.gyp:ipc', |
| + '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| + '../ui/ui.gyp:ui', |
| + ], |
| + 'sources': [ |
| + 'autofill/common/autocheckout_status.h', |
| + 'autofill/common/autofill_messages.h', |
| + 'autofill/common/form_data.cc', |
| + 'autofill/common/form_data.h', |
| + 'autofill/common/form_data_predictions.cc', |
| + 'autofill/common/form_data_predictions.h', |
| + 'autofill/common/form_field_data.cc', |
| + 'autofill/common/form_field_data.h', |
| + 'autofill/common/form_field_data_predictions.cc', |
| + 'autofill/common/form_field_data_predictions.h', |
| + 'autofill/common/password_form_fill_data.cc', |
| + 'autofill/common/password_form_fill_data.h', |
| + 'autofill/common/web_element_descriptor.cc', |
| + 'autofill/common/web_element_descriptor.h', |
| + ], |
| + }, |
| + ], |
| +} |