Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: components/autofill.gypi

Issue 12543010: Establish components/autofill and move some files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'conditions': [
7 ['OS != "ios"', {
8 'targets': [
9 {
10 'target_name': 'autofill_common',
11 'type': 'static_library',
12 'include_dirs': [
13 '..',
14 ],
15 'dependencies': [
16 '../base/base.gyp:base',
17 '../build/temp_gyp/googleurl.gyp:googleurl',
18 '../content/content.gyp:content_common',
19 '../ipc/ipc.gyp:ipc',
20 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
21 '../ui/ui.gyp:ui',
22 ],
23 'sources': [
24 'autofill/common/autocheckout_status.h',
25 'autofill/common/autofill_messages.h',
26 'autofill/common/form_data.cc',
27 'autofill/common/form_data.h',
28 'autofill/common/form_data_predictions.cc',
29 'autofill/common/form_data_predictions.h',
30 'autofill/common/form_field_data.cc',
31 'autofill/common/form_field_data.h',
32 'autofill/common/form_field_data_predictions.cc',
33 'autofill/common/form_field_data_predictions.h',
34 'autofill/common/password_form_fill_data.cc',
35 'autofill/common/password_form_fill_data.h',
36 'autofill/common/web_element_descriptor.cc',
37 'autofill/common/web_element_descriptor.h',
38 ],
39 },
40 ],
41 }],
42 ],
43 }
OLDNEW
« no previous file with comments | « chrome/renderer/autofill/password_generation_manager_browsertest.cc ('k') | components/autofill/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698