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

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

Issue 1240343004: NaCl: Copy PNaCl translator IRT interfaces to the Chromium side (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 5 years, 5 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "video_source_resource.cc", 191 "video_source_resource.cc",
192 "video_source_resource.h", 192 "video_source_resource.h",
193 "websocket_resource.cc", 193 "websocket_resource.cc",
194 "websocket_resource.h", 194 "websocket_resource.h",
195 ] 195 ]
196 196
197 if (is_nacl) { 197 if (is_nacl) {
198 sources += [ 198 sources += [
199 "../nacl_irt/irt_interfaces.cc", 199 "../nacl_irt/irt_interfaces.cc",
200 "../nacl_irt/irt_interfaces.h", 200 "../nacl_irt/irt_interfaces.h",
201 "../nacl_irt/irt_pnacl_translator_compile.cc",
202 "../nacl_irt/irt_pnacl_translator_link.cc",
201 "../nacl_irt/irt_ppapi.cc", 203 "../nacl_irt/irt_ppapi.cc",
202 "../nacl_irt/irt_ppapi.h", 204 "../nacl_irt/irt_ppapi.h",
203 "../nacl_irt/irt_start.cc", 205 "../nacl_irt/irt_start.cc",
204 "../nacl_irt/manifest_service.cc", 206 "../nacl_irt/manifest_service.cc",
205 "../nacl_irt/manifest_service.h", 207 "../nacl_irt/manifest_service.h",
206 "../nacl_irt/plugin_main.cc", 208 "../nacl_irt/plugin_main.cc",
207 "../nacl_irt/plugin_main.h", 209 "../nacl_irt/plugin_main.h",
208 "../nacl_irt/plugin_startup.cc", 210 "../nacl_irt/plugin_startup.cc",
209 "../nacl_irt/plugin_startup.h", 211 "../nacl_irt/plugin_startup.h",
210 "../nacl_irt/ppapi_dispatcher.cc", 212 "../nacl_irt/ppapi_dispatcher.cc",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 deps = [ 360 deps = [
359 "//base/test:test_support", 361 "//base/test:test_support",
360 "//ipc", 362 "//ipc",
361 "//ipc:test_support", 363 "//ipc:test_support",
362 "//ppapi/proxy", 364 "//ppapi/proxy",
363 "//ppapi/shared_impl", 365 "//ppapi/shared_impl",
364 "//testing/gmock", 366 "//testing/gmock",
365 "//testing/gtest", 367 "//testing/gtest",
366 ] 368 ]
367 } 369 }
OLDNEW
« ppapi/nacl_irt/irt_pnacl_translator_compile.cc ('K') | « ppapi/ppapi_proxy.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698