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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/android/ui_android.gyp:ui_java', | 395 '../ui/android/ui_android.gyp:ui_java', |
396 'common_aidl', | 396 'common_aidl', |
397 'content_common', | 397 'content_common', |
| 398 'gesture_event_type_java', |
398 'page_transition_types_java', | 399 'page_transition_types_java', |
399 'popup_item_type_java', | 400 'popup_item_type_java', |
400 'result_codes_java', | 401 'result_codes_java', |
401 'speech_recognition_error_java', | 402 'speech_recognition_error_java', |
402 'top_controls_state_java', | 403 'top_controls_state_java', |
403 'content_native_libraries_gen', | 404 'content_native_libraries_gen', |
404 ], | 405 ], |
405 'variables': { | 406 'variables': { |
406 'java_in_dir': '../content/public/android/java', | 407 'java_in_dir': '../content/public/android/java', |
407 'jar_excluded_classes': [ '*/NativeLibraries.class' ], | 408 'jar_excluded_classes': [ '*/NativeLibraries.class' ], |
408 'has_java_resources': 1, | 409 'has_java_resources': 1, |
409 'R_package': 'org.chromium.content', | 410 'R_package': 'org.chromium.content', |
410 'R_package_relpath': 'org/chromium/content', | 411 'R_package_relpath': 'org/chromium/content', |
411 'java_strings_grd': 'android_content_strings.grd', | 412 'java_strings_grd': 'android_content_strings.grd', |
412 }, | 413 }, |
413 'conditions': [ | 414 'conditions': [ |
414 ['android_webview_build == 0', { | 415 ['android_webview_build == 0', { |
415 'dependencies': [ | 416 'dependencies': [ |
416 '../third_party/eyesfree/eyesfree.gyp:eyesfree_java', | 417 '../third_party/eyesfree/eyesfree.gyp:eyesfree_java', |
417 '../third_party/guava/guava.gyp:guava_javalib', | 418 '../third_party/guava/guava.gyp:guava_javalib', |
418 ], | 419 ], |
419 }], | 420 }], |
420 ], | 421 ], |
421 'includes': [ '../build/java.gypi' ], | 422 'includes': [ '../build/java.gypi' ], |
422 }, | 423 }, |
423 { | 424 { |
| 425 'target_name': 'gesture_event_type_java', |
| 426 'type': 'none', |
| 427 'sources': [ |
| 428 'public/android/java/src/org/chromium/content/browser/GestureEventTy
pe.template', |
| 429 ], |
| 430 'variables': { |
| 431 'package_name': 'org/chromium/content/browser', |
| 432 'template_deps': ['browser/android/gesture_event_type_list.h'], |
| 433 }, |
| 434 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 435 }, |
| 436 { |
424 'target_name': 'page_transition_types_java', | 437 'target_name': 'page_transition_types_java', |
425 'type': 'none', | 438 'type': 'none', |
426 'sources': [ | 439 'sources': [ |
427 'public/android/java/src/org/chromium/content/browser/PageTransition
Types.template', | 440 'public/android/java/src/org/chromium/content/browser/PageTransition
Types.template', |
428 ], | 441 ], |
429 'variables': { | 442 'variables': { |
430 'package_name': 'org/chromium/content/browser', | 443 'package_name': 'org/chromium/content/browser', |
431 'template_deps': ['public/common/page_transition_types_list.h'], | 444 'template_deps': ['public/common/page_transition_types_list.h'], |
432 }, | 445 }, |
433 'includes': [ '../build/android/java_cpp_template.gypi' ], | 446 'includes': [ '../build/android/java_cpp_template.gypi' ], |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 '<(android_ndk_root)/crazy_linker.gyp:crazy_linker', | 536 '<(android_ndk_root)/crazy_linker.gyp:crazy_linker', |
524 ], | 537 ], |
525 }], | 538 }], |
526 ], | 539 ], |
527 }, | 540 }, |
528 | 541 |
529 ], | 542 ], |
530 }], # OS == "android" | 543 }], # OS == "android" |
531 ], | 544 ], |
532 } | 545 } |
OLD | NEW |