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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp

Issue 7740013: Cloning a bunch of stuff from the native_client repository at r6528 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp (revision 0)
+++ ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp (revision 0)
@@ -0,0 +1,69 @@
+# Copyright (c) 2011 The Native Client Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'includes': [
+ '../../../../../native_client/build/common.gypi',
+ ],
+ 'targets': [
+ {
+ 'target_name': 'nacl_ppapi_browser',
+ 'type': 'static_library',
+ 'sources': [
+ 'browser_callback.cc',
+ 'browser_globals.cc',
+ 'browser_nacl_file_rpc_server.cc',
+ 'browser_ppb_audio_rpc_server.cc',
+ 'browser_ppb_audio_config_rpc_server.cc',
+ 'browser_ppb_core_rpc_server.cc',
+ 'browser_ppb_cursor_control_rpc_server.cc',
+ 'browser_ppb_file_io_rpc_server.cc',
+ 'browser_ppb_file_ref_rpc_server.cc',
+ 'browser_ppb_file_system_rpc_server.cc',
+ 'browser_ppb_find_rpc_server.cc',
+ 'browser_ppb_font_rpc_server.cc',
+ 'browser_ppb_graphics_2d_rpc_server.cc',
+ 'browser_ppb_graphics_3d_rpc_server.cc',
+ 'browser_ppb_image_data_rpc_server.cc',
+ 'browser_ppb_input_event_rpc_server.cc',
+ 'browser_ppb_instance_rpc_server.cc',
+ 'browser_ppb_messaging_rpc_server.cc',
+ 'browser_ppb_pdf_rpc_server.cc',
+ 'browser_ppb_rpc_server.cc',
+ 'browser_ppb_scrollbar_rpc_server.cc',
+ 'browser_ppb_testing_rpc_server.cc',
+ 'browser_ppb_url_loader_rpc_server.cc',
+ 'browser_ppb_url_request_info_rpc_server.cc',
+ 'browser_ppb_url_response_info_rpc_server.cc',
+ 'browser_ppb_widget_rpc_server.cc',
+ 'browser_ppb_zoom_rpc_server.cc',
+ 'browser_ppp_find.cc',
+ 'browser_ppp_input_event.cc',
+ 'browser_ppp_instance.cc',
+ 'browser_ppp_messaging.cc',
+ 'browser_ppp_printing.cc',
+ 'browser_ppp_scrollbar.cc',
+ 'browser_ppp_selection.cc',
+ 'browser_ppp_widget.cc',
+ 'browser_ppp_zoom.cc',
+ 'browser_ppp.cc',
+ 'browser_upcall.cc',
+ 'input_event_data.cc',
+ 'object_serialize.cc',
+ 'utility.cc',
+ # Autogerated files
+ 'ppp_rpc_client.cc',
+ 'ppb_rpc_server.cc',
+ 'upcall_server.cc',
+ ],
+ 'include_dirs': [
+ '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted',
+ '<(DEPTH)/ppapi',
+ ],
+ 'dependencies': [
+ '<(DEPTH)/native_client/src/shared/ppapi/ppapi.gyp:ppapi_c_nacl',
+ ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698