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

Side by Side Diff: content/content_gpu.gypi

Issue 6722026: Refactor: Move app/gfx/gl ==> ui/gfx/gl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try removing a dep. Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/common/sandbox_mac.mm ('k') | content/gpu/gpu_child_thread.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)', 7 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)',
8 }, # variables 8 }, # variables
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'content_gpu', 11 'target_name': 'content_gpu',
12 'type': '<(library)', 12 'type': '<(library)',
13 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A', 13 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A',
14 'dependencies': [ 14 'dependencies': [
15 'content_common', 15 'content_common',
16 '../app/app.gyp:app_base',
17 '../base/base.gyp:base', 16 '../base/base.gyp:base',
18 '../media/media.gyp:media', 17 '../media/media.gyp:media',
19 '../skia/skia.gyp:skia', 18 '../skia/skia.gyp:skia',
19 '../ui/gfx/gl/gl.gyp:gl',
20 ], 20 ],
21 'sources': [ 21 'sources': [
22 'gpu/content_gpu_client.h', 22 'gpu/content_gpu_client.h',
23 'gpu/gpu_channel.cc', 23 'gpu/gpu_channel.cc',
24 'gpu/gpu_channel.h', 24 'gpu/gpu_channel.h',
25 'gpu/gpu_command_buffer_stub.cc', 25 'gpu/gpu_command_buffer_stub.cc',
26 'gpu/gpu_command_buffer_stub.h', 26 'gpu/gpu_command_buffer_stub.h',
27 'gpu/gpu_config.h', 27 'gpu/gpu_config.h',
28 'gpu/gpu_dx_diagnostics_win.cc', 28 'gpu/gpu_dx_diagnostics_win.cc',
29 'gpu/gpu_info_collector_linux.cc', 29 'gpu/gpu_info_collector_linux.cc',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 }], 122 }],
123 ['enable_gpu==1', { 123 ['enable_gpu==1', {
124 'dependencies': [ 124 'dependencies': [
125 '../gpu/gpu.gyp:command_buffer_service', 125 '../gpu/gpu.gyp:command_buffer_service',
126 ], 126 ],
127 }], 127 }],
128 ], 128 ],
129 }, 129 },
130 ], 130 ],
131 } 131 }
OLDNEW
« no previous file with comments | « content/common/sandbox_mac.mm ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698