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

Unified Diff: extensions/common/BUILD.gn

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 years, 4 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
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index 5ce44df9ad15cc4cdcd9fc79bc8c63f227e6ba21..ab22d4cc0d723a0b8078f8a754df54e2705abf47 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -165,6 +165,8 @@ source_set("common") {
"stack_frame.h",
"switches.cc",
"switches.h",
+ "update_manifest.cc",
+ "update_manifest.h",
"url_pattern.cc",
"url_pattern.h",
"url_pattern_set.cc",
@@ -191,6 +193,7 @@ source_set("common") {
"//ipc",
"//net",
"//third_party/icu",
+ "//third_party/libxml",
"//third_party/re2",
"//ui/base",
"//ui/gfx/geometry",
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698