OLD | NEW |
---|---|
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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
421 'public/android/java/src/org/chromium/content/common/IChildProcessCa llback.aidl', | 421 'public/android/java/src/org/chromium/content/common/IChildProcessCa llback.aidl', |
422 'public/android/java/src/org/chromium/content/common/IChildProcessSe rvice.aidl', | 422 'public/android/java/src/org/chromium/content/common/IChildProcessSe rvice.aidl', |
423 ], | 423 ], |
424 'includes': [ '../build/java_aidl.gypi' ], | 424 'includes': [ '../build/java_aidl.gypi' ], |
425 }, | 425 }, |
426 { | 426 { |
427 'target_name': 'content_java', | 427 'target_name': 'content_java', |
428 'type': 'none', | 428 'type': 'none', |
429 'dependencies': [ | 429 'dependencies': [ |
430 '../base/base.gyp:base', | 430 '../base/base.gyp:base', |
431 '../device/battery/battery.gyp:device_battery_java', | 431 '../device/battery/battery.gyp:device_battery_java', |
scheib
2015/05/13 22:50:08
Note, content actually has java dependencies on de
| |
432 '../device/bluetooth/bluetooth.gyp:device_bluetooth_java', | |
433 '../device/vibration/vibration.gyp:device_vibration_java', | |
434 '../media/media.gyp:media_java', | 432 '../media/media.gyp:media_java', |
435 '../mojo/mojo_base.gyp:mojo_system_java', | 433 '../mojo/mojo_base.gyp:mojo_system_java', |
436 '../net/net.gyp:net', | 434 '../net/net.gyp:net', |
437 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings', | 435 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings', |
438 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', | 436 '../third_party/mojo/mojo_public.gyp:mojo_bindings_java', |
439 '../ui/android/ui_android.gyp:ui_java', | 437 '../ui/android/ui_android.gyp:ui_java', |
440 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava', | 438 '../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_j ava', |
441 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java', | 439 '../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientati on_java', |
442 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', | 440 '../third_party/WebKit/public/blink_headers.gyp:blink_headers_java', |
443 'common_aidl', | 441 'common_aidl', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
620 ], | 618 ], |
621 }, | 619 }, |
622 ], | 620 ], |
623 }], | 621 }], |
624 ], | 622 ], |
625 }, | 623 }, |
626 ], | 624 ], |
627 }], # OS == "android" | 625 }], # OS == "android" |
628 ], | 626 ], |
629 } | 627 } |
OLD | NEW |