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

Side by Side Diff: content/content.gyp

Issue 826613003: Revert of Vibration API : migrate to device/vibration using mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/common/view_messages.h ('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 'directxsdk_exists': '<!pymod_do_main(dir_exists ../third_party/directxsdk)' , 9 'directxsdk_exists': '<!pymod_do_main(dir_exists ../third_party/directxsdk)' ,
10 }, 10 },
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 'public/android/java/src/org/chromium/content/common/IChildProcessSe rvice.aidl', 430 'public/android/java/src/org/chromium/content/common/IChildProcessSe rvice.aidl',
431 ], 431 ],
432 'includes': [ '../build/java_aidl.gypi' ], 432 'includes': [ '../build/java_aidl.gypi' ],
433 }, 433 },
434 { 434 {
435 'target_name': 'content_java', 435 'target_name': 'content_java',
436 'type': 'none', 436 'type': 'none',
437 'dependencies': [ 437 'dependencies': [
438 '../base/base.gyp:base', 438 '../base/base.gyp:base',
439 '../device/battery/battery.gyp:device_battery_java', 439 '../device/battery/battery.gyp:device_battery_java',
440 '../device/vibration/vibration.gyp:device_vibration_java',
441 '../media/media.gyp:media_java', 440 '../media/media.gyp:media_java',
442 '../mojo/mojo_base.gyp:mojo_system_java', 441 '../mojo/mojo_base.gyp:mojo_system_java',
443 '../mojo/public/mojo_public.gyp:mojo_application_bindings', 442 '../mojo/public/mojo_public.gyp:mojo_application_bindings',
444 '../mojo/public/mojo_public.gyp:mojo_bindings_java', 443 '../mojo/public/mojo_public.gyp:mojo_bindings_java',
445 '../net/net.gyp:net', 444 '../net/net.gyp:net',
446 '../ui/android/ui_android.gyp:ui_java', 445 '../ui/android/ui_android.gyp:ui_java',
447 'common_aidl', 446 'common_aidl',
448 'content_common', 447 'content_common',
449 'content_strings_grd', 448 'content_strings_grd',
450 'content_gamepad_mapping', 449 'content_gamepad_mapping',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 ], 596 ],
598 }, 597 },
599 ], 598 ],
600 }], 599 }],
601 ], 600 ],
602 }, 601 },
603 ], 602 ],
604 }], # OS == "android" 603 }], # OS == "android"
605 ], 604 ],
606 } 605 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698