| OLD | NEW |
| 1 { | 1 { |
| 2 'targets': [ | 2 'targets': [ |
| 3 { | 3 { |
| 4 'target_name': 'mojo_public_test_support', | 4 'target_name': 'mojo_public_test_support', |
| 5 'type': 'static_library', | 5 'type': 'static_library', |
| 6 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../testing/gtest.gyp:gtest', | 8 '../testing/gtest.gyp:gtest', |
| 9 'mojo_system', | 9 'mojo_system', |
| 10 ], | 10 ], |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'sources': [ | 95 'sources': [ |
| 96 'public/bindings/sample/sample_service_unittests.cc', | 96 'public/bindings/sample/sample_service_unittests.cc', |
| 97 ], | 97 ], |
| 98 'dependencies': [ | 98 'dependencies': [ |
| 99 '../testing/gtest.gyp:gtest', | 99 '../testing/gtest.gyp:gtest', |
| 100 'mojo_public_test_support', | 100 'mojo_public_test_support', |
| 101 'mojo_run_all_unittests', | 101 'mojo_run_all_unittests', |
| 102 'sample_service', | 102 'sample_service', |
| 103 ], | 103 ], |
| 104 }, | 104 }, |
| 105 { | |
| 106 'target_name': 'gles2_client_impl', | |
| 107 'type': 'static_library', | |
| 108 'dependencies': [ | |
| 109 '../gpu/gpu.gyp:gles2_c_lib', | |
| 110 'gles2', | |
| 111 ], | |
| 112 'export_dependent_settings': [ | |
| 113 'gles2', | |
| 114 ], | |
| 115 'sources': [ | |
| 116 'public/bindings/gles2_client/gles2_client_impl.cc', | |
| 117 'public/bindings/gles2_client/gles2_client_impl.h', | |
| 118 ], | |
| 119 }, | |
| 120 ], | 105 ], |
| 121 } | 106 } |
| OLD | NEW |