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

Unified Diff: Source/platform/blink_platform_tests.gyp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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/platform/blink_platform.gypi ('k') | Source/platform/exported/linux/WebFontInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform_tests.gyp
diff --git a/Source/platform/blink_platform_tests.gyp b/Source/platform/blink_platform_tests.gyp
index bf2bb71d1358b786d3fe629ecfa9f076306b3daf..feab7a8c836a6e85b8a41d6a9886344f2ffc3845 100644
--- a/Source/platform/blink_platform_tests.gyp
+++ b/Source/platform/blink_platform_tests.gyp
@@ -36,14 +36,21 @@
'target_name': 'blink_platform_unittests',
'type': 'executable',
'dependencies': [
- 'blink_platform.gyp:blink_platform',
- 'blink_platform.gyp:blink_common',
'../config.gyp:unittest_config',
'../wtf/wtf.gyp:wtf',
'../wtf/wtf_tests.gyp:run_all_tests',
'../wtf/wtf_tests.gyp:wtf_unittest_helpers',
+ 'blink_platform.gyp:blink_platform',
+ 'blink_platform.gyp:blink_common',
+ '<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/url/url.gyp:url_lib',
],
+ 'defines': [
+ 'INSIDE_BLINK',
+ ],
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)/blink',
+ ],
'sources': [
'<@(platform_test_files)',
],
@@ -53,7 +60,7 @@
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/allocator/allocator.gyp:allocator',
]
- }]
+ }],
]
}],
}
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/exported/linux/WebFontInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698