| Index: chrome/chrome.gyp
|
| ===================================================================
|
| --- chrome/chrome.gyp (revision 30762)
|
| +++ chrome/chrome.gyp (working copy)
|
| @@ -780,6 +780,7 @@
|
| '../third_party/bzip2/bzip2.gyp:bzip2',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| + '../third_party/libjingle/libjingle.gyp:libjingle',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| '../third_party/npapi/npapi.gyp:npapi',
|
| '../third_party/hunspell/hunspell.gyp:hunspell',
|
| @@ -836,10 +837,15 @@
|
| 'browser/autocomplete/keyword_provider.h',
|
| 'browser/autocomplete/search_provider.cc',
|
| 'browser/autocomplete/search_provider.h',
|
| + 'browser/autofill/autofill_field.cc',
|
| + 'browser/autofill/autofill_field.h',
|
| 'browser/autofill/autofill_infobar_delegate.cc',
|
| 'browser/autofill/autofill_infobar_delegate.h',
|
| 'browser/autofill/autofill_manager.cc',
|
| 'browser/autofill/autofill_manager.h',
|
| + 'browser/autofill/field_types.h',
|
| + 'browser/autofill/form_structure.cc',
|
| + 'browser/autofill/form_structure.h',
|
| 'browser/automation/automation_autocomplete_edit_tracker.h',
|
| 'browser/automation/automation_browser_tracker.h',
|
| 'browser/automation/extension_automation_constants.h',
|
|
|