| Index: mojo/mojo_edk_tests.gyp
|
| diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
|
| index c7b2edd18f619265508f6d50b28469639b7fe00a..0746006f66688fb0031522408876b41d8a603b29 100644
|
| --- a/mojo/mojo_edk_tests.gyp
|
| +++ b/mojo/mojo_edk_tests.gyp
|
| @@ -3,9 +3,9 @@
|
| # found in the LICENSE file.
|
|
|
| {
|
| - 'includes': [
|
| - 'mojo_variables.gypi',
|
| - ],
|
| + 'variables': {
|
| + 'chromium_code': 1,
|
| + },
|
| 'targets': [
|
| {
|
| 'target_name': 'mojo_edk_tests',
|
| @@ -169,7 +169,11 @@
|
| 'mojo_public.gyp:mojo_public_test_utils',
|
| ],
|
| 'sources': [
|
| - '<@(mojo_public_system_unittest_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',
|
| ],
|
| },
|
| {
|
| @@ -197,6 +201,7 @@
|
| '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',
|
|
|