| 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/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
| 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| (...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1122 "mediastream/MediaStreamSource.cpp", | 1122 "mediastream/MediaStreamSource.cpp", |
| 1123 "mediastream/MediaStreamSource.h", | 1123 "mediastream/MediaStreamSource.h", |
| 1124 "mediastream/MediaStreamWebAudioSource.cpp", | 1124 "mediastream/MediaStreamWebAudioSource.cpp", |
| 1125 "mediastream/MediaStreamWebAudioSource.h", | 1125 "mediastream/MediaStreamWebAudioSource.h", |
| 1126 "mhtml/ArchiveResource.cpp", | 1126 "mhtml/ArchiveResource.cpp", |
| 1127 "mhtml/MHTMLArchive.cpp", | 1127 "mhtml/MHTMLArchive.cpp", |
| 1128 "mhtml/MHTMLArchive.h", | 1128 "mhtml/MHTMLArchive.h", |
| 1129 "mhtml/MHTMLParser.cpp", | 1129 "mhtml/MHTMLParser.cpp", |
| 1130 "mhtml/MHTMLParser.h", | 1130 "mhtml/MHTMLParser.h", |
| 1131 "mojo/CommonCustomTypesStructTraits.cpp", | 1131 "mojo/CommonCustomTypesStructTraits.cpp", |
| 1132 "mojo/GeometryStructTraits.cpp", | |
| 1133 "mojo/MojoHelper.h", | 1132 "mojo/MojoHelper.h", |
| 1134 "network/ContentSecurityPolicyParsers.cpp", | 1133 "network/ContentSecurityPolicyParsers.cpp", |
| 1135 "network/ContentSecurityPolicyParsers.h", | 1134 "network/ContentSecurityPolicyParsers.h", |
| 1136 "network/ContentSecurityPolicyResponseHeaders.cpp", | 1135 "network/ContentSecurityPolicyResponseHeaders.cpp", |
| 1137 "network/ContentSecurityPolicyResponseHeaders.h", | 1136 "network/ContentSecurityPolicyResponseHeaders.h", |
| 1138 "network/EncodedFormData.cpp", | 1137 "network/EncodedFormData.cpp", |
| 1139 "network/EncodedFormData.h", | 1138 "network/EncodedFormData.h", |
| 1140 "network/FormDataEncoder.cpp", | 1139 "network/FormDataEncoder.cpp", |
| 1141 "network/FormDataEncoder.h", | 1140 "network/FormDataEncoder.h", |
| 1142 "network/HTTPHeaderMap.cpp", | 1141 "network/HTTPHeaderMap.cpp", |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1511 "clipboard/ClipboardUtilitiesPosix.cpp", | 1510 "clipboard/ClipboardUtilitiesPosix.cpp", |
| 1512 | 1511 |
| 1513 # Uses LocaleWin instead. | 1512 # Uses LocaleWin instead. |
| 1514 "text/LocaleICU.cpp", | 1513 "text/LocaleICU.cpp", |
| 1515 "text/LocaleICU.h", | 1514 "text/LocaleICU.h", |
| 1516 ] | 1515 ] |
| 1517 cflags = [ | 1516 cflags = [ |
| 1518 "/wd4334", # Result of 32-bit shift implicitly converted to 64 bits. | 1517 "/wd4334", # Result of 32-bit shift implicitly converted to 64 bits. |
| 1519 "/wd4724", # Modulo by 0. | 1518 "/wd4724", # Modulo by 0. |
| 1520 ] | 1519 ] |
| 1521 | |
| 1522 # crbug.com/654776: Suppress symbol import warnings. | |
| 1523 if (is_component_build) { | |
| 1524 ldflags = [ | |
| 1525 "/ignore:4217", | |
| 1526 "/ignore:4049", | |
| 1527 ] | |
| 1528 } | |
| 1529 } else { | 1520 } else { |
| 1530 sources -= [ | 1521 sources -= [ |
| 1531 "clipboard/ClipboardUtilitiesWin.cpp", | 1522 "clipboard/ClipboardUtilitiesWin.cpp", |
| 1532 "text/LocaleWin.cpp", | 1523 "text/LocaleWin.cpp", |
| 1533 ] | 1524 ] |
| 1534 } | 1525 } |
| 1535 | 1526 |
| 1536 if (is_android) { | 1527 if (is_android) { |
| 1537 # Add in some Linux files also shared with Android. | 1528 # Add in some Linux files also shared with Android. |
| 1538 set_sources_assignment_filter([]) | 1529 set_sources_assignment_filter([]) |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2086 "//third_party/WebKit/Source:config", | 2077 "//third_party/WebKit/Source:config", |
| 2087 "//third_party/WebKit/Source:inside_blink", | 2078 "//third_party/WebKit/Source:inside_blink", |
| 2088 ] | 2079 ] |
| 2089 | 2080 |
| 2090 deps = [ | 2081 deps = [ |
| 2091 ":test_support", | 2082 ":test_support", |
| 2092 "//testing/gmock", | 2083 "//testing/gmock", |
| 2093 "//testing/gtest", | 2084 "//testing/gtest", |
| 2094 ] | 2085 ] |
| 2095 } | 2086 } |
| OLD | NEW |