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

Unified Diff: test/inspector-protocol/BUILD.gn

Issue 2372793002: [inspector] added inspector test runner [part 3] (Closed)
Patch Set: addressed comments Created 4 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 | test/inspector-protocol/DEPS » ('j') | test/inspector-protocol/inspector-impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector-protocol/BUILD.gn
diff --git a/test/inspector-protocol/BUILD.gn b/test/inspector-protocol/BUILD.gn
index 6356158d7fc2868625c3b08dd2e3cc84c12b9030..3adbbec2952780a3b05ce390a2fa36c5458cb805 100644
--- a/test/inspector-protocol/BUILD.gn
+++ b/test/inspector-protocol/BUILD.gn
@@ -10,6 +10,7 @@ v8_executable("inspector-protocol") {
sources = [
"inspector-impl.cc",
"inspector-impl.h",
+ "inspector-protocol.cc",
dgozman 2016/09/28 21:03:08 inspector-test.cc
kozy 2016/09/28 22:12:26 Done.
"task-runner.cc",
"task-runner.h",
]
« no previous file with comments | « no previous file | test/inspector-protocol/DEPS » ('j') | test/inspector-protocol/inspector-impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698