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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 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
« no previous file with comments | « device/bluetooth/bluetooth.gyp ('k') | gpu/gles2_conform_support/gles2_conform_support.gyp » ('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 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'all_dependent_settings': { 9 'all_dependent_settings': {
10 'include_dirs': [ 10 'include_dirs': [
11 '..', 11 '..',
12 ], 12 ],
13 }, 13 },
14 'dependencies': [ 14 'dependencies': [
15 '../third_party/re2/re2.gyp:re2',
16 '../base/base.gyp:base', 15 '../base/base.gyp:base',
17 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
18 '../crypto/crypto.gyp:crypto', 17 '../crypto/crypto.gyp:crypto',
18 '../third_party/khronos/khronos.gyp:khronos_headers',
19 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
20 '../third_party/re2/re2.gyp:re2',
21 '../third_party/smhasher/smhasher.gyp:cityhash',
22 '../ui/base/ui_base.gyp:ui_base',
19 '../ui/gfx/gfx.gyp:gfx', 23 '../ui/gfx/gfx.gyp:gfx',
20 '../ui/gfx/gfx.gyp:gfx_geometry', 24 '../ui/gfx/gfx.gyp:gfx_geometry',
21 '../ui/gl/gl.gyp:gl', 25 '../ui/gl/gl.gyp:gl',
22 '../ui/ui.gyp:ui',
23 '<(angle_path)/src/build_angle.gyp:translator', 26 '<(angle_path)/src/build_angle.gyp:translator',
24 '../third_party/khronos/khronos.gyp:khronos_headers',
25 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
26 '../third_party/smhasher/smhasher.gyp:cityhash',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'command_buffer/service/async_pixel_transfer_delegate.cc', 29 'command_buffer/service/async_pixel_transfer_delegate.cc',
30 'command_buffer/service/async_pixel_transfer_delegate.h', 30 'command_buffer/service/async_pixel_transfer_delegate.h',
31 'command_buffer/service/async_pixel_transfer_manager_android.cc', 31 'command_buffer/service/async_pixel_transfer_manager_android.cc',
32 'command_buffer/service/async_pixel_transfer_manager_idle.cc', 32 'command_buffer/service/async_pixel_transfer_manager_idle.cc',
33 'command_buffer/service/async_pixel_transfer_manager_idle.h', 33 'command_buffer/service/async_pixel_transfer_manager_idle.h',
34 'command_buffer/service/async_pixel_transfer_manager_linux.cc', 34 'command_buffer/service/async_pixel_transfer_manager_linux.cc',
35 'command_buffer/service/async_pixel_transfer_manager_mac.cc', 35 'command_buffer/service/async_pixel_transfer_manager_mac.cc',
36 'command_buffer/service/async_pixel_transfer_manager_share_group.cc', 36 'command_buffer/service/async_pixel_transfer_manager_share_group.cc',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 }], 148 }],
149 ['OS=="android"', { 149 ['OS=="android"', {
150 'configurations': { 150 'configurations': {
151 'Release': { 151 'Release': {
152 'cflags': ['-O2'] 152 'cflags': ['-O2']
153 } 153 }
154 } 154 }
155 }] 155 }]
156 ], 156 ],
157 } 157 }
OLDNEW
« no previous file with comments | « device/bluetooth/bluetooth.gyp ('k') | gpu/gles2_conform_support/gles2_conform_support.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698