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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 9150022: Revert r118525 / Re-land r118240 - the build failure was a flake. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/gpu.gyp ('k') | third_party/khronos/GLES2/gl2.h » ('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) 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:gpu_ipc', 14 '../gpu/gpu.gyp:gpu_ipc',
14 '../ipc/ipc.gyp:ipc', 15 '../ipc/ipc.gyp:ipc',
15 '../skia/skia.gyp:skia', 16 '../skia/skia.gyp:skia',
16 '../ui/gfx/surface/surface.gyp:surface', 17 '../ui/gfx/surface/surface.gyp:surface',
17 'ppapi.gyp:ppapi_c', 18 'ppapi.gyp:ppapi_c',
18 'ppapi_shared', 19 'ppapi_shared',
19 ], 20 ],
20 'all_dependent_settings': { 21 'all_dependent_settings': {
21 'include_dirs': [ 22 'include_dirs': [
22 '..', 23 '..',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'proxy/serialized_var.cc', 150 'proxy/serialized_var.cc',
150 'proxy/serialized_var.h', 151 'proxy/serialized_var.h',
151 'proxy/var_serialization_rules.h', 152 'proxy/var_serialization_rules.h',
152 ], 153 ],
153 'defines': [ 154 'defines': [
154 'PPAPI_PROXY_IMPLEMENTATION', 155 'PPAPI_PROXY_IMPLEMENTATION',
155 ], 156 ],
156 }, 157 },
157 ], 158 ],
158 } 159 }
OLDNEW
« no previous file with comments | « gpu/gpu.gyp ('k') | third_party/khronos/GLES2/gl2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698