| 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 'target_defaults' : { | 9 'target_defaults' : { |
| 10 'include_dirs': [ | 10 'include_dirs': [ |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 ], | 143 ], |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 # GN version: //mojo/edk/js | 146 # GN version: //mojo/edk/js |
| 147 'target_name': 'mojo_js_lib', | 147 'target_name': 'mojo_js_lib', |
| 148 'type': 'static_library', | 148 'type': 'static_library', |
| 149 'dependencies': [ | 149 'dependencies': [ |
| 150 '../base/base.gyp:base', | 150 '../base/base.gyp:base', |
| 151 '../gin/gin.gyp:gin', | 151 '../gin/gin.gyp:gin', |
| 152 '../v8/tools/gyp/v8.gyp:v8', | 152 '../v8/tools/gyp/v8.gyp:v8', |
| 153 'mojo_base.gyp:mojo_message_pump_lib', |
| 153 ], | 154 ], |
| 154 'export_dependent_settings': [ | 155 'export_dependent_settings': [ |
| 155 '../base/base.gyp:base', | 156 '../base/base.gyp:base', |
| 156 '../gin/gin.gyp:gin', | 157 '../gin/gin.gyp:gin', |
| 157 ], | 158 ], |
| 158 'sources': [ | 159 'sources': [ |
| 159 # Sources list duplicated in GN build. | 160 # Sources list duplicated in GN build. |
| 160 'edk/js/core.cc', | 161 'edk/js/core.cc', |
| 161 'edk/js/core.h', | 162 'edk/js/core.h', |
| 162 'edk/js/drain_data.cc', | 163 'edk/js/drain_data.cc', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'mojo_public.gyp:mojo_public_test_support', | 245 'mojo_public.gyp:mojo_public_test_support', |
| 245 'mojo_system_impl', | 246 'mojo_system_impl', |
| 246 'mojo_test_support_impl', | 247 'mojo_test_support_impl', |
| 247 ], | 248 ], |
| 248 'sources': [ | 249 'sources': [ |
| 249 'edk/test/run_all_perftests.cc', | 250 'edk/test/run_all_perftests.cc', |
| 250 ], | 251 ], |
| 251 }, | 252 }, |
| 252 ], | 253 ], |
| 253 } | 254 } |
| OLD | NEW |