Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index 13fb84d46db87627f289d922d14a3bb2922b6380..e4560b070481d8c6f7fe81465cf2927e91552ce5 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -63,6 +63,26 @@ static_library("common") { |
"//ui/resources:resources", |
"//url", |
] |
+ |
+ if (!is_ios) { |
+ deps += [ |
+ #'<(DEPTH)/apps/common/api/api.gyp:apps_api', TODO(GYP) |
+ "//chrome/common/extensions/api", |
+ #'<(DEPTH)/components/components.gyp:autofill_core_common', TODO(GYP) |
+ #'<(DEPTH)/components/components.gyp:autofill_content_common', TODO(GYP) |
+ #'<(DEPTH)/components/components.gyp:password_manager_core_common', TODO(GYP) |
+ #'<(DEPTH)/components/components.gyp:signin_core_common', TODO(GYP) |
+ #'<(DEPTH)/components/components.gyp:translate_content_common', TODO(GYP) |
+ #'<(DEPTH)/components/nacl.gyp:nacl_common', TODO(GYP) |
+ "//components/visitedlink/common", |
+ #'<(DEPTH)/extensions/common/api/api.gyp:extensions_api', TODO(GYP) |
+ #'<(DEPTH)/extensions/extensions.gyp:extensions_common', TODO(GYP) |
+ "//ipc", |
+ "//third_party/adobe/flash:flapper_version_h", |
+ "//third_party/re2", |
+ "//third_party/widevine/cdm:version_h", |
+ ] |
+ } |
} |
if (is_linux) { |