Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: mojo/mojo.gyp

Issue 147533004: Remove unneeded JNI registrations. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix android webview build issues. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 '../ui/gl/gl.gyp:gl', 564 '../ui/gl/gl.gyp:gl',
565 'mojo_common_lib', 565 'mojo_common_lib',
566 'mojo_environment_chromium', 566 'mojo_environment_chromium',
567 'mojo_jni_headers', 567 'mojo_jni_headers',
568 'mojo_shell_bindings', 568 'mojo_shell_bindings',
569 'mojo_shell_lib', 569 'mojo_shell_lib',
570 ], 570 ],
571 'sources': [ 571 'sources': [
572 'shell/android/library_loader.cc', 572 'shell/android/library_loader.cc',
573 'shell/android/mojo_main.cc', 573 'shell/android/mojo_main.cc',
574 'shell/android/mojo_main.h',
575 ], 574 ],
576 }, 575 },
577 { 576 {
578 'target_name': 'mojo_shell_apk', 577 'target_name': 'mojo_shell_apk',
579 'type': 'none', 578 'type': 'none',
580 'dependencies': [ 579 'dependencies': [
581 '../base/base.gyp:base_java', 580 '../base/base.gyp:base_java',
582 '../net/net.gyp:net_java', 581 '../net/net.gyp:net_java',
583 'mojo_native_viewport_java', 582 'mojo_native_viewport_java',
584 'libmojo_shell', 583 'libmojo_shell',
(...skipping 21 matching lines...) Expand all
606 'mojo_js_unittests.isolate', 605 'mojo_js_unittests.isolate',
607 ], 606 ],
608 'sources': [ 607 'sources': [
609 'mojo_js_unittests.isolate', 608 'mojo_js_unittests.isolate',
610 ], 609 ],
611 }, 610 },
612 ], 611 ],
613 }], 612 }],
614 ], 613 ],
615 } 614 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698