| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 '../mojo/mojo_base.gyp:mojo_system_java', | 426 '../mojo/mojo_base.gyp:mojo_system_java', |
| 426 '../mojo/public/mojo_public.gyp:mojo_bindings_java', | 427 '../mojo/public/mojo_public.gyp:mojo_bindings_java', |
| 427 '../net/net.gyp:net', | 428 '../net/net.gyp:net', |
| 428 '../ui/android/ui_android.gyp:ui_java', | 429 '../ui/android/ui_android.gyp:ui_java', |
| 429 'common_aidl', | 430 'common_aidl', |
| 430 'content_common', | 431 'content_common', |
| 431 'content_strings_grd', | 432 'content_strings_grd', |
| 432 'content_gamepad_mapping', | 433 'content_gamepad_mapping', |
| 433 'gesture_event_type_java', | 434 'gesture_event_type_java', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 569 ], | 570 ], |
| 570 }, | 571 }, |
| 571 ], | 572 ], |
| 572 }], | 573 }], |
| 573 ], | 574 ], |
| 574 }, | 575 }, |
| 575 ], | 576 ], |
| 576 }], # OS == "android" | 577 }], # OS == "android" |
| 577 ], | 578 ], |
| 578 } | 579 } |
| OLD | NEW |