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

Unified Diff: sky/engine/web/BUILD.gn

Issue 754963008: Simplify //mojo/public/c/system targets (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « sky/engine/platform/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/BUILD.gn
diff --git a/sky/engine/web/BUILD.gn b/sky/engine/web/BUILD.gn
index bfd4a353bd99a2ffea2c747f0a55da25d03529bd..0c27709c77109e9609b7eb3d66f294c480241ec8 100644
--- a/sky/engine/web/BUILD.gn
+++ b/sky/engine/web/BUILD.gn
@@ -137,8 +137,8 @@ test("sky_unittests") {
"//base",
"//base/test:test_support",
"//base:i18n",
- "//sky/engine/wtf:test_support",
"//sky/engine/testing/platform",
+ "//sky/engine/wtf:test_support",
"//testing/gmock",
"//testing/gtest",
"//third_party/zlib",
@@ -148,6 +148,12 @@ test("sky_unittests") {
":web",
]
+ # TODO(abarth): This is a lie - this test is not embedded in an environment
+ # that injects the system thunks, so system calls don't actually work. This
+ # just tricks the linker into thinking that an implementation of these calls
+ # will be injected at runtime so the link succeeds.
+ deps += [ "//mojo/public/platform/native:system" ]
+
sources = [
"tests/RunAllTests.cpp",
]
« no previous file with comments | « sky/engine/platform/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698