| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 'public/android/java/src/org/chromium/content/common/IChildProcessCa
llback.aidl', | 417 'public/android/java/src/org/chromium/content/common/IChildProcessCa
llback.aidl', |
| 418 'public/android/java/src/org/chromium/content/common/IChildProcessSe
rvice.aidl', | 418 'public/android/java/src/org/chromium/content/common/IChildProcessSe
rvice.aidl', |
| 419 ], | 419 ], |
| 420 'includes': [ '../build/java_aidl.gypi' ], | 420 'includes': [ '../build/java_aidl.gypi' ], |
| 421 }, | 421 }, |
| 422 { | 422 { |
| 423 'target_name': 'content_java', | 423 'target_name': 'content_java', |
| 424 'type': 'none', | 424 'type': 'none', |
| 425 'dependencies': [ | 425 'dependencies': [ |
| 426 '../base/base.gyp:base', | 426 '../base/base.gyp:base', |
| 427 '../cc/cc.gyp:cc_java', |
| 427 '../device/battery/battery.gyp:device_battery_java', | 428 '../device/battery/battery.gyp:device_battery_java', |
| 428 '../media/media.gyp:media_java', | 429 '../media/media.gyp:media_java', |
| 429 '../mojo/mojo_base.gyp:mojo_system_java', | 430 '../mojo/mojo_base.gyp:mojo_system_java', |
| 430 '../mojo/public/mojo_public.gyp:mojo_bindings_java', | 431 '../mojo/public/mojo_public.gyp:mojo_bindings_java', |
| 431 '../net/net.gyp:net', | 432 '../net/net.gyp:net', |
| 432 '../ui/android/ui_android.gyp:ui_java', | 433 '../ui/android/ui_android.gyp:ui_java', |
| 433 'common_aidl', | 434 'common_aidl', |
| 434 'content_common', | 435 'content_common', |
| 435 'content_strings_grd', | 436 'content_strings_grd', |
| 436 'content_gamepad_mapping', | 437 'content_gamepad_mapping', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 ], | 591 ], |
| 591 }, | 592 }, |
| 592 ], | 593 ], |
| 593 }], | 594 }], |
| 594 ], | 595 ], |
| 595 }, | 596 }, |
| 596 ], | 597 ], |
| 597 }], # OS == "android" | 598 }], # OS == "android" |
| 598 ], | 599 ], |
| 599 } | 600 } |
| OLD | NEW |