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

Unified Diff: gpu/config/BUILD.gn

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/service/texture_definition.cc ('k') | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/BUILD.gn
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn
index 4d068ed0f005c06d2d3d981a1d164c8f56e66967..1d86e69cb8db3cdde735c48fdf0d7d0f6bd00e83 100644
--- a/gpu/config/BUILD.gn
+++ b/gpu/config/BUILD.gn
@@ -45,9 +45,6 @@ source_set("config") {
"software_rendering_list_json.cc",
]
- # TODO(jschuh): size_t to int.
- configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
-
defines = [ "GPU_IMPLEMENTATION" ]
deps = [
@@ -72,6 +69,9 @@ source_set("config") {
"//third_party/amd/amd_videocard_info_win.cc",
]
}
+
+ # TODO(jschuh): size_t to int.
+ cflags = [ "/wd4267" ]
}
if (use_libpci) {
defines += [ "USE_LIBPCI=1" ]
« no previous file with comments | « gpu/command_buffer/service/texture_definition.cc ('k') | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698