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

Side by Side Diff: ppapi/ppapi_internal.gyp

Issue 2067233002: Revert of Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « ppapi/native_client/native_client.gyp ('k') | ppapi/ppapi_proxy_nacl.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 'variables': { 6 'variables': {
7 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'ppapi_proxy_target': 1, 104 'ppapi_proxy_target': 1,
105 }, 105 },
106 'dependencies': [ 106 'dependencies': [
107 '../base/base.gyp:base', 107 '../base/base.gyp:base',
108 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 108 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
109 '../gin/gin.gyp:gin', 109 '../gin/gin.gyp:gin',
110 '../gpu/gpu.gyp:gles2_implementation', 110 '../gpu/gpu.gyp:gles2_implementation',
111 '../gpu/gpu.gyp:command_buffer_traits', 111 '../gpu/gpu.gyp:command_buffer_traits',
112 '../media/media.gyp:shared_memory_support', 112 '../media/media.gyp:shared_memory_support',
113 '../ipc/ipc.gyp:ipc', 113 '../ipc/ipc.gyp:ipc',
114 '../mojo/mojo_edk.gyp:mojo_system_impl',
115 '../skia/skia.gyp:skia', 114 '../skia/skia.gyp:skia',
116 '../third_party/icu/icu.gyp:icuuc', 115 '../third_party/icu/icu.gyp:icuuc',
117 '../third_party/icu/icu.gyp:icui18n', 116 '../third_party/icu/icu.gyp:icui18n',
118 '../ui/surface/surface.gyp:surface', 117 '../ui/surface/surface.gyp:surface',
119 'ppapi.gyp:ppapi_c', 118 'ppapi.gyp:ppapi_c',
120 'ppapi_shared', 119 'ppapi_shared',
121 'ppapi_ipc', 120 'ppapi_ipc',
122 ], 121 ],
123 'all_dependent_settings': { 122 'all_dependent_settings': {
124 'include_dirs': [ 123 'include_dirs': [
(...skipping 27 matching lines...) Expand all
152 'ppapi_ipc_target': 1, 151 'ppapi_ipc_target': 1,
153 'ppapi_proxy_target': 1, 152 'ppapi_proxy_target': 1,
154 }, 153 },
155 'dependencies': [ 154 'dependencies': [
156 '../base/base.gyp:base', 155 '../base/base.gyp:base',
157 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 156 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
158 '../gin/gin.gyp:gin', 157 '../gin/gin.gyp:gin',
159 '../gpu/gpu.gyp:gles2_implementation', 158 '../gpu/gpu.gyp:gles2_implementation',
160 '../gpu/gpu.gyp:command_buffer_traits', 159 '../gpu/gpu.gyp:command_buffer_traits',
161 '../media/media.gyp:shared_memory_support', 160 '../media/media.gyp:shared_memory_support',
162 '../mojo/mojo_edk.gyp:mojo_system_impl',
163 '../ipc/ipc.gyp:ipc', 161 '../ipc/ipc.gyp:ipc',
164 '../skia/skia.gyp:skia', 162 '../skia/skia.gyp:skia',
165 '../third_party/icu/icu.gyp:icuuc', 163 '../third_party/icu/icu.gyp:icuuc',
166 '../third_party/icu/icu.gyp:icui18n', 164 '../third_party/icu/icu.gyp:icui18n',
167 '../ui/surface/surface.gyp:surface', 165 '../ui/surface/surface.gyp:surface',
168 'ppapi.gyp:ppapi_c', 166 'ppapi.gyp:ppapi_c',
169 'ppapi_shared', 167 'ppapi_shared',
170 ], 168 ],
171 'all_dependent_settings': { 169 'all_dependent_settings': {
172 'include_dirs': [ 170 'include_dirs': [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 }, 257 },
260 'configurations': { 258 'configurations': {
261 'Common_Base': { 259 'Common_Base': {
262 'msvs_target_platform': 'x64', 260 'msvs_target_platform': 'x64',
263 }, 261 },
264 }, 262 },
265 }], 263 }],
266 }], 264 }],
267 ], 265 ],
268 } 266 }
OLDNEW
« no previous file with comments | « ppapi/native_client/native_client.gyp ('k') | ppapi/ppapi_proxy_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698