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

Unified Diff: public/all.gyp

Issue 16844004: Stop building DumpRenderTree and delete the files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge Created 7 years, 6 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 | « Tools/DumpRenderTree/chromium/config.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/all.gyp
diff --git a/public/all.gyp b/public/all.gyp
index 64d92eb7552e7496a719ebb57adce0826d6d6931..ecf4b4a428ce7cca5004754b9e1607d3f16068a9 100644
--- a/public/all.gyp
+++ b/public/all.gyp
@@ -42,14 +42,9 @@
'../Source/WebKit/chromium/WebKitUnitTests.gyp:webkit_unit_tests',
'../Source/weborigin/weborigin_tests.gyp:weborigin_unittests',
'../Source/wtf/wtf_tests.gyp:wtf_unittests',
- '../Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:DumpRenderTree',
+ '../Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner',
],
'conditions': [
- ['OS=="android"', {
- 'dependencies': [
- '../Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:DumpRenderTree_apk',
- ],
- }],
# Special target to wrap a gtest_target_type==shared_library
# webkit_unit_tests into an android apk for execution. See
# base.gyp for TODO(jrg)s about this strategy.
« no previous file with comments | « Tools/DumpRenderTree/chromium/config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698