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

Side by Side Diff: content/content.gyp

Issue 592153002: Replace Chrome IPC with Mojo IPC for querying BatteryStatus service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Tim's comments. Created 6 years, 2 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 (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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'public/android/java/src/org/chromium/content/common/IChildProcessCa llback.aidl', 414 'public/android/java/src/org/chromium/content/common/IChildProcessCa llback.aidl',
415 'public/android/java/src/org/chromium/content/common/IChildProcessSe rvice.aidl', 415 'public/android/java/src/org/chromium/content/common/IChildProcessSe rvice.aidl',
416 ], 416 ],
417 'includes': [ '../build/java_aidl.gypi' ], 417 'includes': [ '../build/java_aidl.gypi' ],
418 }, 418 },
419 { 419 {
420 'target_name': 'content_java', 420 'target_name': 'content_java',
421 'type': 'none', 421 'type': 'none',
422 'dependencies': [ 422 'dependencies': [
423 '../base/base.gyp:base', 423 '../base/base.gyp:base',
424 '../device/battery/battery.gyp:device_battery_java',
424 '../media/media.gyp:media_java', 425 '../media/media.gyp:media_java',
425 '../net/net.gyp:net', 426 '../net/net.gyp:net',
426 '../ui/android/ui_android.gyp:ui_java', 427 '../ui/android/ui_android.gyp:ui_java',
427 'common_aidl', 428 'common_aidl',
428 'content_common', 429 'content_common',
429 'content_strings_grd', 430 'content_strings_grd',
430 'content_gamepad_mapping', 431 'content_gamepad_mapping',
431 'gesture_event_type_java', 432 'gesture_event_type_java',
432 'popup_item_type_java', 433 'popup_item_type_java',
433 'result_codes_java', 434 'result_codes_java',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'browser/gamepad/canonical_axis_index_list.h', 604 'browser/gamepad/canonical_axis_index_list.h',
604 'browser/gamepad/canonical_button_index_list.h', 605 'browser/gamepad/canonical_button_index_list.h',
605 ], 606 ],
606 }, 607 },
607 'includes': [ '../build/android/java_cpp_template.gypi' ], 608 'includes': [ '../build/android/java_cpp_template.gypi' ],
608 }, 609 },
609 ], 610 ],
610 }], # OS == "android" 611 }], # OS == "android"
611 ], 612 ],
612 } 613 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698