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

Unified Diff: BUILD.gn

Issue 1324263003: Blimp: create MessageDispatcher class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp-protos
Patch Set: Addressed nyquist's feedback 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 | « no previous file | blimp/BUILD.gn » ('j') | blimp/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 b8d4567b89eb30a61d93cff4cb5dc7ed18177a1e..737c956437400116a7dbf890d39359c281bc2367 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -617,6 +617,7 @@ group("gn_only") {
# and figure out how cross-platform they are
deps += [
":gn_mojo_targets",
+ "//blimp:unit_tests",
nyquist 2015/09/10 00:18:48 Could you add this to: //testing/buildbot/chromium
Kevin M 2015/09/10 18:11:17 Done From what I can tell, I can only add test ex
"//chrome/browser/resources:extension_resource_demo",
"//chrome/installer/util:strings",
"//chrome:main_dll",
« no previous file with comments | « no previous file | blimp/BUILD.gn » ('j') | blimp/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698