Index: mojo/mojo_edk_tests.gyp |
diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp |
index 2b6bae5566b13a1dc2e25a30e9f5a92deed16a47..c7b2edd18f619265508f6d50b28469639b7fe00a 100644 |
--- a/mojo/mojo_edk_tests.gyp |
+++ b/mojo/mojo_edk_tests.gyp |
@@ -3,9 +3,9 @@ |
# found in the LICENSE file. |
{ |
- 'variables': { |
- 'chromium_code': 1, |
- }, |
+ 'includes': [ |
+ 'mojo_variables.gypi', |
+ ], |
'targets': [ |
{ |
'target_name': 'mojo_edk_tests', |
@@ -169,11 +169,7 @@ |
'mojo_public.gyp:mojo_public_test_utils', |
], |
'sources': [ |
- '<(DEPTH)/mojo/public/c/system/tests/core_unittest.cc', |
- '<(DEPTH)/mojo/public/c/system/tests/core_unittest_pure_c.c', |
- '<(DEPTH)/mojo/public/c/system/tests/macros_unittest.cc', |
- '<(DEPTH)/mojo/public/cpp/system/tests/core_unittest.cc', |
- '<(DEPTH)/mojo/public/cpp/system/tests/watcher_unittest.cc', |
+ '<@(mojo_public_system_unittest_sources)', |
], |
}, |
{ |
@@ -184,7 +180,6 @@ |
'../base/base.gyp:base', |
'../testing/gtest.gyp:gtest', |
'mojo_edk.gyp:mojo_run_all_perftests', |
- 'mojo_public.gyp:mojo_public_system', |
'mojo_public.gyp:mojo_public_test_utils', |
], |
'sources': [ |
@@ -202,7 +197,6 @@ |
'mojo_edk.gyp:mojo_run_all_unittests', |
'mojo_edk.gyp:mojo_system_impl', |
'mojo_edk.gyp:mojo_system_ports', |
- 'mojo_public.gyp:mojo_public_system', |
], |
'sources': [ |
'edk/embedder/embedder_unittest.cc', |
@@ -252,7 +246,6 @@ |
'mojo_edk.gyp:mojo_common_test_support', |
'mojo_edk.gyp:mojo_run_all_perftests', |
'mojo_edk.gyp:mojo_system_impl', |
- 'mojo_public.gyp:mojo_public_system', |
], |
'sources': [ |
'edk/system/message_pipe_perftest.cc', |