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 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1069 "mediastream/MediaStreamSource.cpp", | 1069 "mediastream/MediaStreamSource.cpp", |
1070 "mediastream/MediaStreamSource.h", | 1070 "mediastream/MediaStreamSource.h", |
1071 "mediastream/MediaStreamTrackSourcesRequest.h", | 1071 "mediastream/MediaStreamTrackSourcesRequest.h", |
1072 "mediastream/MediaStreamWebAudioSource.cpp", | 1072 "mediastream/MediaStreamWebAudioSource.cpp", |
1073 "mediastream/MediaStreamWebAudioSource.h", | 1073 "mediastream/MediaStreamWebAudioSource.h", |
1074 "mhtml/ArchiveResource.cpp", | 1074 "mhtml/ArchiveResource.cpp", |
1075 "mhtml/MHTMLArchive.cpp", | 1075 "mhtml/MHTMLArchive.cpp", |
1076 "mhtml/MHTMLArchive.h", | 1076 "mhtml/MHTMLArchive.h", |
1077 "mhtml/MHTMLParser.cpp", | 1077 "mhtml/MHTMLParser.cpp", |
1078 "mhtml/MHTMLParser.h", | 1078 "mhtml/MHTMLParser.h", |
| 1079 "mime/WebMimeRegistryImpl.cpp", |
| 1080 "mime/WebMimeRegistryImpl.h", |
1079 "mojo/CommonCustomTypesStructTraits.cpp", | 1081 "mojo/CommonCustomTypesStructTraits.cpp", |
1080 "mojo/GeometryStructTraits.cpp", | 1082 "mojo/GeometryStructTraits.cpp", |
1081 "mojo/MojoHelper.h", | 1083 "mojo/MojoHelper.h", |
1082 "network/ContentSecurityPolicyParsers.cpp", | 1084 "network/ContentSecurityPolicyParsers.cpp", |
1083 "network/ContentSecurityPolicyParsers.h", | 1085 "network/ContentSecurityPolicyParsers.h", |
1084 "network/ContentSecurityPolicyResponseHeaders.cpp", | 1086 "network/ContentSecurityPolicyResponseHeaders.cpp", |
1085 "network/ContentSecurityPolicyResponseHeaders.h", | 1087 "network/ContentSecurityPolicyResponseHeaders.h", |
1086 "network/EncodedFormData.cpp", | 1088 "network/EncodedFormData.cpp", |
1087 "network/EncodedFormData.h", | 1089 "network/EncodedFormData.h", |
1088 "network/FormDataEncoder.cpp", | 1090 "network/FormDataEncoder.cpp", |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1384 ] | 1386 ] |
1385 | 1387 |
1386 public_deps = [ | 1388 public_deps = [ |
1387 ":make_platform_generated", | 1389 ":make_platform_generated", |
1388 "//base", | 1390 "//base", |
1389 "//cc", | 1391 "//cc", |
1390 "//gpu/command_buffer/client:client", | 1392 "//gpu/command_buffer/client:client", |
1391 "//gpu/command_buffer/client:gles2_c_lib", | 1393 "//gpu/command_buffer/client:gles2_c_lib", |
1392 "//gpu/command_buffer/client:gles2_interface", | 1394 "//gpu/command_buffer/client:gles2_interface", |
1393 "//gpu/command_buffer/common:common", | 1395 "//gpu/command_buffer/common:common", |
| 1396 "//media", |
1394 "//net", | 1397 "//net", |
1395 "//skia", | 1398 "//skia", |
1396 "//third_party:jpeg", | 1399 "//third_party:jpeg", |
1397 "//third_party/WebKit/Source/wtf", | 1400 "//third_party/WebKit/Source/wtf", |
1398 "//third_party/WebKit/public:mojo_bindings_blink", | 1401 "//third_party/WebKit/public:mojo_bindings_blink", |
1399 "//third_party/iccjpeg", | 1402 "//third_party/iccjpeg", |
1400 "//third_party/libpng", | 1403 "//third_party/libpng", |
1401 "//third_party/libwebp", | 1404 "//third_party/libwebp", |
1402 "//third_party/ots", | 1405 "//third_party/ots", |
1403 "//third_party/qcms", | 1406 "//third_party/qcms", |
1404 "//url", | 1407 "//url", |
1405 "//v8", | 1408 "//v8", |
1406 ] | 1409 ] |
1407 deps = [ | 1410 deps = [ |
1408 ":blink_common", | 1411 ":blink_common", |
1409 "//components/link_header_util:link_header_util", | 1412 "//components/link_header_util:link_header_util", |
1410 "//components/mime_util:mime_util", | 1413 "//components/mime_util:mime_util", |
1411 "//mojo/public/cpp/bindings", | 1414 "//mojo/public/cpp/bindings", |
1412 "//mojo/public/cpp/bindings:wtf_support", | 1415 "//mojo/public/cpp/bindings:wtf_support", |
1413 "//third_party/WebKit/Source/platform/heap", | 1416 "//third_party/WebKit/Source/platform/heap", |
| 1417 "//third_party/WebKit/public:mojo_bindings_blink", |
1414 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", | 1418 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", |
1415 "//third_party/ced", | 1419 "//third_party/ced", |
1416 "//third_party/harfbuzz-ng", | 1420 "//third_party/harfbuzz-ng", |
1417 "//third_party/icu", | 1421 "//third_party/icu", |
1418 "//ui/gfx", | 1422 "//ui/gfx", |
1419 "//ui/gfx/geometry", | 1423 "//ui/gfx/geometry", |
1420 ] | 1424 ] |
1421 | 1425 |
1422 if (is_mac) { | 1426 if (is_mac) { |
1423 sources -= [ | 1427 sources -= [ |
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1978 "//third_party/WebKit/Source:inside_blink", | 1982 "//third_party/WebKit/Source:inside_blink", |
1979 ] | 1983 ] |
1980 | 1984 |
1981 deps = [ | 1985 deps = [ |
1982 ":test_support", | 1986 ":test_support", |
1983 "//cc/surfaces:surface_id", | 1987 "//cc/surfaces:surface_id", |
1984 "//testing/gmock", | 1988 "//testing/gmock", |
1985 "//testing/gtest", | 1989 "//testing/gtest", |
1986 ] | 1990 ] |
1987 } | 1991 } |
OLD | NEW |