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: content/content.gyp

Issue 1892083002: Generic Sensor API : Ambient Light Sensor API. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re entrancy fix Created 4 years, 7 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/renderer_host/render_process_host_impl.cc ('k') | content/content_browser.gypi » ('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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 ], 470 ],
471 'includes': [ '../build/java_aidl.gypi' ], 471 'includes': [ '../build/java_aidl.gypi' ],
472 }, 472 },
473 { 473 {
474 'target_name': 'content_java', 474 'target_name': 'content_java',
475 'type': 'none', 475 'type': 'none',
476 'dependencies': [ 476 'dependencies': [
477 '../base/base.gyp:base', 477 '../base/base.gyp:base',
478 '../device/battery/battery.gyp:device_battery_java', 478 '../device/battery/battery.gyp:device_battery_java',
479 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', 479 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java',
480 '../device/sensor/sensor.gyp:device_sensor_java',
480 '../device/usb/usb.gyp:device_usb_java', 481 '../device/usb/usb.gyp:device_usb_java',
481 '../device/vibration/vibration.gyp:device_vibration_java', 482 '../device/vibration/vibration.gyp:device_vibration_java',
482 '../media/media.gyp:media_java', 483 '../media/media.gyp:media_java',
483 '../mojo/mojo_base.gyp:mojo_system_java', 484 '../mojo/mojo_base.gyp:mojo_system_java',
484 '../mojo/mojo_public.gyp:mojo_bindings_java', 485 '../mojo/mojo_public.gyp:mojo_bindings_java',
485 '../net/net.gyp:net', 486 '../net/net.gyp:net',
486 '../skia/skia.gyp:skia_mojo', 487 '../skia/skia.gyp:skia_mojo',
487 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 488 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
488 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', 489 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java',
489 '../ui/android/ui_android.gyp:ui_java', 490 '../ui/android/ui_android.gyp:ui_java',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 }, 696 },
696 'includes': [ 697 'includes': [
697 '../build/android/copy_ex.gypi', 698 '../build/android/copy_ex.gypi',
698 '../build/android/v8_external_startup_data_arch_suffix.gypi', 699 '../build/android/v8_external_startup_data_arch_suffix.gypi',
699 ], 700 ],
700 }, 701 },
701 ], 702 ],
702 }], # OS == "android" 703 }], # OS == "android"
703 ], 704 ],
704 } 705 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698