| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 'common/page_state_serialization_unittest.cc', | 711 'common/page_state_serialization_unittest.cc', |
| 712 'common/page_zoom_unittest.cc', | 712 'common/page_zoom_unittest.cc', |
| 713 'common/plugin_list_unittest.cc', | 713 'common/plugin_list_unittest.cc', |
| 714 'common/sandbox_mac_diraccess_unittest.mm', | 714 'common/sandbox_mac_diraccess_unittest.mm', |
| 715 'common/sandbox_mac_fontloading_unittest.mm', | 715 'common/sandbox_mac_fontloading_unittest.mm', |
| 716 'common/sandbox_mac_system_access_unittest.mm', | 716 'common/sandbox_mac_system_access_unittest.mm', |
| 717 'common/sandbox_mac_unittest_helper.h', | 717 'common/sandbox_mac_unittest_helper.h', |
| 718 'common/sandbox_mac_unittest_helper.mm', | 718 'common/sandbox_mac_unittest_helper.mm', |
| 719 'common/shareable_file_reference_unittest.cc', | 719 'common/shareable_file_reference_unittest.cc', |
| 720 'common/webplugininfo_unittest.cc', | 720 'common/webplugininfo_unittest.cc', |
| 721 'renderer/active_notification_tracker_unittest.cc', | |
| 722 'renderer/android/email_detector_unittest.cc', | 721 'renderer/android/email_detector_unittest.cc', |
| 723 'renderer/android/phone_number_detector_unittest.cc', | 722 'renderer/android/phone_number_detector_unittest.cc', |
| 724 'renderer/bmp_image_decoder_unittest.cc', | 723 'renderer/bmp_image_decoder_unittest.cc', |
| 725 'renderer/device_sensors/device_light_event_pump_unittest.cc', | 724 'renderer/device_sensors/device_light_event_pump_unittest.cc', |
| 726 'renderer/device_sensors/device_motion_event_pump_unittest.cc', | 725 'renderer/device_sensors/device_motion_event_pump_unittest.cc', |
| 727 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', | 726 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', |
| 728 'renderer/disambiguation_popup_helper_unittest.cc', | 727 'renderer/disambiguation_popup_helper_unittest.cc', |
| 729 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', | 728 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', |
| 730 'renderer/gpu/compositor_forwarding_message_filter_unittest.cc', | 729 'renderer/gpu/compositor_forwarding_message_filter_unittest.cc', |
| 731 'renderer/gpu/frame_swap_message_queue_unittest.cc', | 730 'renderer/gpu/frame_swap_message_queue_unittest.cc', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 891 ['enable_webrtc==0 and OS=="android"', { | 890 ['enable_webrtc==0 and OS=="android"', { |
| 892 'sources/': [ | 891 'sources/': [ |
| 893 ['exclude', '^renderer/media/media_stream_'], | 892 ['exclude', '^renderer/media/media_stream_'], |
| 894 ], | 893 ], |
| 895 }], | 894 }], |
| 896 ['enable_web_speech==0', { | 895 ['enable_web_speech==0', { |
| 897 'sources/': [ | 896 'sources/': [ |
| 898 ['exclude', '^browser/speech/'], | 897 ['exclude', '^browser/speech/'], |
| 899 ] | 898 ] |
| 900 }], | 899 }], |
| 901 ['notifications==0', { | |
| 902 'sources!': [ | |
| 903 'renderer/active_notification_tracker_unittest.cc', | |
| 904 ], | |
| 905 }], | |
| 906 ['OS=="linux"', { | 900 ['OS=="linux"', { |
| 907 'dependencies': [ | 901 'dependencies': [ |
| 908 '../build/linux/system.gyp:dbus', | 902 '../build/linux/system.gyp:dbus', |
| 909 '../dbus/dbus.gyp:dbus_test_support', | 903 '../dbus/dbus.gyp:dbus_test_support', |
| 910 ], | 904 ], |
| 911 }], | 905 }], |
| 912 ['OS=="win" and win_use_allocator_shim==1', { | 906 ['OS=="win" and win_use_allocator_shim==1', { |
| 913 'dependencies': [ | 907 'dependencies': [ |
| 914 '../base/allocator/allocator.gyp:allocator', | 908 '../base/allocator/allocator.gyp:allocator', |
| 915 ], | 909 ], |
| (...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2029 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2023 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2030 }, | 2024 }, |
| 2031 ], | 2025 ], |
| 2032 }], | 2026 }], |
| 2033 ], | 2027 ], |
| 2034 }, | 2028 }, |
| 2035 ], | 2029 ], |
| 2036 }], | 2030 }], |
| 2037 ], | 2031 ], |
| 2038 } | 2032 } |
| OLD | NEW |