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

Side by Side Diff: gpu/tools/tools.gyp

Issue 2310613002: Inline GPU and opus GYP files into GN build. (Closed)
Patch Set: merge Created 4 years, 3 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
« no previous file with comments | « gpu/skia_bindings/skia_bindings.gyp ('k') | third_party/opus/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 (c) 2012 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 {
6 'variables': {
7 'chromium_code': 1,
8 },
9 'targets': [
10 ],
11 'conditions': [
12 ['OS == "linux" and target_arch != "arm" and use_x11==1', {
13 'targets': [
14 {
15 # GN version: //gpu/tools/compositor_model_bench
16 'target_name': 'compositor_model_bench',
17 'type': 'executable',
18 'dependencies': [
19 '../../base/base.gyp:base',
20 '../../build/linux/system.gyp:x11',
21 '../../ui/gl/gl.gyp:gl',
22 '../../ui/gl/init/gl_init.gyp:gl_init',
23 ],
24 'libraries': [
25 '-lGL',
26 '-ldl',
27 ],
28 'sources': [
29 'compositor_model_bench/compositor_model_bench.cc',
30 'compositor_model_bench/forward_render_model.cc',
31 'compositor_model_bench/render_model_utils.cc',
32 'compositor_model_bench/render_models.cc',
33 'compositor_model_bench/render_tree.cc',
34 'compositor_model_bench/shaders.cc',
35 ],
36 },
37 ],
38 }],
39 ],
40 }
OLDNEW
« no previous file with comments | « gpu/skia_bindings/skia_bindings.gyp ('k') | third_party/opus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698