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

Side by Side Diff: ppapi/proxy/BUILD.gn

Issue 2033243003: 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/nacl/config.gni") 5 import("//build/config/nacl/config.gni")
6 6
7 config("proxy_implementation") { 7 config("proxy_implementation") {
8 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ] 8 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ]
9 } 9 }
10 10
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 276
277 public_deps = [ 277 public_deps = [
278 "//ppapi/proxy:ipc_sources", 278 "//ppapi/proxy:ipc_sources",
279 ] 279 ]
280 280
281 deps = [ 281 deps = [
282 "//base", 282 "//base",
283 "//gpu/command_buffer/client:client_sources_for_ppapi", 283 "//gpu/command_buffer/client:client_sources_for_ppapi",
284 "//ipc", 284 "//ipc",
285 "//media:shared_memory_support", 285 "//media:shared_memory_support",
286 "//mojo/edk/system",
286 "//ppapi/c", 287 "//ppapi/c",
287 "//ppapi/shared_impl", 288 "//ppapi/shared_impl",
288 ] 289 ]
289 290
290 if (!is_nacl) { 291 if (!is_nacl) {
291 deps += [ 292 deps += [
292 "//base/third_party/dynamic_annotations", 293 "//base/third_party/dynamic_annotations",
293 "//gin", 294 "//gin",
294 "//skia", 295 "//skia",
295 "//ui/events:events_base", 296 "//ui/events:events_base",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 deps = [ 371 deps = [
371 "//base/test:test_support", 372 "//base/test:test_support",
372 "//ipc", 373 "//ipc",
373 "//ipc:test_support", 374 "//ipc:test_support",
374 "//ppapi/proxy", 375 "//ppapi/proxy",
375 "//ppapi/shared_impl", 376 "//ppapi/shared_impl",
376 "//testing/gmock", 377 "//testing/gmock",
377 "//testing/gtest", 378 "//testing/gtest",
378 ] 379 ]
379 } 380 }
OLDNEW
« ppapi/nacl_irt/irt_ppapi.cc ('K') | « ppapi/ppapi_tests.gypi ('k') | ppapi/proxy/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698