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

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

Issue 1088183003: Remove GTalk Pepper interfaces and related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a few references Created 5 years, 8 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 config("proxy_implementation") { 5 config("proxy_implementation") {
6 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ] 6 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ]
7 } 7 }
8 8
9 component("proxy") { 9 component("proxy") {
10 output_name = "ppapi_proxy" 10 output_name = "ppapi_proxy"
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "ppb_var_deprecated_proxy.cc", 249 "ppb_var_deprecated_proxy.cc",
250 "ppb_var_deprecated_proxy.h", 250 "ppb_var_deprecated_proxy.h",
251 "ppb_video_decoder_proxy.cc", 251 "ppb_video_decoder_proxy.cc",
252 "ppb_video_decoder_proxy.h", 252 "ppb_video_decoder_proxy.h",
253 "ppp_content_decryptor_private_proxy.cc", 253 "ppp_content_decryptor_private_proxy.cc",
254 "ppp_content_decryptor_private_proxy.h", 254 "ppp_content_decryptor_private_proxy.h",
255 "ppp_instance_private_proxy.cc", 255 "ppp_instance_private_proxy.cc",
256 "ppp_instance_private_proxy.h", 256 "ppp_instance_private_proxy.h",
257 "ppp_video_decoder_proxy.cc", 257 "ppp_video_decoder_proxy.cc",
258 "ppp_video_decoder_proxy.h", 258 "ppp_video_decoder_proxy.h",
259 "talk_resource.cc",
260 "talk_resource.h",
261 "video_capture_resource.cc", 259 "video_capture_resource.cc",
262 "video_capture_resource.h", 260 "video_capture_resource.h",
263 ] 261 ]
264 } 262 }
265 263
266 configs += [ ":proxy_implementation" ] 264 configs += [ ":proxy_implementation" ]
267 265
268 deps = [ 266 deps = [
269 "//base", 267 "//base",
270 "//gpu/command_buffer/client:gles2_implementation", 268 "//gpu/command_buffer/client:gles2_implementation",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 deps = [ 359 deps = [
362 "//base/test:test_support", 360 "//base/test:test_support",
363 "//ipc", 361 "//ipc",
364 "//ipc:test_support", 362 "//ipc:test_support",
365 "//ppapi/proxy", 363 "//ppapi/proxy",
366 "//ppapi/shared_impl", 364 "//ppapi/shared_impl",
367 "//testing/gmock", 365 "//testing/gmock",
368 "//testing/gtest", 366 "//testing/gtest",
369 ] 367 ]
370 } 368 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698