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

Unified Diff: components/test_runner/test_runner.gyp

Issue 1312693007: test_runner: Add TestInfoExtractor to get the list of test-urls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mandoline-layout-test-exp
Patch Set: . 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
Index: components/test_runner/test_runner.gyp
diff --git a/components/test_runner/test_runner.gyp b/components/test_runner/test_runner.gyp
index cf346bfa84eafe7bc9bdb1368fa6657215296f52..30ffa758b1695b1eb1fd4eabece0cb7fad0260be 100644
--- a/components/test_runner/test_runner.gyp
+++ b/components/test_runner/test_runner.gyp
@@ -25,6 +25,7 @@
'../../cc/blink/cc_blink.gyp:cc_blink',
'../../gin/gin.gyp:gin',
'../../gpu/gpu.gyp:gpu',
+ '../../net/net.gyp:net',
'../../skia/skia.gyp:skia',
'../../third_party/WebKit/public/blink.gyp:blink',
'../../ui/events/events.gyp:dom_keycode_converter',
@@ -81,6 +82,8 @@
'spell_check_client.h',
'test_common.cc',
'test_common.h',
+ 'test_info_extractor.cc',
+ 'test_info_extractor.h',
'test_interfaces.cc',
'test_interfaces.h',
'test_plugin.cc',

Powered by Google App Engine
This is Rietveld 408576698