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

Side by Side Diff: chrome/chrome.gyp

Issue 339030: Add initial implementation of AutoFill++. This implementation is hidden behi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'browser/autocomplete/autocomplete_popup_view_mac.h', 829 'browser/autocomplete/autocomplete_popup_view_mac.h',
830 'browser/autocomplete/autocomplete_popup_view_mac.mm', 830 'browser/autocomplete/autocomplete_popup_view_mac.mm',
831 'browser/autocomplete/history_contents_provider.cc', 831 'browser/autocomplete/history_contents_provider.cc',
832 'browser/autocomplete/history_contents_provider.h', 832 'browser/autocomplete/history_contents_provider.h',
833 'browser/autocomplete/history_url_provider.cc', 833 'browser/autocomplete/history_url_provider.cc',
834 'browser/autocomplete/history_url_provider.h', 834 'browser/autocomplete/history_url_provider.h',
835 'browser/autocomplete/keyword_provider.cc', 835 'browser/autocomplete/keyword_provider.cc',
836 'browser/autocomplete/keyword_provider.h', 836 'browser/autocomplete/keyword_provider.h',
837 'browser/autocomplete/search_provider.cc', 837 'browser/autocomplete/search_provider.cc',
838 'browser/autocomplete/search_provider.h', 838 'browser/autocomplete/search_provider.h',
839 'browser/autofill/autofill_infobar_delegate.cc',
840 'browser/autofill/autofill_infobar_delegate.h',
841 'browser/autofill/autofill_manager.cc',
842 'browser/autofill/autofill_manager.h',
839 'browser/automation/automation_autocomplete_edit_tracker.h', 843 'browser/automation/automation_autocomplete_edit_tracker.h',
840 'browser/automation/automation_browser_tracker.h', 844 'browser/automation/automation_browser_tracker.h',
841 'browser/automation/extension_automation_constants.h', 845 'browser/automation/extension_automation_constants.h',
842 'browser/automation/extension_automation_constants.cc', 846 'browser/automation/extension_automation_constants.cc',
843 'browser/automation/automation_extension_function.h', 847 'browser/automation/automation_extension_function.h',
844 'browser/automation/automation_extension_function.cc', 848 'browser/automation/automation_extension_function.cc',
845 'browser/automation/automation_profile_impl.cc', 849 'browser/automation/automation_profile_impl.cc',
846 'browser/automation/automation_profile_impl.h', 850 'browser/automation/automation_profile_impl.h',
847 'browser/automation/automation_provider_gtk.cc', 851 'browser/automation/automation_provider_gtk.cc',
848 'browser/automation/automation_provider_mac.mm', 852 'browser/automation/automation_provider_mac.mm',
(...skipping 6116 matching lines...) Expand 10 before | Expand all | Expand 10 after
6965 ], # targets when browser_sync==1 6969 ], # targets when browser_sync==1
6966 }], 6970 }],
6967 ], # 'conditions' 6971 ], # 'conditions'
6968 } 6972 }
6969 6973
6970 # Local Variables: 6974 # Local Variables:
6971 # tab-width:2 6975 # tab-width:2
6972 # indent-tabs-mode:nil 6976 # indent-tabs-mode:nil
6973 # End: 6977 # End:
6974 # vim: set expandtab tabstop=2 shiftwidth=2: 6978 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698