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

Side by Side Diff: gpu/gpu_config.gypi

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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 unified diff | Download patch
« no previous file with comments | « gpu/gpu.gyp ('k') | gpu/gpu_ipc_client.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../ui/gl/gl.gyp:gl', 9 '../ui/gl/gl.gyp:gl',
10 '../ui/gl/init/gl_init.gyp:gl_init',
10 ], 11 ],
11 'include_dirs': [ 12 'include_dirs': [
12 '..', 13 '..',
13 ], 14 ],
14 'sources': [ 15 'sources': [
15 'config/dx_diag_node.cc', 16 'config/dx_diag_node.cc',
16 'config/dx_diag_node.h', 17 'config/dx_diag_node.h',
17 'config/gpu_blacklist.cc', 18 'config/gpu_blacklist.cc',
18 'config/gpu_blacklist.h', 19 'config/gpu_blacklist.h',
19 'config/gpu_control_list.cc', 20 'config/gpu_control_list.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 ['OS=="linux" and use_x11==1', { 77 ['OS=="linux" and use_x11==1', {
77 'dependencies': [ 78 'dependencies': [
78 '../build/linux/system.gyp:x11', 79 '../build/linux/system.gyp:x11',
79 '../build/linux/system.gyp:xext', 80 '../build/linux/system.gyp:xext',
80 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', 81 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
81 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 82 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
82 ], 83 ],
83 }], 84 }],
84 ], 85 ],
85 } 86 }
OLDNEW
« no previous file with comments | « gpu/gpu.gyp ('k') | gpu/gpu_ipc_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698