| 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 '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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 # GN version: //mojo/public/java:bindings | 426 # GN version: //mojo/public/java:bindings |
| 427 'target_name': 'mojo_bindings_java', | 427 'target_name': 'mojo_bindings_java', |
| 428 'type': 'none', | 428 'type': 'none', |
| 429 'variables': { | 429 'variables': { |
| 430 'chromium_code': 0, | 430 'chromium_code': 0, |
| 431 'java_in_dir': '../../mojo/public/java/bindings', | 431 'java_in_dir': '../../mojo/public/java/bindings', |
| 432 }, | 432 }, |
| 433 'dependencies': [ | 433 'dependencies': [ |
| 434 'mojo_interface_bindings_java_sources', | 434 'mojo_interface_bindings_java_sources', |
| 435 'mojo_public_java', | 435 'mojo_public_java', |
| 436 '<(DEPTH)/base/base.gyp:base_java', |
| 436 ], | 437 ], |
| 437 'includes': [ '../../build/java.gypi' ], | 438 'includes': [ '../../build/java.gypi' ], |
| 438 }, | 439 }, |
| 439 ], | 440 ], |
| 440 }], | 441 }], |
| 441 ], | 442 ], |
| 442 } | 443 } |
| OLD | NEW |