| 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 'includes': [ | 9 'includes': [ |
| 10 'mojo_apps.gypi', | 10 'mojo_apps.gypi', |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 }, | 362 }, |
| 363 'includes': [ '../build/jni_generator.gypi' ], | 363 'includes': [ '../build/jni_generator.gypi' ], |
| 364 }, | 364 }, |
| 365 { | 365 { |
| 366 'target_name': 'libmojo_shell', | 366 'target_name': 'libmojo_shell', |
| 367 'type': 'shared_library', | 367 'type': 'shared_library', |
| 368 'dependencies': [ | 368 'dependencies': [ |
| 369 '../base/base.gyp:base', | 369 '../base/base.gyp:base', |
| 370 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 370 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 371 '../ui/gfx/gfx.gyp:gfx', | 371 '../ui/gfx/gfx.gyp:gfx', |
| 372 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 372 '../ui/gl/gl.gyp:gl', | 373 '../ui/gl/gl.gyp:gl', |
| 373 'mojo_common_lib', | 374 'mojo_common_lib', |
| 374 'mojo_jni_headers', | 375 'mojo_jni_headers', |
| 375 'mojo_shell_lib', | 376 'mojo_shell_lib', |
| 376 'mojo_shell_bindings', | 377 'mojo_shell_bindings', |
| 377 'mojo_native_viewport_service', | 378 'mojo_native_viewport_service', |
| 378 ], | 379 ], |
| 379 'sources': [ | 380 'sources': [ |
| 380 'shell/android/library_loader.cc', | 381 'shell/android/library_loader.cc', |
| 381 'shell/android/mojo_main.cc', | 382 'shell/android/mojo_main.cc', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 396 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', | 397 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', |
| 397 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', | 398 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', |
| 398 'native_lib_target': 'libmojo_shell', | 399 'native_lib_target': 'libmojo_shell', |
| 399 }, | 400 }, |
| 400 'includes': [ '../build/java_apk.gypi' ], | 401 'includes': [ '../build/java_apk.gypi' ], |
| 401 } | 402 } |
| 402 ], | 403 ], |
| 403 }], | 404 }], |
| 404 ], | 405 ], |
| 405 } | 406 } |
| OLD | NEW |