OLD | NEW |
---|---|
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //mojo/public/c/system | 8 # GN version: //mojo/public/c/system |
9 'target_name': 'mojo_system', | 9 'target_name': 'mojo_system', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
221 'java_in_dir': 'public/java/bindings', | 221 'java_in_dir': 'public/java/bindings', |
222 }, | 222 }, |
223 'dependencies': [ | 223 'dependencies': [ |
224 'mojo_public_java', | 224 'mojo_public_java', |
225 ], | 225 ], |
226 'includes': [ '../build/java.gypi' ], | 226 'includes': [ '../build/java.gypi' ], |
227 }, | 227 }, |
228 ], | 228 ], |
229 }], | 229 }], |
230 ], | 230 ], |
231 } | 231 } |
viettrungluu
2014/07/28 22:51:32
Did you remove an end-of-file newline (or somethin
Hajime Morrita
2014/07/28 23:04:09
I did remove it accidentally :-(
Reverted.
| |
OLD | NEW |