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

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: OWNERS DEPS 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) 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 }
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