diff options
-rw-r--r-- | components/json_schema.gypi | 2 | ||||
-rw-r--r-- | components/json_schema/json_schema_validator.cc | 1 | ||||
-rw-r--r-- | components/user_prefs.gypi | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/components/json_schema.gypi b/components/json_schema.gypi index 7218f97..fd1675d 100644 --- a/components/json_schema.gypi +++ b/components/json_schema.gypi @@ -9,8 +9,6 @@ 'type': 'static_library', 'dependencies': [ '../base/base.gyp:base', - '../ui/gfx/gfx.gyp:gfx', - '../ui/ui.gyp:ui', ], 'include_dirs': [ '..', diff --git a/components/json_schema/json_schema_validator.cc b/components/json_schema/json_schema_validator.cc index 310975a..eadba17 100644 --- a/components/json_schema/json_schema_validator.cc +++ b/components/json_schema/json_schema_validator.cc @@ -14,7 +14,6 @@ #include "base/strings/stringprintf.h" #include "base/values.h" #include "components/json_schema/json_schema_constants.h" -#include "ui/base/l10n/l10n_util.h" namespace schema = json_schema_constants; diff --git a/components/user_prefs.gypi b/components/user_prefs.gypi index 5bb04c9..a556e70 100644 --- a/components/user_prefs.gypi +++ b/components/user_prefs.gypi @@ -12,7 +12,6 @@ '../base/base.gyp:base_prefs', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../content/content.gyp:content_browser', - '../ui/gfx/gfx.gyp:gfx', '../ui/ui.gyp:ui', ], 'include_dirs': [ |