| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 }, | 380 }, |
| 381 { | 381 { |
| 382 'target_name': 'mojo_js_bindings_unittests', | 382 'target_name': 'mojo_js_bindings_unittests', |
| 383 'type': 'executable', | 383 'type': 'executable', |
| 384 'dependencies': [ | 384 'dependencies': [ |
| 385 '../base/base.gyp:run_all_unittests', | 385 '../base/base.gyp:run_all_unittests', |
| 386 '../gin/gin.gyp:gin_test', | 386 '../gin/gin.gyp:gin_test', |
| 387 'mojo_js_bindings', | 387 'mojo_js_bindings', |
| 388 ], | 388 ], |
| 389 'sources': [ | 389 'sources': [ |
| 390 '../gin/test/run_all_unittests.cc', | 390 'public/bindings/js/test/run_all_unittests.cc', |
| 391 'public/bindings/js/test/harness.cc', | 391 'public/bindings/js/test/harness.cc', |
| 392 ], | 392 ], |
| 393 }, | 393 }, |
| 394 { | 394 { |
| 395 'target_name': 'native_viewport', | 395 'target_name': 'native_viewport', |
| 396 'type': 'static_library', | 396 'type': 'static_library', |
| 397 'dependencies': [ | 397 'dependencies': [ |
| 398 '../base/base.gyp:base', | 398 '../base/base.gyp:base', |
| 399 '../gpu/gpu.gyp:command_buffer_service', | 399 '../gpu/gpu.gyp:command_buffer_service', |
| 400 '../gpu/gpu.gyp:gles2_implementation', | 400 '../gpu/gpu.gyp:gles2_implementation', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', | 502 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', |
| 503 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', | 503 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', |
| 504 'native_lib_target': 'libmojo_shell', | 504 'native_lib_target': 'libmojo_shell', |
| 505 }, | 505 }, |
| 506 'includes': [ '../build/java_apk.gypi' ], | 506 'includes': [ '../build/java_apk.gypi' ], |
| 507 } | 507 } |
| 508 ], | 508 ], |
| 509 }], | 509 }], |
| 510 ], | 510 ], |
| 511 } | 511 } |
| OLD | NEW |