| 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': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/
directxsdk)', | 9 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/
directxsdk)', |
| 10 }, | 10 }, |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 }, | 385 }, |
| 386 'includes': [ '../build/android/java_cpp_template.gypi' ], | 386 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 387 }, | 387 }, |
| 388 { | 388 { |
| 389 'target_name': 'content_java', | 389 'target_name': 'content_java', |
| 390 'type': 'none', | 390 'type': 'none', |
| 391 'dependencies': [ | 391 'dependencies': [ |
| 392 '../base/base.gyp:base', | 392 '../base/base.gyp:base', |
| 393 '../media/media.gyp:media_java', | 393 '../media/media.gyp:media_java', |
| 394 '../net/net.gyp:net', | 394 '../net/net.gyp:net', |
| 395 '../ui/ui.gyp:ui_java', | 395 '../ui/android/ui_android.gyp:ui_java', |
| 396 'common_aidl', | 396 'common_aidl', |
| 397 'content_common', | 397 'content_common', |
| 398 'page_transition_types_java', | 398 'page_transition_types_java', |
| 399 'result_codes_java', | 399 'result_codes_java', |
| 400 'speech_recognition_error_java', | 400 'speech_recognition_error_java', |
| 401 'top_controls_state_java', | 401 'top_controls_state_java', |
| 402 'content_native_libraries_gen', | 402 'content_native_libraries_gen', |
| 403 ], | 403 ], |
| 404 'variables': { | 404 'variables': { |
| 405 'java_in_dir': '../content/public/android/java', | 405 'java_in_dir': '../content/public/android/java', |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 '<(android_ndk_root)/crazy_linker.gyp:crazy_linker', | 515 '<(android_ndk_root)/crazy_linker.gyp:crazy_linker', |
| 516 ], | 516 ], |
| 517 }], | 517 }], |
| 518 ], | 518 ], |
| 519 }, | 519 }, |
| 520 | 520 |
| 521 ], | 521 ], |
| 522 }], # OS == "android" | 522 }], # OS == "android" |
| 523 ], | 523 ], |
| 524 } | 524 } |
| OLD | NEW |