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

Side by Side Diff: ppapi/ppapi_internal.gyp

Issue 2033243003: Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp 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',
114 '../skia/skia.gyp:skia', 115 '../skia/skia.gyp:skia',
115 '../third_party/icu/icu.gyp:icuuc', 116 '../third_party/icu/icu.gyp:icuuc',
116 '../third_party/icu/icu.gyp:icui18n', 117 '../third_party/icu/icu.gyp:icui18n',
117 '../ui/surface/surface.gyp:surface', 118 '../ui/surface/surface.gyp:surface',
118 'ppapi.gyp:ppapi_c', 119 'ppapi.gyp:ppapi_c',
119 'ppapi_shared', 120 'ppapi_shared',
120 'ppapi_ipc', 121 'ppapi_ipc',
121 ], 122 ],
122 'all_dependent_settings': { 123 'all_dependent_settings': {
123 'include_dirs': [ 124 'include_dirs': [
(...skipping 27 matching lines...) Expand all
151 'ppapi_ipc_target': 1, 152 'ppapi_ipc_target': 1,
152 'ppapi_proxy_target': 1, 153 'ppapi_proxy_target': 1,
153 }, 154 },
154 'dependencies': [ 155 'dependencies': [
155 '../base/base.gyp:base', 156 '../base/base.gyp:base',
156 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 157 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
157 '../gin/gin.gyp:gin', 158 '../gin/gin.gyp:gin',
158 '../gpu/gpu.gyp:gles2_implementation', 159 '../gpu/gpu.gyp:gles2_implementation',
159 '../gpu/gpu.gyp:command_buffer_traits', 160 '../gpu/gpu.gyp:command_buffer_traits',
160 '../media/media.gyp:shared_memory_support', 161 '../media/media.gyp:shared_memory_support',
162 '../mojo/mojo_edk.gyp:mojo_system_impl',
161 '../ipc/ipc.gyp:ipc', 163 '../ipc/ipc.gyp:ipc',
162 '../skia/skia.gyp:skia', 164 '../skia/skia.gyp:skia',
163 '../third_party/icu/icu.gyp:icuuc', 165 '../third_party/icu/icu.gyp:icuuc',
164 '../third_party/icu/icu.gyp:icui18n', 166 '../third_party/icu/icu.gyp:icui18n',
165 '../ui/surface/surface.gyp:surface', 167 '../ui/surface/surface.gyp:surface',
166 'ppapi.gyp:ppapi_c', 168 'ppapi.gyp:ppapi_c',
167 'ppapi_shared', 169 'ppapi_shared',
168 ], 170 ],
169 'all_dependent_settings': { 171 'all_dependent_settings': {
170 'include_dirs': [ 172 'include_dirs': [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 }, 259 },
258 'configurations': { 260 'configurations': {
259 'Common_Base': { 261 'Common_Base': {
260 'msvs_target_platform': 'x64', 262 'msvs_target_platform': 'x64',
261 }, 263 },
262 }, 264 },
263 }], 265 }],
264 }], 266 }],
265 ], 267 ],
266 } 268 }
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