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

Unified Diff: BUILD.gn

Issue 1049013004: Add some simple HTMLViewer apptests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Continue cleanup. Created 5 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 | « no previous file | mojo/services/html_viewer/BUILD.gn » ('j') | mojo/services/html_viewer/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index a8000b63e729c0b1fcf0d226801c64f016395344..7fe51cef1fce74971d43fcea2ae45aa0c7ad7376 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -576,12 +576,13 @@ group("gn_mojo_targets") {
"//third_party/mojo_services/src/window_manager/public/interfaces:interfaces_python",
]
- if (!is_debug) {
sky 2015/04/02 16:56:17 Wow, this is weird. I wonder why we had these two
+ #if (!is_debug) {
deps += [
"//mojo/services/html_viewer:tests",
+ "//mojo/services/html_viewer:apptests",
"//mojo/services/network:apptests",
]
- }
+ #}
}
}
« no previous file with comments | « no previous file | mojo/services/html_viewer/BUILD.gn » ('j') | mojo/services/html_viewer/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698