OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
1 { | 5 { |
2 'targets': [ | 6 'targets': [ |
3 { | 7 { |
4 'target_name': 'mojo_js_lib', | 8 'target_name': 'mojo_js_lib', |
5 'type': 'static_library', | 9 'type': 'static_library', |
6 'dependencies': [ | 10 'dependencies': [ |
7 '../base/base.gyp:base', | 11 '../base/base.gyp:base', |
8 '../gin/gin.gyp:gin', | 12 '../gin/gin.gyp:gin', |
9 '../ui/gl/gl.gyp:gl', | 13 '../ui/gl/gl.gyp:gl', |
10 '../v8/tools/gyp/v8.gyp:v8', | 14 '../v8/tools/gyp/v8.gyp:v8', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 'mojo_apps_js_unittests.isolate', | 97 'mojo_apps_js_unittests.isolate', |
94 ], | 98 ], |
95 'sources': [ | 99 'sources': [ |
96 'mojo_apps_js_unittests.isolate', | 100 'mojo_apps_js_unittests.isolate', |
97 ], | 101 ], |
98 }, | 102 }, |
99 ], | 103 ], |
100 }], | 104 }], |
101 ], | 105 ], |
102 } | 106 } |
OLD | NEW |