| 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 }, | 328 }, |
| 329 'includes': [ '../build/jni_generator.gypi' ], | 329 'includes': [ '../build/jni_generator.gypi' ], |
| 330 }, | 330 }, |
| 331 { | 331 { |
| 332 'target_name': 'libmojo_shell', | 332 'target_name': 'libmojo_shell', |
| 333 'type': 'shared_library', | 333 'type': 'shared_library', |
| 334 'dependencies': [ | 334 'dependencies': [ |
| 335 '../base/base.gyp:base', | 335 '../base/base.gyp:base', |
| 336 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 336 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 337 '../ui/gfx/gfx.gyp:gfx', | 337 '../ui/gfx/gfx.gyp:gfx', |
| 338 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 338 '../ui/gl/gl.gyp:gl', | 339 '../ui/gl/gl.gyp:gl', |
| 339 'mojo_common_lib', | 340 'mojo_common_lib', |
| 340 'mojo_jni_headers', | 341 'mojo_jni_headers', |
| 341 'mojo_shell_lib', | 342 'mojo_shell_lib', |
| 342 ], | 343 ], |
| 343 'sources': [ | 344 'sources': [ |
| 344 'shell/android/library_loader.cc', | 345 'shell/android/library_loader.cc', |
| 345 'shell/android/mojo_main.cc', | 346 'shell/android/mojo_main.cc', |
| 346 'shell/android/mojo_main.h', | 347 'shell/android/mojo_main.h', |
| 347 ], | 348 ], |
| (...skipping 12 matching lines...) Expand all Loading... |
| 360 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', | 361 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', |
| 361 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', | 362 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', |
| 362 'native_lib_target': 'libmojo_shell', | 363 'native_lib_target': 'libmojo_shell', |
| 363 }, | 364 }, |
| 364 'includes': [ '../build/java_apk.gypi' ], | 365 'includes': [ '../build/java_apk.gypi' ], |
| 365 } | 366 } |
| 366 ], | 367 ], |
| 367 }], | 368 }], |
| 368 ], | 369 ], |
| 369 } | 370 } |
| OLD | NEW |