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

Unified Diff: ui/gfx/BUILD.gn

Issue 1110923003: Added switch to disable specified GL extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added gn rule and reinterpret cast for function pointers Created 5 years, 8 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
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 43a7d7aa360cd2fa0e61d42227c722f05986846c..ef148854e5f65a118b2df5d0f52b86743c5290f5 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -242,6 +242,7 @@ component("gfx") {
"//third_party/libpng",
"//third_party/zlib",
"//ui/gfx/geometry",
+ "//ui/gl",
]
public_deps = [
"//base",
@@ -394,6 +395,7 @@ source_set("test_support") {
test("gfx_unittests") {
sources = [
+ "//ui/gl/gl_api_unittest.cc",
no sievers 2015/05/01 21:55:00 nit: maybe we can also treat these ui/gl unittest
David Yen 2015/05/01 22:34:38 GN has much stricter gfx -> gl dependency rules so
"font_render_params_linux_unittest.cc",
"font_unittest.cc",
"image/image_family_unittest.cc",
@@ -473,6 +475,7 @@ test("gfx_unittests") {
"//testing/gtest",
"//ui/base",
"//ui/gfx/geometry",
+ "//ui/gl",
"//ui/resources:ui_test_pak",
]

Powered by Google App Engine
This is Rietveld 408576698