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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
465 'browser/mach_broker_mac_unittest.cc', | 465 'browser/mach_broker_mac_unittest.cc', |
466 'browser/media/audio_stream_monitor_unittest.cc', | 466 'browser/media/audio_stream_monitor_unittest.cc', |
467 'browser/media/capture/audio_mirroring_manager_unittest.cc', | 467 'browser/media/capture/audio_mirroring_manager_unittest.cc', |
468 'browser/media/capture/video_capture_oracle_unittest.cc', | 468 'browser/media/capture/video_capture_oracle_unittest.cc', |
469 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', | 469 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', |
470 'browser/media/capture/web_contents_video_capture_device_unittest.cc', | 470 'browser/media/capture/web_contents_video_capture_device_unittest.cc', |
471 'browser/media/media_internals_unittest.cc', | 471 'browser/media/media_internals_unittest.cc', |
472 'browser/media/midi_host_unittest.cc', | 472 'browser/media/midi_host_unittest.cc', |
473 'browser/media/webrtc_identity_store_unittest.cc', | 473 'browser/media/webrtc_identity_store_unittest.cc', |
474 'browser/net/sqlite_persistent_cookie_store_unittest.cc', | 474 'browser/net/sqlite_persistent_cookie_store_unittest.cc', |
| 475 'browser/notifications/notification_database_data_unittest.cc', |
475 'browser/notifications/notification_database_unittest.cc', | 476 'browser/notifications/notification_database_unittest.cc', |
476 'browser/notification_service_impl_unittest.cc', | 477 'browser/notification_service_impl_unittest.cc', |
477 'browser/power_monitor_message_broadcaster_unittest.cc', | 478 'browser/power_monitor_message_broadcaster_unittest.cc', |
478 'browser/power_profiler/power_profiler_service_unittest.cc', | 479 'browser/power_profiler/power_profiler_service_unittest.cc', |
479 'browser/power_usage_monitor_impl_unittest.cc', | 480 'browser/power_usage_monitor_impl_unittest.cc', |
480 'browser/presentation/presentation_service_impl_unittest.cc', | 481 'browser/presentation/presentation_service_impl_unittest.cc', |
481 'browser/quota/mock_quota_manager.cc', | 482 'browser/quota/mock_quota_manager.cc', |
482 'browser/quota/mock_quota_manager.h', | 483 'browser/quota/mock_quota_manager.h', |
483 'browser/quota/mock_quota_manager_proxy.cc', | 484 'browser/quota/mock_quota_manager_proxy.cc', |
484 'browser/quota/mock_quota_manager_proxy.h', | 485 'browser/quota/mock_quota_manager_proxy.h', |
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
962 '../gin/gin.gyp:gin', | 963 '../gin/gin.gyp:gin', |
963 ], | 964 ], |
964 }], | 965 }], |
965 ], | 966 ], |
966 }, | 967 }, |
967 { | 968 { |
968 # GN version: //content/test:content_unittests | 969 # GN version: //content/test:content_unittests |
969 'target_name': 'content_unittests', | 970 'target_name': 'content_unittests', |
970 'type': '<(gtest_target_type)', | 971 'type': '<(gtest_target_type)', |
971 'dependencies': [ | 972 'dependencies': [ |
| 973 'browser/notifications/notification_proto.gyp:notification_proto', |
972 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', | 974 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', |
973 'browser/speech/proto/speech_proto.gyp:speech_proto', | 975 'browser/speech/proto/speech_proto.gyp:speech_proto', |
974 'content.gyp:content_browser', | 976 'content.gyp:content_browser', |
975 'content.gyp:content_common', | 977 'content.gyp:content_common', |
976 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 978 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
977 'test_support_content', | 979 'test_support_content', |
978 '../base/base.gyp:test_support_base', | 980 '../base/base.gyp:test_support_base', |
979 '../crypto/crypto.gyp:crypto', | 981 '../crypto/crypto.gyp:crypto', |
980 '../device/battery/battery.gyp:device_battery', | 982 '../device/battery/battery.gyp:device_battery', |
981 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 983 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2154 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2156 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2155 }, | 2157 }, |
2156 ], | 2158 ], |
2157 }], | 2159 }], |
2158 ], | 2160 ], |
2159 }, | 2161 }, |
2160 ], | 2162 ], |
2161 }], | 2163 }], |
2162 ], | 2164 ], |
2163 } | 2165 } |
OLD | NEW |