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

Unified Diff: mojo/services/html_viewer/BUILD.gn

Issue 608023002: Some fixes for gn examples (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « mojo/examples/demo_launcher/BUILD.gn ('k') | mojo/services/public/cpp/network/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/BUILD.gn
diff --git a/mojo/services/html_viewer/BUILD.gn b/mojo/services/html_viewer/BUILD.gn
index 4ecca56f7bcd98330ca9588f10f1e3395a6769ac..ca20a24a53ee1739d681aa937af8651933851fe5 100644
--- a/mojo/services/html_viewer/BUILD.gn
+++ b/mojo/services/html_viewer/BUILD.gn
@@ -43,6 +43,8 @@ shared_library("html_viewer") {
include_dirs = [ "third_party/WebKit" ]
deps = [
+ "//base",
+ "//base/third_party/dynamic_annotations",
"//cc",
"//cc/blink",
"//cc/surfaces",
« no previous file with comments | « mojo/examples/demo_launcher/BUILD.gn ('k') | mojo/services/public/cpp/network/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698