| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 'browser/web_contents/web_drag_source_mac_unittest.mm', | 366 'browser/web_contents/web_drag_source_mac_unittest.mm', |
| 367 'browser/webui/web_ui_data_source_unittest.cc', | 367 'browser/webui/web_ui_data_source_unittest.cc', |
| 368 'browser/webui/web_ui_message_handler_unittest.cc', | 368 'browser/webui/web_ui_message_handler_unittest.cc', |
| 369 'common/android/address_parser_unittest.cc', | 369 'common/android/address_parser_unittest.cc', |
| 370 'common/cc_messages_unittest.cc', | 370 'common/cc_messages_unittest.cc', |
| 371 'common/common_param_traits_unittest.cc', | 371 'common/common_param_traits_unittest.cc', |
| 372 'common/mac/attributed_string_coder_unittest.mm', | 372 'common/mac/attributed_string_coder_unittest.mm', |
| 373 'common/mac/font_descriptor_unittest.mm', | 373 'common/mac/font_descriptor_unittest.mm', |
| 374 'common/gpu/gpu_info_unittest.cc', | 374 'common/gpu/gpu_info_unittest.cc', |
| 375 'common/gpu/gpu_memory_manager_unittest.cc', | 375 'common/gpu/gpu_memory_manager_unittest.cc', |
| 376 'common/gpu/media/avc_config_record_builder_unittest.cc', | |
| 377 'common/indexed_db/indexed_db_dispatcher_unittest.cc', | 376 'common/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 378 'common/indexed_db/proxy_webidbcursor_impl_unittest.cc', | 377 'common/indexed_db/proxy_webidbcursor_impl_unittest.cc', |
| 379 'common/inter_process_time_ticks_converter_unittest.cc', | 378 'common/inter_process_time_ticks_converter_unittest.cc', |
| 380 'common/page_zoom_unittest.cc', | 379 'common/page_zoom_unittest.cc', |
| 381 'common/partial_circular_buffer_unittest.cc', | 380 'common/partial_circular_buffer_unittest.cc', |
| 382 'common/resource_dispatcher_unittest.cc', | 381 'common/resource_dispatcher_unittest.cc', |
| 383 'common/sandbox_mac_diraccess_unittest.mm', | 382 'common/sandbox_mac_diraccess_unittest.mm', |
| 384 'common/sandbox_mac_fontloading_unittest.mm', | 383 'common/sandbox_mac_fontloading_unittest.mm', |
| 385 'common/sandbox_mac_unittest_helper.h', | 384 'common/sandbox_mac_unittest_helper.h', |
| 386 'common/sandbox_mac_unittest_helper.mm', | 385 'common/sandbox_mac_unittest_helper.mm', |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 940 }], | 939 }], |
| 941 ['input_speech==0', { | 940 ['input_speech==0', { |
| 942 'sources/': [ | 941 'sources/': [ |
| 943 ['exclude', '^browser/speech/'], | 942 ['exclude', '^browser/speech/'], |
| 944 ] | 943 ] |
| 945 }], | 944 }], |
| 946 ], | 945 ], |
| 947 }, | 946 }, |
| 948 ], | 947 ], |
| 949 }], | 948 }], |
| 950 ['chromeos==1 or OS=="win" or OS=="mac"', { | 949 ['chromeos==1 or OS=="win"', { |
| 951 # TODO(felipeg): Make video_decode_accelerator_unittest work on Android. | 950 # TODO(felipeg): Make video_decode_accelerator_unittest work on Android. |
| 952 # http://crbug.com/178647 | 951 # http://crbug.com/178647 |
| 953 'targets': [ | 952 'targets': [ |
| 954 { | 953 { |
| 955 'target_name': 'video_decode_accelerator_unittest', | 954 'target_name': 'video_decode_accelerator_unittest', |
| 956 'type': 'executable', | 955 'type': 'executable', |
| 957 'dependencies': [ | 956 'dependencies': [ |
| 958 'content', | 957 'content', |
| 959 '../base/base.gyp:base', | 958 '../base/base.gyp:base', |
| 960 '../testing/gtest.gyp:gtest', | 959 '../testing/gtest.gyp:gtest', |
| 961 '../media/media.gyp:media', | 960 '../media/media.gyp:media', |
| 962 '../ui/gl/gl.gyp:gl', | 961 '../ui/gl/gl.gyp:gl', |
| 963 '../ui/ui.gyp:ui', | 962 '../ui/ui.gyp:ui', |
| 964 ], | 963 ], |
| 965 'include_dirs': [ | 964 'include_dirs': [ |
| 966 '<(DEPTH)/third_party/angle/include', | 965 '<(DEPTH)/third_party/angle/include', |
| 967 ], | 966 ], |
| 968 'sources': [ | 967 'sources': [ |
| 969 'common/gpu/media/rendering_helper.h', | 968 'common/gpu/media/rendering_helper.h', |
| 970 'common/gpu/media/rendering_helper_mac.mm', | |
| 971 'common/gpu/media/rendering_helper_gl.cc', | 969 'common/gpu/media/rendering_helper_gl.cc', |
| 972 'common/gpu/media/video_decode_accelerator_unittest.cc', | 970 'common/gpu/media/video_decode_accelerator_unittest.cc', |
| 973 ], | 971 ], |
| 974 'conditions': [ | 972 'conditions': [ |
| 975 ['target_arch=="arm"', { | 973 ['target_arch=="arm"', { |
| 976 'include_dirs': [ | 974 'include_dirs': [ |
| 977 '<(DEPTH)/third_party/openmax/il', | 975 '<(DEPTH)/third_party/openmax/il', |
| 978 ], | 976 ], |
| 979 }], | 977 }], |
| 980 ['OS=="mac"', { | |
| 981 'sources!': [ | |
| 982 'common/gpu/media/rendering_helper_gl.cc', | |
| 983 ], | |
| 984 }], | |
| 985 ['OS=="win"', { | 978 ['OS=="win"', { |
| 986 'dependencies': [ | 979 'dependencies': [ |
| 987 '../third_party/angle/src/build_angle.gyp:libEGL', | 980 '../third_party/angle/src/build_angle.gyp:libEGL', |
| 988 '../third_party/angle/src/build_angle.gyp:libGLESv2', | 981 '../third_party/angle/src/build_angle.gyp:libGLESv2', |
| 989 ], | 982 ], |
| 990 }], | 983 }], |
| 991 ['(OS=="win" and win_use_allocator_shim==1) or ' | 984 ['(OS=="win" and win_use_allocator_shim==1) or ' |
| 992 '(os_posix == 1 and OS != "mac" and OS != "android" and ' | 985 '(os_posix == 1 and OS != "android" and ' |
| 993 ' linux_use_tcmalloc==1)', { | 986 ' linux_use_tcmalloc==1)', { |
| 994 'dependencies': [ | 987 'dependencies': [ |
| 995 '../base/allocator/allocator.gyp:allocator', | 988 '../base/allocator/allocator.gyp:allocator', |
| 996 ], | 989 ], |
| 997 }], | 990 }], |
| 998 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', { | 991 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', { |
| 999 'include_dirs': [ | 992 'include_dirs': [ |
| 1000 '<(DEPTH)/third_party/libva', | 993 '<(DEPTH)/third_party/libva', |
| 1001 ], | 994 ], |
| 1002 }], | 995 }], |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1106 'resource_dir': 'shell/android/shell_apk/res', | 1099 'resource_dir': 'shell/android/shell_apk/res', |
| 1107 'additional_src_dirs': ['public/android/javatests/',], | 1100 'additional_src_dirs': ['public/android/javatests/',], |
| 1108 'is_test_apk': 1, | 1101 'is_test_apk': 1, |
| 1109 }, | 1102 }, |
| 1110 'includes': [ '../build/java_apk.gypi' ], | 1103 'includes': [ '../build/java_apk.gypi' ], |
| 1111 }, | 1104 }, |
| 1112 ], | 1105 ], |
| 1113 }], | 1106 }], |
| 1114 ], | 1107 ], |
| 1115 } | 1108 } |
| OLD | NEW |