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

Side by Side Diff: gpu/gpu.gyp

Issue 7328011: Introduce ui.dll / libui.so for the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'all_dependent_settings': { 178 'all_dependent_settings': {
179 'include_dirs': [ 179 'include_dirs': [
180 '..', 180 '..',
181 ], 181 ],
182 }, 182 },
183 'dependencies': [ 183 'dependencies': [
184 'command_buffer_common', 184 'command_buffer_common',
185 '../base/base.gyp:base', 185 '../base/base.gyp:base',
186 '../ui/gfx/gl/gl.gyp:gl', 186 '../ui/gfx/gl/gl.gyp:gl',
187 '../ui/gfx/surface/surface.gyp:surface', 187 '../ui/gfx/surface/surface.gyp:surface',
188 '../ui/ui.gyp:ui_gfx', 188 '../ui/ui.gyp:ui',
189 '../third_party/angle/src/build_angle.gyp:translator_glsl', 189 '../third_party/angle/src/build_angle.gyp:translator_glsl',
190 ], 190 ],
191 'sources': [ 191 'sources': [
192 'command_buffer/service/buffer_manager.h', 192 'command_buffer/service/buffer_manager.h',
193 'command_buffer/service/buffer_manager.cc', 193 'command_buffer/service/buffer_manager.cc',
194 'command_buffer/service/framebuffer_manager.h', 194 'command_buffer/service/framebuffer_manager.h',
195 'command_buffer/service/framebuffer_manager.cc', 195 'command_buffer/service/framebuffer_manager.cc',
196 'command_buffer/service/cmd_buffer_engine.h', 196 'command_buffer/service/cmd_buffer_engine.h',
197 'command_buffer/service/cmd_parser.cc', 197 'command_buffer/service/cmd_parser.cc',
198 'command_buffer/service/cmd_parser.h', 198 'command_buffer/service/cmd_parser.h',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 }, 386 },
387 ], 387 ],
388 ], 388 ],
389 } 389 }
390 390
391 # Local Variables: 391 # Local Variables:
392 # tab-width:2 392 # tab-width:2
393 # indent-tabs-mode:nil 393 # indent-tabs-mode:nil
394 # End: 394 # End:
395 # vim: set expandtab tabstop=2 shiftwidth=2: 395 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698