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

Side by Side Diff: content/content_common.gypi

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Rebase Created 7 years, 3 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'public/common/media_stream_request.h', 58 'public/common/media_stream_request.h',
59 'public/common/menu_item.cc', 59 'public/common/menu_item.cc',
60 'public/common/menu_item.h', 60 'public/common/menu_item.h',
61 'public/common/page_state.cc', 61 'public/common/page_state.cc',
62 'public/common/page_state.h', 62 'public/common/page_state.h',
63 'public/common/page_transition_types.cc', 63 'public/common/page_transition_types.cc',
64 'public/common/page_transition_types.h', 64 'public/common/page_transition_types.h',
65 'public/common/page_transition_types_list.h', 65 'public/common/page_transition_types_list.h',
66 'public/common/page_type.h', 66 'public/common/page_type.h',
67 'public/common/page_zoom.h', 67 'public/common/page_zoom.h',
68 'public/common/password_form.cc',
69 'public/common/password_form.h',
70 'public/common/pepper_plugin_info.cc', 68 'public/common/pepper_plugin_info.cc',
71 'public/common/pepper_plugin_info.h', 69 'public/common/pepper_plugin_info.h',
72 'public/common/process_type.h', 70 'public/common/process_type.h',
73 'public/common/referrer.h', 71 'public/common/referrer.h',
74 'public/common/renderer_preferences.cc', 72 'public/common/renderer_preferences.cc',
75 'public/common/renderer_preferences.h', 73 'public/common/renderer_preferences.h',
76 'public/common/resource_response.h', 74 'public/common/resource_response.h',
77 'public/common/result_codes.h', 75 'public/common/result_codes.h',
78 'public/common/result_codes_list.h', 76 'public/common/result_codes_list.h',
79 'public/common/sandbox_init.h', 77 'public/common/sandbox_init.h',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 589 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
592 '<(output)', 590 '<(output)',
593 '<(PRODUCT_DIR)', 591 '<(PRODUCT_DIR)',
594 ], 592 ],
595 'msvs_cygwin_shell': 1, 593 'msvs_cygwin_shell': 1,
596 }, 594 },
597 ] 595 ]
598 }], 596 }],
599 ], 597 ],
600 } 598 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698