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

Unified Diff: ui/gl/BUILD.gn

Issue 303273009: gn fixes for ui/gl and mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« third_party/mesa/BUILD.gn ('K') | « ui/gfx/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index d9382931427e0cdc70d0e75e50e62f2c95ea4fb8..a088c7ebfe7237537d97dd6b98bdb5f351fb31a9 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -117,16 +117,14 @@ component("gl") {
"//base",
"//base/third_party/dynamic_annotations",
"//gpu/command_buffer/common",
+ "//third_party/mesa:mesa_headers",
"//skia",
- # TODO(GYP) hook up once this is converted.
- # Also uncomment forward statement below.
- #"//third_party/mesa:mesa_headers",
"//ui/gfx",
"//ui/gfx/geometry",
]
# TODO(GYP) hook up once this is converted.
- #forward_dependent_configs_from = [ "//third_party/mesa:mesa_headers" ]
+ forward_dependent_configs_from = [ "//third_party/mesa:mesa_headers" ]
if (is_win || is_android || is_linux) {
sources += [
« third_party/mesa/BUILD.gn ('K') | « ui/gfx/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698