| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 'edk/system/ports/ports_unittest.cc', | 41 'edk/system/ports/ports_unittest.cc', |
| 42 ], | 42 ], |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 # GN version: //mojo/edk/test:mojo_public_bindings_unittests | 45 # GN version: //mojo/edk/test:mojo_public_bindings_unittests |
| 46 'target_name': 'mojo_public_bindings_unittests', | 46 'target_name': 'mojo_public_bindings_unittests', |
| 47 'type': 'executable', | 47 'type': 'executable', |
| 48 'dependencies': [ | 48 'dependencies': [ |
| 49 '../testing/gtest.gyp:gtest', | 49 '../testing/gtest.gyp:gtest', |
| 50 'mojo_base.gyp:mojo_environment_chromium', | 50 'mojo_base.gyp:mojo_environment_chromium', |
| 51 'mojo_base.gyp:mojo_message_pump_lib', | |
| 52 'mojo_edk.gyp:mojo_run_all_unittests', | 51 'mojo_edk.gyp:mojo_run_all_unittests', |
| 53 'mojo_public.gyp:mojo_cpp_bindings', | 52 'mojo_public.gyp:mojo_cpp_bindings', |
| 53 'mojo_public.gyp:mojo_message_pump_lib', |
| 54 'mojo_public.gyp:mojo_public_bindings_test_utils', | 54 'mojo_public.gyp:mojo_public_bindings_test_utils', |
| 55 'mojo_public.gyp:mojo_public_test_associated_interfaces', | 55 'mojo_public.gyp:mojo_public_test_associated_interfaces', |
| 56 'mojo_public.gyp:mojo_public_test_interfaces', | 56 'mojo_public.gyp:mojo_public_test_interfaces', |
| 57 'mojo_public.gyp:mojo_public_test_interfaces_blink', | 57 'mojo_public.gyp:mojo_public_test_interfaces_blink', |
| 58 'mojo_public.gyp:mojo_public_test_interfaces_chromium', | 58 'mojo_public.gyp:mojo_public_test_interfaces_chromium', |
| 59 'mojo_public.gyp:mojo_public_test_utils', | 59 'mojo_public.gyp:mojo_public_test_utils', |
| 60 'mojo_public.gyp:mojo_utility', | 60 'mojo_public.gyp:mojo_utility', |
| 61 ], | 61 ], |
| 62 'sources': [ | 62 'sources': [ |
| 63 'public/cpp/bindings/tests/array_unittest.cc', | 63 'public/cpp/bindings/tests/array_unittest.cc', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 '../build/isolate.gypi', | 353 '../build/isolate.gypi', |
| 354 ], | 354 ], |
| 355 'sources': [ | 355 'sources': [ |
| 356 'mojo_public_utility_unittests.isolate', | 356 'mojo_public_utility_unittests.isolate', |
| 357 ], | 357 ], |
| 358 }, | 358 }, |
| 359 ], | 359 ], |
| 360 }], | 360 }], |
| 361 ], | 361 ], |
| 362 } | 362 } |
| OLD | NEW |