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

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

Issue 1034553002: Fixing debug GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/ppapi_proxy.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "ppb_graphics_3d_proxy.cc", 107 "ppb_graphics_3d_proxy.cc",
108 "ppb_graphics_3d_proxy.h", 108 "ppb_graphics_3d_proxy.h",
109 "ppb_image_data_proxy.cc", 109 "ppb_image_data_proxy.cc",
110 "ppb_image_data_proxy.h", 110 "ppb_image_data_proxy.h",
111 "ppb_instance_proxy.cc", 111 "ppb_instance_proxy.cc",
112 "ppb_instance_proxy.h", 112 "ppb_instance_proxy.h",
113 "ppb_message_loop_proxy.cc", 113 "ppb_message_loop_proxy.cc",
114 "ppb_message_loop_proxy.h", 114 "ppb_message_loop_proxy.h",
115 "ppb_testing_proxy.cc", 115 "ppb_testing_proxy.cc",
116 "ppb_testing_proxy.h", 116 "ppb_testing_proxy.h",
117 "ppb_var_deprecated_proxy.cc",
118 "ppb_var_deprecated_proxy.h",
119 "ppb_x509_certificate_private_proxy.cc", 117 "ppb_x509_certificate_private_proxy.cc",
120 "ppb_x509_certificate_private_proxy.h", 118 "ppb_x509_certificate_private_proxy.h",
121 "ppp_class_proxy.cc", 119 "ppp_class_proxy.cc",
122 "ppp_class_proxy.h", 120 "ppp_class_proxy.h",
123 "ppp_find_proxy.cc", 121 "ppp_find_proxy.cc",
124 "ppp_find_proxy.h", 122 "ppp_find_proxy.h",
125 "ppp_graphics_3d_proxy.cc", 123 "ppp_graphics_3d_proxy.cc",
126 "ppp_graphics_3d_proxy.h", 124 "ppp_graphics_3d_proxy.h",
127 "ppp_input_event_proxy.cc", 125 "ppp_input_event_proxy.cc",
128 "ppp_input_event_proxy.h", 126 "ppp_input_event_proxy.h",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "pdf_resource.cc", 237 "pdf_resource.cc",
240 "pdf_resource.h", 238 "pdf_resource.h",
241 "platform_verification_private_resource.cc", 239 "platform_verification_private_resource.cc",
242 "platform_verification_private_resource.h", 240 "platform_verification_private_resource.h",
243 "ppb_broker_proxy.cc", 241 "ppb_broker_proxy.cc",
244 "ppb_broker_proxy.h", 242 "ppb_broker_proxy.h",
245 "ppb_buffer_proxy.cc", 243 "ppb_buffer_proxy.cc",
246 "ppb_buffer_proxy.h", 244 "ppb_buffer_proxy.h",
247 "ppb_flash_message_loop_proxy.cc", 245 "ppb_flash_message_loop_proxy.cc",
248 "ppb_flash_message_loop_proxy.h", 246 "ppb_flash_message_loop_proxy.h",
247 "ppb_var_deprecated_proxy.cc",
248 "ppb_var_deprecated_proxy.h",
249 "ppb_video_decoder_proxy.cc", 249 "ppb_video_decoder_proxy.cc",
250 "ppb_video_decoder_proxy.h", 250 "ppb_video_decoder_proxy.h",
251 "ppp_content_decryptor_private_proxy.cc", 251 "ppp_content_decryptor_private_proxy.cc",
252 "ppp_content_decryptor_private_proxy.h", 252 "ppp_content_decryptor_private_proxy.h",
253 "ppp_instance_private_proxy.cc", 253 "ppp_instance_private_proxy.cc",
254 "ppp_instance_private_proxy.h", 254 "ppp_instance_private_proxy.h",
255 "ppp_video_decoder_proxy.cc", 255 "ppp_video_decoder_proxy.cc",
256 "ppp_video_decoder_proxy.h", 256 "ppp_video_decoder_proxy.h",
257 "talk_resource.cc", 257 "talk_resource.cc",
258 "talk_resource.h", 258 "talk_resource.h",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 deps = [ 347 deps = [
348 "//base/test:test_support", 348 "//base/test:test_support",
349 "//ipc", 349 "//ipc",
350 "//ipc:test_support", 350 "//ipc:test_support",
351 "//ppapi/proxy", 351 "//ppapi/proxy",
352 "//ppapi/shared_impl", 352 "//ppapi/shared_impl",
353 "//testing/gmock", 353 "//testing/gmock",
354 "//testing/gtest", 354 "//testing/gtest",
355 ] 355 ]
356 } 356 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698