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

Side by Side Diff: content/content.gyp

Issue 1486043002: [webnfc] Implement push method for Android nfc mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@step_6_add_mojo_service_CL
Patch Set: Move WindowAndroidChangedObserver to other observers in content layer Created 4 years, 4 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
« no previous file with comments | « content/browser/mojo/interface_registrar_android.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine. 8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e ngine.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 ], 503 ],
504 'includes': [ '../build/java_aidl.gypi' ], 504 'includes': [ '../build/java_aidl.gypi' ],
505 }, 505 },
506 { 506 {
507 'target_name': 'content_java', 507 'target_name': 'content_java',
508 'type': 'none', 508 'type': 'none',
509 'dependencies': [ 509 'dependencies': [
510 '../base/base.gyp:base', 510 '../base/base.gyp:base',
511 '../device/battery/battery.gyp:device_battery_java', 511 '../device/battery/battery.gyp:device_battery_java',
512 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', 512 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java',
513 '../device/nfc/nfc.gyp:device_nfc_java',
513 '../device/usb/usb.gyp:device_usb_java', 514 '../device/usb/usb.gyp:device_usb_java',
514 '../device/vibration/vibration.gyp:device_vibration_java', 515 '../device/vibration/vibration.gyp:device_vibration_java',
515 '../media/media.gyp:media_java', 516 '../media/media.gyp:media_java',
516 '../mojo/mojo_base.gyp:mojo_system_java', 517 '../mojo/mojo_base.gyp:mojo_system_java',
517 '../mojo/mojo_public.gyp:mojo_bindings_java', 518 '../mojo/mojo_public.gyp:mojo_bindings_java',
518 '../net/net.gyp:net', 519 '../net/net.gyp:net',
519 '../skia/skia.gyp:skia_mojo', 520 '../skia/skia.gyp:skia_mojo',
520 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 521 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
521 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', 522 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java',
522 '../ui/android/ui_android.gyp:ui_java', 523 '../ui/android/ui_android.gyp:ui_java',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 }, 729 },
729 'includes': [ 730 'includes': [
730 '../build/android/copy_ex.gypi', 731 '../build/android/copy_ex.gypi',
731 '../build/android/v8_external_startup_data_arch_suffix.gypi', 732 '../build/android/v8_external_startup_data_arch_suffix.gypi',
732 ], 733 ],
733 }, 734 },
734 ], 735 ],
735 }], # OS == "android" 736 }], # OS == "android"
736 ], 737 ],
737 } 738 }
OLDNEW
« no previous file with comments | « content/browser/mojo/interface_registrar_android.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698