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

Unified Diff: webkit/forms/webkit_forms.gypi

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 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 | « webkit/forms/password_form_dom_manager.cc ('k') | webkit/forms/webkit_forms_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/forms/webkit_forms.gypi
diff --git a/webkit/forms/webkit_forms.gypi b/webkit/forms/webkit_forms.gypi
deleted file mode 100644
index 7d97b28c229987142894cda6d1bfc0646c1aad34..0000000000000000000000000000000000000000
--- a/webkit/forms/webkit_forms.gypi
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright (c) 2012 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.
-
-{
- 'targets': [
- {
- 'target_name': 'forms',
- 'type': '<(component)',
- 'variables': { 'enable_wexit_time_destructors': 1, },
- 'defines': ['WEBKIT_FORMS_IMPLEMENTATION'],
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
- '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
- ],
- 'sources': [
- 'form_data.cc',
- 'form_data.h',
- 'form_data_predictions.cc',
- 'form_data_predictions.h',
- 'form_field.cc',
- 'form_field.h',
- 'form_field_predictions.cc',
- 'form_field_predictions.h',
- 'password_form.cc',
- 'password_form.h',
- 'password_form_dom_manager.cc',
- 'password_form_dom_manager.h',
- 'webkit_forms_export.h',
- ],
- 'conditions': [
- ['inside_chromium_build==0', {
- 'dependencies': [
- '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « webkit/forms/password_form_dom_manager.cc ('k') | webkit/forms/webkit_forms_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698