| Index: third_party/mojo/mojo_variables.gypi
|
| diff --git a/third_party/mojo/mojo_variables.gypi b/third_party/mojo/mojo_variables.gypi
|
| index 0e082f302b44fe16e0d0d10e677a734b5b3f81e0..f76ad6d20d111a4610ed183507be634e9d8cfae6 100644
|
| --- a/third_party/mojo/mojo_variables.gypi
|
| +++ b/third_party/mojo/mojo_variables.gypi
|
| @@ -42,11 +42,11 @@
|
| }],
|
| ],
|
| 'mojo_public_system_unittest_sources': [
|
| - '<(DEPTH)/third_party/mojo/src/mojo/public/c/system/tests/core_unittest.cc',
|
| - '<(DEPTH)/third_party/mojo/src/mojo/public/c/system/tests/core_unittest_pure_c.c',
|
| - '<(DEPTH)/third_party/mojo/src/mojo/public/c/system/tests/macros_unittest.cc',
|
| - '<(DEPTH)/third_party/mojo/src/mojo/public/cpp/system/tests/core_unittest.cc',
|
| - '<(DEPTH)/third_party/mojo/src/mojo/public/cpp/system/tests/macros_unittest.cc',
|
| + '<(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/macros_unittest.cc',
|
| ],
|
| },
|
| }
|
|
|