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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 10351002: ui: Move surface/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gpu DEPS Created 8 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer_service.gypi ('k') | ppapi/ppapi_shared.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_proxy', 8 'target_name': 'ppapi_proxy',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
11 '../base/base.gyp:base', 11 '../base/base.gyp:base',
12 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 12 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
13 '../gpu/gpu.gyp:gles2_implementation', 13 '../gpu/gpu.gyp:gles2_implementation',
14 '../gpu/gpu.gyp:gpu_ipc', 14 '../gpu/gpu.gyp:gpu_ipc',
15 '../ipc/ipc.gyp:ipc', 15 '../ipc/ipc.gyp:ipc',
16 '../skia/skia.gyp:skia', 16 '../skia/skia.gyp:skia',
17 '../ui/gfx/surface/surface.gyp:surface', 17 '../ui/surface/surface.gyp:surface',
18 'ppapi.gyp:ppapi_c', 18 'ppapi.gyp:ppapi_c',
19 'ppapi_shared', 19 'ppapi_shared',
20 ], 20 ],
21 'all_dependent_settings': { 21 'all_dependent_settings': {
22 'include_dirs': [ 22 'include_dirs': [
23 '..', 23 '..',
24 ], 24 ],
25 }, 25 },
26 'include_dirs': [ 26 'include_dirs': [
27 '..', 27 '..',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'proxy/serialized_var.cc', 169 'proxy/serialized_var.cc',
170 'proxy/serialized_var.h', 170 'proxy/serialized_var.h',
171 'proxy/var_serialization_rules.h', 171 'proxy/var_serialization_rules.h',
172 ], 172 ],
173 'defines': [ 173 'defines': [
174 'PPAPI_PROXY_IMPLEMENTATION', 174 'PPAPI_PROXY_IMPLEMENTATION',
175 ], 175 ],
176 }, 176 },
177 ], 177 ],
178 } 178 }
OLDNEW
« no previous file with comments | « gpu/command_buffer_service.gypi ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698