| Index: components/autofill.gypi
|
| diff --git a/components/autofill.gypi b/components/autofill.gypi
|
| index b1faf29d23d18a34ce53917fe3c67f0c34c15d02..03138ccd655d7de148dfd05cfea029f9326ce5c2 100644
|
| --- a/components/autofill.gypi
|
| +++ b/components/autofill.gypi
|
| @@ -123,9 +123,7 @@
|
| '../ui/ui.gyp:ui',
|
| '../webkit/support/webkit_support.gyp:webkit_resources',
|
|
|
| - # For grip/generated_resources.h and grit/chromium_strings.h
|
| - # TODO(kaiwang): Remove this dependency on chrome.
|
| - '../chrome/chrome_resources.gyp:chrome_strings',
|
| + 'component_resources.gyp:component_resources',
|
| ],
|
| 'sources': [
|
| 'autofill/browser/address.cc',
|
| @@ -271,9 +269,7 @@
|
| '../ipc/ipc.gyp:ipc',
|
| '../skia/skia.gyp:skia',
|
|
|
| - # For grip/generated_resources.h and grit/chromium_strings.h
|
| - # TODO(kaiwang): Remove this dependency on chrome.
|
| - '../chrome/chrome_resources.gyp:chrome_strings',
|
| + 'component_resources.gyp:component_resources',
|
| ],
|
| 'sources': [
|
| 'autofill/renderer/autofill_agent.cc',
|
|
|