| Index: components/autofill.gypi
|
| diff --git a/components/autofill.gypi b/components/autofill.gypi
|
| index daf6c832256755eed760292b95d528f303f50981..ece3a68e19a82bdc36abe2b3f4c374178f62e82f 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',
|
| @@ -272,9 +270,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',
|
|
|