| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index c29bd660305f8fc81992fb0592e146213362db44..7062139a9fcbc51cc929f6f54f0e7cdb132edef8 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -37,6 +37,7 @@
|
| '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
|
| '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
|
| '<(DEPTH)/chrome/common_constants.gyp:common_constants',
|
| + '<(DEPTH)/components/components.gyp:json_schema',
|
| '<(DEPTH)/components/components.gyp:visitedlink_common',
|
| '<(DEPTH)/content/content.gyp:content_common',
|
| '<(DEPTH)/net/net.gyp:net',
|
| @@ -373,10 +374,6 @@
|
| 'common/instant_restricted_id_cache.h',
|
| 'common/instant_types.cc',
|
| 'common/instant_types.h',
|
| - 'common/json_schema/json_schema_constants.cc',
|
| - 'common/json_schema/json_schema_constants.h',
|
| - 'common/json_schema/json_schema_validator.cc',
|
| - 'common/json_schema/json_schema_validator.h',
|
| 'common/localized_error.cc',
|
| 'common/localized_error.h',
|
| 'common/logging_chrome.cc',
|
|
|