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

Side by Side Diff: gpu/gpu.gyp

Issue 6688007: Normalize the top-level ui/ module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chmod gfx_unittests Created 9 years, 9 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
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 'chromium_code': 1, 7 'chromium_code': 1,
8 # These are defined here because we need to build this library twice. Once 8 # These are defined here because we need to build this library twice. Once
9 # with extra parameter checking. Once with no parameter checking to be 100% 9 # with extra parameter checking. Once with no parameter checking to be 100%
10 # OpenGL ES 2.0 compliant for the conformance tests. 10 # OpenGL ES 2.0 compliant for the conformance tests.
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'all_dependent_settings': { 173 'all_dependent_settings': {
174 'include_dirs': [ 174 'include_dirs': [
175 '..', 175 '..',
176 ], 176 ],
177 }, 177 },
178 'dependencies': [ 178 'dependencies': [
179 'command_buffer_common', 179 'command_buffer_common',
180 'gpu_common', 180 'gpu_common',
181 '../app/app.gyp:app_base', 181 '../app/app.gyp:app_base',
182 '../base/base.gyp:base', 182 '../base/base.gyp:base',
183 '../ui/gfx/gfx.gyp:gfx', 183 '../ui/ui.gyp:ui_gfx',
184 '../third_party/angle/src/build_angle.gyp:translator_glsl', 184 '../third_party/angle/src/build_angle.gyp:translator_glsl',
185 ], 185 ],
186 'sources': [ 186 'sources': [
187 'command_buffer/service/buffer_manager.h', 187 'command_buffer/service/buffer_manager.h',
188 'command_buffer/service/buffer_manager.cc', 188 'command_buffer/service/buffer_manager.cc',
189 'command_buffer/service/framebuffer_manager.h', 189 'command_buffer/service/framebuffer_manager.h',
190 'command_buffer/service/framebuffer_manager.cc', 190 'command_buffer/service/framebuffer_manager.cc',
191 'command_buffer/service/cmd_buffer_engine.h', 191 'command_buffer/service/cmd_buffer_engine.h',
192 'command_buffer/service/cmd_parser.cc', 192 'command_buffer/service/cmd_parser.cc',
193 'command_buffer/service/cmd_parser.h', 193 'command_buffer/service/cmd_parser.h',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 }, 401 },
402 ], 402 ],
403 ], 403 ],
404 } 404 }
405 405
406 # Local Variables: 406 # Local Variables:
407 # tab-width:2 407 # tab-width:2
408 # indent-tabs-mode:nil 408 # indent-tabs-mode:nil
409 # End: 409 # End:
410 # vim: set expandtab tabstop=2 shiftwidth=2: 410 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | remoting/remoting.gyp » ('j') | ui/ui_gfx.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698