Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2574593003: Fix Windows build warning LNK4217 for blink_platform.dll. (Closed)
Patch Set: Do not export geometry struct traits from blink_platform.dll Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 "mediastream/MediaStreamSource.cpp", 1110 "mediastream/MediaStreamSource.cpp",
1111 "mediastream/MediaStreamSource.h", 1111 "mediastream/MediaStreamSource.h",
1112 "mediastream/MediaStreamWebAudioSource.cpp", 1112 "mediastream/MediaStreamWebAudioSource.cpp",
1113 "mediastream/MediaStreamWebAudioSource.h", 1113 "mediastream/MediaStreamWebAudioSource.h",
1114 "mhtml/ArchiveResource.cpp", 1114 "mhtml/ArchiveResource.cpp",
1115 "mhtml/MHTMLArchive.cpp", 1115 "mhtml/MHTMLArchive.cpp",
1116 "mhtml/MHTMLArchive.h", 1116 "mhtml/MHTMLArchive.h",
1117 "mhtml/MHTMLParser.cpp", 1117 "mhtml/MHTMLParser.cpp",
1118 "mhtml/MHTMLParser.h", 1118 "mhtml/MHTMLParser.h",
1119 "mojo/CommonCustomTypesStructTraits.cpp", 1119 "mojo/CommonCustomTypesStructTraits.cpp",
1120 "mojo/GeometryStructTraits.cpp",
1121 "mojo/MojoHelper.h", 1120 "mojo/MojoHelper.h",
1122 "network/ContentSecurityPolicyParsers.cpp", 1121 "network/ContentSecurityPolicyParsers.cpp",
1123 "network/ContentSecurityPolicyParsers.h", 1122 "network/ContentSecurityPolicyParsers.h",
1124 "network/ContentSecurityPolicyResponseHeaders.cpp", 1123 "network/ContentSecurityPolicyResponseHeaders.cpp",
1125 "network/ContentSecurityPolicyResponseHeaders.h", 1124 "network/ContentSecurityPolicyResponseHeaders.h",
1126 "network/EncodedFormData.cpp", 1125 "network/EncodedFormData.cpp",
1127 "network/EncodedFormData.h", 1126 "network/EncodedFormData.h",
1128 "network/FormDataEncoder.cpp", 1127 "network/FormDataEncoder.cpp",
1129 "network/FormDataEncoder.h", 1128 "network/FormDataEncoder.h",
1130 "network/HTTPHeaderMap.cpp", 1129 "network/HTTPHeaderMap.cpp",
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
2069 "//third_party/WebKit/Source:inside_blink", 2068 "//third_party/WebKit/Source:inside_blink",
2070 ] 2069 ]
2071 2070
2072 deps = [ 2071 deps = [
2073 ":test_support", 2072 ":test_support",
2074 "//cc/surfaces:surface_id", 2073 "//cc/surfaces:surface_id",
2075 "//testing/gmock", 2074 "//testing/gmock",
2076 "//testing/gtest", 2075 "//testing/gtest",
2077 ] 2076 ]
2078 } 2077 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/mojo/BUILD.gn » ('j') | third_party/WebKit/Source/platform/mojo/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698