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

Unified Diff: components/html_viewer/BUILD.gn

Issue 1342293002: Move `gn check` into the `generate_build_files` step. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: back out installer changes, do not check //chrome/installer Created 5 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 | « .gn ('k') | components/os_crypt/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index 6ce7625db42591644ccc2ae9c0856618a6a24951..3c6cb37a7b77b229f8dbaa5db27d350b4e09639a 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -190,6 +190,7 @@ source_set("lib") {
"//ui/mojo/init",
"//ui/native_theme",
"//url",
+ "//v8",
]
public_deps = [
@@ -221,6 +222,7 @@ mojo_native_application("html_viewer") {
deps = [
":lib",
":pak",
+ "//base",
"//mojo/application/public/cpp:sources",
"//third_party/mojo/src/mojo/public/c/system:for_shared_library",
]
« no previous file with comments | « .gn ('k') | components/os_crypt/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698