| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 }], | 155 }], |
| 156 ], | 156 ], |
| 157 }, | 157 }, |
| 158 { | 158 { |
| 159 # GN version: //mojo/edk/js | 159 # GN version: //mojo/edk/js |
| 160 'target_name': 'mojo_js_lib', | 160 'target_name': 'mojo_js_lib', |
| 161 'type': 'static_library', | 161 'type': 'static_library', |
| 162 'dependencies': [ | 162 'dependencies': [ |
| 163 '../base/base.gyp:base', | 163 '../base/base.gyp:base', |
| 164 '../gin/gin.gyp:gin', | 164 '../gin/gin.gyp:gin', |
| 165 '../v8/tools/gyp/v8.gyp:v8', | 165 '../v8/src/v8.gyp:v8', |
| 166 'mojo_public.gyp:mojo_message_pump_lib', | 166 'mojo_public.gyp:mojo_message_pump_lib', |
| 167 ], | 167 ], |
| 168 'export_dependent_settings': [ | 168 'export_dependent_settings': [ |
| 169 '../base/base.gyp:base', | 169 '../base/base.gyp:base', |
| 170 '../gin/gin.gyp:gin', | 170 '../gin/gin.gyp:gin', |
| 171 ], | 171 ], |
| 172 'sources': [ | 172 'sources': [ |
| 173 # Sources list duplicated in GN build. | 173 # Sources list duplicated in GN build. |
| 174 'edk/js/core.cc', | 174 'edk/js/core.cc', |
| 175 'edk/js/core.h', | 175 'edk/js/core.h', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'mojo_public.gyp:mojo_public_test_support', | 258 'mojo_public.gyp:mojo_public_test_support', |
| 259 'mojo_system_impl', | 259 'mojo_system_impl', |
| 260 'mojo_test_support_impl', | 260 'mojo_test_support_impl', |
| 261 ], | 261 ], |
| 262 'sources': [ | 262 'sources': [ |
| 263 'edk/test/run_all_perftests.cc', | 263 'edk/test/run_all_perftests.cc', |
| 264 ], | 264 ], |
| 265 }, | 265 }, |
| 266 ], | 266 ], |
| 267 } | 267 } |
| OLD | NEW |