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

Side by Side Diff: chrome/chrome.gyp

Issue 439008: Add Pattern, an implementation of a regular expression parser and matcher.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years 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
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 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 'browser/autofill/autofill_field.h', 854 'browser/autofill/autofill_field.h',
855 'browser/autofill/autofill_infobar_delegate.cc', 855 'browser/autofill/autofill_infobar_delegate.cc',
856 'browser/autofill/autofill_infobar_delegate.h', 856 'browser/autofill/autofill_infobar_delegate.h',
857 'browser/autofill/autofill_manager.cc', 857 'browser/autofill/autofill_manager.cc',
858 'browser/autofill/autofill_manager.h', 858 'browser/autofill/autofill_manager.h',
859 'browser/autofill/autofill_type.cc', 859 'browser/autofill/autofill_type.cc',
860 'browser/autofill/autofill_type.h', 860 'browser/autofill/autofill_type.h',
861 'browser/autofill/field_types.h', 861 'browser/autofill/field_types.h',
862 'browser/autofill/form_structure.cc', 862 'browser/autofill/form_structure.cc',
863 'browser/autofill/form_structure.h', 863 'browser/autofill/form_structure.h',
864 'browser/autofill/pattern.h',
864 'browser/autofill/personal_data_manager.cc', 865 'browser/autofill/personal_data_manager.cc',
865 'browser/autofill/personal_data_manager.h', 866 'browser/autofill/personal_data_manager.h',
866 'browser/automation/automation_autocomplete_edit_tracker.h', 867 'browser/automation/automation_autocomplete_edit_tracker.h',
867 'browser/automation/automation_browser_tracker.h', 868 'browser/automation/automation_browser_tracker.h',
868 'browser/automation/extension_automation_constants.h', 869 'browser/automation/extension_automation_constants.h',
869 'browser/automation/extension_automation_constants.cc', 870 'browser/automation/extension_automation_constants.cc',
870 'browser/automation/automation_extension_function.h', 871 'browser/automation/automation_extension_function.h',
871 'browser/automation/automation_extension_function.cc', 872 'browser/automation/automation_extension_function.cc',
872 'browser/automation/automation_profile_impl.cc', 873 'browser/automation/automation_profile_impl.cc',
873 'browser/automation/automation_profile_impl.h', 874 'browser/automation/automation_profile_impl.h',
(...skipping 6092 matching lines...) Expand 10 before | Expand all | Expand 10 after
6966 ] 6967 ]
6967 }], 6968 }],
6968 ], # 'conditions' 6969 ], # 'conditions'
6969 } 6970 }
6970 6971
6971 # Local Variables: 6972 # Local Variables:
6972 # tab-width:2 6973 # tab-width:2
6973 # indent-tabs-mode:nil 6974 # indent-tabs-mode:nil
6974 # End: 6975 # End:
6975 # vim: set expandtab tabstop=2 shiftwidth=2: 6976 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/autofill/pattern.h ('K') | « chrome/browser/autofill/pattern.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698