OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/libfuzzer/fuzzer_test.gni") | 7 import("//testing/libfuzzer/fuzzer_test.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
10 import("//third_party/WebKit/Source/config.gni") | 10 import("//third_party/WebKit/Source/config.gni") |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 "LengthFunctions.cpp", | 263 "LengthFunctions.cpp", |
264 "LengthFunctions.h", | 264 "LengthFunctions.h", |
265 "LengthPoint.h", | 265 "LengthPoint.h", |
266 "LengthSize.h", | 266 "LengthSize.h", |
267 "LifecycleNotifier.h", | 267 "LifecycleNotifier.h", |
268 "LifecycleObserver.h", | 268 "LifecycleObserver.h", |
269 "LinkHash.cpp", | 269 "LinkHash.cpp", |
270 "LinkHash.h", | 270 "LinkHash.h", |
271 "MIMETypeFromURL.cpp", | 271 "MIMETypeFromURL.cpp", |
272 "MIMETypeFromURL.h", | 272 "MIMETypeFromURL.h", |
273 "MIMETypeRegistry.cpp", | |
274 "MIMETypeRegistry.h", | 273 "MIMETypeRegistry.h", |
275 "MemoryCoordinator.cpp", | 274 "MemoryCoordinator.cpp", |
276 "MemoryCoordinator.h", | 275 "MemoryCoordinator.h", |
277 "PODArena.h", | 276 "PODArena.h", |
278 "PODFreeListArena.h", | 277 "PODFreeListArena.h", |
279 "PODInterval.h", | 278 "PODInterval.h", |
280 "PODIntervalTree.h", | 279 "PODIntervalTree.h", |
281 "PODRedBlackTree.h", | 280 "PODRedBlackTree.h", |
282 "PartitionAllocMemoryDumpProvider.cpp", | 281 "PartitionAllocMemoryDumpProvider.cpp", |
283 "PartitionAllocMemoryDumpProvider.h", | 282 "PartitionAllocMemoryDumpProvider.h", |
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1105 "network/ResourceRequest.cpp", | 1104 "network/ResourceRequest.cpp", |
1106 "network/ResourceRequest.h", | 1105 "network/ResourceRequest.h", |
1107 "network/ResourceResponse.cpp", | 1106 "network/ResourceResponse.cpp", |
1108 "network/ResourceResponse.h", | 1107 "network/ResourceResponse.h", |
1109 "network/ResourceTimingInfo.cpp", | 1108 "network/ResourceTimingInfo.cpp", |
1110 "network/ResourceTimingInfo.h", | 1109 "network/ResourceTimingInfo.h", |
1111 "network/WebSocketHandshakeRequest.cpp", | 1110 "network/WebSocketHandshakeRequest.cpp", |
1112 "network/WebSocketHandshakeRequest.h", | 1111 "network/WebSocketHandshakeRequest.h", |
1113 "network/WebSocketHandshakeResponse.cpp", | 1112 "network/WebSocketHandshakeResponse.cpp", |
1114 "network/WebSocketHandshakeResponse.h", | 1113 "network/WebSocketHandshakeResponse.h", |
| 1114 "network/mime/MIMETypeRegistry.cpp", |
1115 "peerconnection/RTCAnswerOptionsPlatform.h", | 1115 "peerconnection/RTCAnswerOptionsPlatform.h", |
1116 "peerconnection/RTCOfferOptionsPlatform.h", | 1116 "peerconnection/RTCOfferOptionsPlatform.h", |
1117 "peerconnection/RTCSessionDescriptionRequest.h", | 1117 "peerconnection/RTCSessionDescriptionRequest.h", |
1118 "peerconnection/RTCStatsRequest.h", | 1118 "peerconnection/RTCStatsRequest.h", |
1119 "peerconnection/RTCStatsResponseBase.h", | 1119 "peerconnection/RTCStatsResponseBase.h", |
1120 "peerconnection/RTCVoidRequest.h", | 1120 "peerconnection/RTCVoidRequest.h", |
1121 "plugins/PluginData.cpp", | 1121 "plugins/PluginData.cpp", |
1122 "plugins/PluginData.h", | 1122 "plugins/PluginData.h", |
1123 "plugins/PluginListBuilder.cpp", | 1123 "plugins/PluginListBuilder.cpp", |
1124 "plugins/PluginListBuilder.h", | 1124 "plugins/PluginListBuilder.h", |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1381 ] | 1381 ] |
1382 | 1382 |
1383 public_deps = [ | 1383 public_deps = [ |
1384 ":make_platform_generated", | 1384 ":make_platform_generated", |
1385 "//base", | 1385 "//base", |
1386 "//cc", | 1386 "//cc", |
1387 "//gpu/command_buffer/client:client", | 1387 "//gpu/command_buffer/client:client", |
1388 "//gpu/command_buffer/client:gles2_c_lib", | 1388 "//gpu/command_buffer/client:gles2_c_lib", |
1389 "//gpu/command_buffer/client:gles2_interface", | 1389 "//gpu/command_buffer/client:gles2_interface", |
1390 "//gpu/command_buffer/common:common", | 1390 "//gpu/command_buffer/common:common", |
| 1391 "//media", |
1391 "//net", | 1392 "//net", |
1392 "//skia", | 1393 "//skia", |
1393 "//third_party:jpeg", | 1394 "//third_party:jpeg", |
1394 "//third_party/WebKit/Source/wtf", | 1395 "//third_party/WebKit/Source/wtf", |
1395 "//third_party/WebKit/public:mojo_bindings_blink", | 1396 "//third_party/WebKit/public:mojo_bindings_blink", |
1396 "//third_party/iccjpeg", | 1397 "//third_party/iccjpeg", |
1397 "//third_party/libpng", | 1398 "//third_party/libpng", |
1398 "//third_party/libwebp", | 1399 "//third_party/libwebp", |
1399 "//third_party/ots", | 1400 "//third_party/ots", |
1400 "//third_party/qcms", | 1401 "//third_party/qcms", |
1401 "//url", | 1402 "//url", |
1402 "//v8", | 1403 "//v8", |
1403 ] | 1404 ] |
1404 deps = [ | 1405 deps = [ |
1405 ":blink_common", | 1406 ":blink_common", |
1406 "//components/link_header_util:link_header_util", | 1407 "//components/link_header_util:link_header_util", |
1407 "//components/mime_util:mime_util", | 1408 "//components/mime_util:mime_util", |
1408 "//mojo/public/cpp/bindings", | 1409 "//mojo/public/cpp/bindings", |
1409 "//mojo/public/cpp/bindings:wtf_support", | 1410 "//mojo/public/cpp/bindings:wtf_support", |
1410 "//third_party/WebKit/Source/platform/heap", | 1411 "//third_party/WebKit/Source/platform/heap", |
| 1412 "//third_party/WebKit/public:mojo_bindings_blink", |
1411 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", | 1413 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", |
1412 "//third_party/ced", | 1414 "//third_party/ced", |
1413 "//third_party/harfbuzz-ng", | 1415 "//third_party/harfbuzz-ng", |
1414 "//third_party/icu", | 1416 "//third_party/icu", |
1415 "//ui/gfx", | 1417 "//ui/gfx", |
1416 "//ui/gfx/geometry", | 1418 "//ui/gfx/geometry", |
1417 ] | 1419 ] |
1418 | 1420 |
1419 if (is_mac) { | 1421 if (is_mac) { |
1420 sources -= [ | 1422 sources -= [ |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1519 configs -= [ "//build/config/compiler:default_symbols" ] | 1521 configs -= [ "//build/config/compiler:default_symbols" ] |
1520 configs += [ "//build/config/compiler:no_symbols" ] | 1522 configs += [ "//build/config/compiler:no_symbols" ] |
1521 } | 1523 } |
1522 } | 1524 } |
1523 | 1525 |
1524 static_library("test_support") { | 1526 static_library("test_support") { |
1525 visibility += [ "//third_party/WebKit/*" ] | 1527 visibility += [ "//third_party/WebKit/*" ] |
1526 testonly = true | 1528 testonly = true |
1527 | 1529 |
1528 sources = [ | 1530 sources = [ |
| 1531 "network/mime/MockMimeRegistry.h", |
1529 "scheduler/base/task_queue_manager_delegate_for_test.cc", | 1532 "scheduler/base/task_queue_manager_delegate_for_test.cc", |
1530 "scheduler/base/test_time_source.cc", | 1533 "scheduler/base/test_time_source.cc", |
1531 "scheduler/child/scheduler_tqm_delegate_for_test.cc", | 1534 "scheduler/child/scheduler_tqm_delegate_for_test.cc", |
1532 "scheduler/test/fake_renderer_scheduler.cc", | 1535 "scheduler/test/fake_renderer_scheduler.cc", |
1533 "scheduler/test/fake_web_task_runner.cc", | 1536 "scheduler/test/fake_web_task_runner.cc", |
1534 "scheduler/test/fake_web_task_runner.h", | 1537 "scheduler/test/fake_web_task_runner.h", |
1535 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc", | 1538 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc", |
1536 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h", | 1539 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h", |
1537 "scheduler/test/renderer_scheduler_test_support.cc", | 1540 "scheduler/test/renderer_scheduler_test_support.cc", |
1538 "scroll/ScrollbarTestSuite.h", | 1541 "scroll/ScrollbarTestSuite.h", |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1699 "mac/VersionUtilMacTest.mm", | 1702 "mac/VersionUtilMacTest.mm", |
1700 "mojo/CommonCustomTypesStructTraitsTest.cpp", | 1703 "mojo/CommonCustomTypesStructTraitsTest.cpp", |
1701 "mojo/GeometryStructTraitsTest.cpp", | 1704 "mojo/GeometryStructTraitsTest.cpp", |
1702 "mojo/KURLSecurityOriginTest.cpp", | 1705 "mojo/KURLSecurityOriginTest.cpp", |
1703 "network/EncodedFormDataTest.cpp", | 1706 "network/EncodedFormDataTest.cpp", |
1704 "network/HTTPParsersTest.cpp", | 1707 "network/HTTPParsersTest.cpp", |
1705 "network/LinkHeaderTest.cpp", | 1708 "network/LinkHeaderTest.cpp", |
1706 "network/NetworkUtilsTest.cpp", | 1709 "network/NetworkUtilsTest.cpp", |
1707 "network/ResourceRequestTest.cpp", | 1710 "network/ResourceRequestTest.cpp", |
1708 "network/ResourceResponseTest.cpp", | 1711 "network/ResourceResponseTest.cpp", |
| 1712 "network/mime/MIMETypeRegistryTest.cpp", |
1709 "scheduler/CancellableTaskFactoryTest.cpp", | 1713 "scheduler/CancellableTaskFactoryTest.cpp", |
1710 "scheduler/base/intrusive_heap_unittest.cc", | 1714 "scheduler/base/intrusive_heap_unittest.cc", |
1711 "scheduler/base/queueing_time_estimator_unittest.cc", | 1715 "scheduler/base/queueing_time_estimator_unittest.cc", |
1712 "scheduler/base/task_queue_manager_unittest.cc", | 1716 "scheduler/base/task_queue_manager_unittest.cc", |
1713 "scheduler/base/task_queue_selector_unittest.cc", | 1717 "scheduler/base/task_queue_selector_unittest.cc", |
1714 "scheduler/base/test_count_uses_time_source.cc", | 1718 "scheduler/base/test_count_uses_time_source.cc", |
1715 "scheduler/base/thread_load_tracker_unittest.cc", | 1719 "scheduler/base/thread_load_tracker_unittest.cc", |
1716 "scheduler/base/time_domain_unittest.cc", | 1720 "scheduler/base/time_domain_unittest.cc", |
1717 "scheduler/base/work_queue_sets_unittest.cc", | 1721 "scheduler/base/work_queue_sets_unittest.cc", |
1718 "scheduler/base/work_queue_unittest.cc", | 1722 "scheduler/base/work_queue_unittest.cc", |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1988 "//third_party/WebKit/Source:inside_blink", | 1992 "//third_party/WebKit/Source:inside_blink", |
1989 ] | 1993 ] |
1990 | 1994 |
1991 deps = [ | 1995 deps = [ |
1992 ":test_support", | 1996 ":test_support", |
1993 "//cc/surfaces:surface_id", | 1997 "//cc/surfaces:surface_id", |
1994 "//testing/gmock", | 1998 "//testing/gmock", |
1995 "//testing/gtest", | 1999 "//testing/gtest", |
1996 ] | 2000 ] |
1997 } | 2001 } |
OLD | NEW |