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

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

Issue 8951014: Change the DidChangeView update to take a new ViewChanged resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New patch Created 9 years 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'includes': [ 6 'includes': [
7 '../../../../../native_client/build/common.gypi', 7 '../../../../../native_client/build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'browser_ppp_mouse_lock.cc', 49 'browser_ppp_mouse_lock.cc',
50 'browser_ppp_printing.cc', 50 'browser_ppp_printing.cc',
51 'browser_ppp_scrollbar.cc', 51 'browser_ppp_scrollbar.cc',
52 'browser_ppp_selection.cc', 52 'browser_ppp_selection.cc',
53 'browser_ppp_widget.cc', 53 'browser_ppp_widget.cc',
54 'browser_ppp_zoom.cc', 54 'browser_ppp_zoom.cc',
55 'browser_ppp.cc', 55 'browser_ppp.cc',
56 'browser_upcall.cc', 56 'browser_upcall.cc',
57 'input_event_data.cc', 57 'input_event_data.cc',
58 'object_serialize.cc', 58 'object_serialize.cc',
59 'ppp_instance_combined.cc',
59 'utility.cc', 60 'utility.cc',
61 'view_data.cc',
60 # Autogerated files 62 # Autogerated files
61 'ppp_rpc_client.cc', 63 'ppp_rpc_client.cc',
62 'ppb_rpc_server.cc', 64 'ppb_rpc_server.cc',
63 'upcall_server.cc', 65 'upcall_server.cc',
64 ], 66 ],
65 'include_dirs': [ 67 'include_dirs': [
66 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted', 68 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted',
67 '<(DEPTH)/ppapi', 69 '<(DEPTH)/ppapi',
68 ], 70 ],
69 'dependencies': [ 71 'dependencies': [
70 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', 72 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
71 ], 73 ],
72 }, 74 },
73 ], 75 ],
74 } 76 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698