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

Unified Diff: mash/browser/BUILD.gn

Issue 2039613002: Add a debug view to the browser that allows various navigation features to be used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
« no previous file with comments | « no previous file | mash/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/browser/BUILD.gn
diff --git a/mash/browser/BUILD.gn b/mash/browser/BUILD.gn
index d1b77e987dd4a156ba760a65de0e67f4eb26f8ff..d6fdaa7b42f6f7eb3b0b8513d83501d56ffb86d0 100644
--- a/mash/browser/BUILD.gn
+++ b/mash/browser/BUILD.gn
@@ -13,6 +13,8 @@ source_set("lib") {
sources = [
"browser.cc",
"browser.h",
+ "debug_view.cc",
+ "debug_view.h",
]
deps = [
« no previous file with comments | « no previous file | mash/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698