Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: chrome/common/BUILD.gn

Issue 343233002: Make chrome/common compile in GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698