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

Unified Diff: Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp

Issue 16024011: Construct a minimal blink library in-place (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix mac again 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 | « Source/modules/modules.gyp ('k') | public/blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
diff --git a/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp b/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
index b1e9c08aff8a78934ff5efb1f050183f5345e13e..c0755c1561457323c036537ba3c2f3b7fb1ebc6f 100644
--- a/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
+++ b/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
@@ -231,17 +231,17 @@
'type': 'executable',
'mac_bundle': 1,
'dependencies': [
- 'TestRunner',
- 'DumpRenderTree_resources',
'../../../public/blink.gyp:blink',
- '<(source_dir)/devtools/devtools.gyp:devtools_frontend_resources',
- '<(source_dir)/wtf/wtf.gyp:wtf',
'<(DEPTH)/base/base.gyp:test_support_base',
'<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
'<(DEPTH)/third_party/icu/icu.gyp:icuuc',
'<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
'<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support',
+ '<(source_dir)/devtools/devtools.gyp:devtools_frontend_resources',
+ '<(source_dir)/wtf/wtf.gyp:wtf',
+ 'DumpRenderTree_resources',
+ 'TestRunner',
],
'include_dirs': [
'<(DEPTH)',
« no previous file with comments | « Source/modules/modules.gyp ('k') | public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698