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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/autofill/password_generation_manager_browsertest.cc ('k') | components/autofill/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ },
+ ],
+}
« 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