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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp

Issue 7748004: Fixing ppapi_proxy.gyp to work in new location. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 (c) 2011 The Native Client Authors. All rights reserved. 1 # Copyright (c) 2011 The Native Client 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 { 5 {
6 'includes': [ 6 'includes': [
7 '../../../build/common.gypi', 7 '../../../../../native_client/build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'nacl_ppapi_browser', 11 'target_name': 'nacl_ppapi_browser',
12 'type': 'static_library', 12 'type': 'static_library',
13 'sources': [ 13 'sources': [
14 'browser_callback.cc', 14 'browser_callback.cc',
15 'browser_globals.cc', 15 'browser_globals.cc',
16 'browser_nacl_file_rpc_server.cc', 16 'browser_nacl_file_rpc_server.cc',
17 'browser_ppb_audio_rpc_server.cc', 17 'browser_ppb_audio_rpc_server.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'browser_upcall.cc', 51 'browser_upcall.cc',
52 'input_event_data.cc', 52 'input_event_data.cc',
53 'object_serialize.cc', 53 'object_serialize.cc',
54 'utility.cc', 54 'utility.cc',
55 # Autogerated files 55 # Autogerated files
56 'ppp_rpc_client.cc', 56 'ppp_rpc_client.cc',
57 'ppb_rpc_server.cc', 57 'ppb_rpc_server.cc',
58 'upcall_server.cc', 58 'upcall_server.cc',
59 ], 59 ],
60 'include_dirs': [ 60 'include_dirs': [
61 '<(DEPTH)/native_client/src/shared/ppapi_proxy/trusted', 61 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted',
62 '<(DEPTH)/ppapi',
62 ], 63 ],
63 'dependencies': [ 64 'dependencies': [
64 '<(DEPTH)/native_client/src/shared/ppapi/ppapi.gyp:ppapi_c_nacl', 65 '<(DEPTH)/native_client/src/shared/ppapi/ppapi.gyp:ppapi_c_nacl',
65 ], 66 ],
66 }, 67 },
67 ], 68 ],
68 } 69 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698