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

Unified Diff: extensions/shell/BUILD.gn

Issue 2784393003: Add missing header files to GN files (2 of N) (Closed)
Patch Set: manual fixes Created 3 years, 9 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 | « components/nacl/renderer/plugin/BUILD.gn ('k') | media/cast/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/BUILD.gn
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
index fcba6313a80f6e3492b9d4afe3e85c3d2ca4ecbf..d499fe7f0d7bfeaaafcfb4e7178f9eb17d5d019e 100644
--- a/extensions/shell/BUILD.gn
+++ b/extensions/shell/BUILD.gn
@@ -185,7 +185,10 @@ source_set("app_shell_lib") {
}
if (is_chromeos) {
- sources += [ "browser/api/vpn_provider/vpn_service_factory.cc" ]
+ sources += [
+ "browser/api/vpn_provider/vpn_service_factory.cc",
+ "browser/api/vpn_provider/vpn_service_factory.h",
+ ]
deps += [
"//chromeos",
"//ui/chromeos",
« no previous file with comments | « components/nacl/renderer/plugin/BUILD.gn ('k') | media/cast/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698