forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautofill.gypi
49 lines (48 loc) · 1.8 KB
/
autofill.gypi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Copyright (c) 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'conditions': [
['OS != "ios"', {
'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_constants.cc',
'autofill/common/autofill_constants.h',
'autofill/common/autofill_messages.h',
'autofill/common/autofill_pref_names.cc',
'autofill/common/autofill_pref_names.h',
'autofill/common/autofill_switches.cc',
'autofill/common/autofill_switches.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',
],
},
],
}],
],
}