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

Unified Diff: test/BUILD.gn

Issue 2474863002: Add inspector tests to default tests to run locally. (Closed)
Patch Set: fix? Created 4 years, 1 month 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/bot_default.gyp » ('j') | test/default.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/BUILD.gn
diff --git a/test/BUILD.gn b/test/BUILD.gn
index 29b26a9e32e94f072cdcec98bdf3c753cdaefc83..9973134bf237ba6dbe212776abe3b06bc4761c32 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -48,6 +48,7 @@ group("default_tests") {
deps = [
":cctest_run",
":fuzzer_run",
+ ":inspector-test_run",
":intl_run",
":message_run",
":mjsunit_run",
@@ -60,7 +61,6 @@ group("default_tests") {
v8_isolate_run("bot_default") {
deps = [
":default_tests",
- ":inspector-test_run",
":webkit_run",
]
« no previous file with comments | « no previous file | test/bot_default.gyp » ('j') | test/default.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698