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

Side by Side Diff: third_party/mesa/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, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gpu/config/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 import("//build/config/ui.gni")
6
7 config("mesa_headers_config") {
jamesr 2014/05/31 00:44:52 can i get away with just a target? how do i fwd if
brettw 2014/05/31 04:11:28 You need the config to forward. You can get away w
8 include_dirs = [ "src/include" ]
9 if (use_x11) {
10 defines += [ "MESA_EGL_NO_X11_HEADERS" ]
tfarina 2014/05/31 23:24:17 Linux GN bot is complaining about this: ERROR at
11 }
12 }
13
14 source_set("mesa_headers") {
15 direct_dependent_configs = [ ":mesa_headers_config" ]
16 }
OLDNEW
« no previous file with comments | « gpu/config/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698