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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 10163012: Move the FlashClipboard API into the Flash one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments & fixes. Created 8 years, 8 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 | ppapi/ppapi_shared.gypi » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_proxy', 8 'target_name': 'ppapi_proxy',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'proxy/ppb_core_proxy.cc', 81 'proxy/ppb_core_proxy.cc',
82 'proxy/ppb_core_proxy.h', 82 'proxy/ppb_core_proxy.h',
83 'proxy/ppb_file_chooser_proxy.cc', 83 'proxy/ppb_file_chooser_proxy.cc',
84 'proxy/ppb_file_chooser_proxy.h', 84 'proxy/ppb_file_chooser_proxy.h',
85 'proxy/ppb_file_io_proxy.cc', 85 'proxy/ppb_file_io_proxy.cc',
86 'proxy/ppb_file_io_proxy.h', 86 'proxy/ppb_file_io_proxy.h',
87 'proxy/ppb_file_ref_proxy.cc', 87 'proxy/ppb_file_ref_proxy.cc',
88 'proxy/ppb_file_ref_proxy.h', 88 'proxy/ppb_file_ref_proxy.h',
89 'proxy/ppb_file_system_proxy.cc', 89 'proxy/ppb_file_system_proxy.cc',
90 'proxy/ppb_file_system_proxy.h', 90 'proxy/ppb_file_system_proxy.h',
91 'proxy/ppb_flash_clipboard_proxy.cc',
92 'proxy/ppb_flash_clipboard_proxy.h',
93 'proxy/ppb_flash_file_proxy.cc', 91 'proxy/ppb_flash_file_proxy.cc',
94 'proxy/ppb_flash_file_proxy.h', 92 'proxy/ppb_flash_file_proxy.h',
95 'proxy/ppb_flash_proxy.cc', 93 'proxy/ppb_flash_proxy.cc',
96 'proxy/ppb_flash_proxy.h', 94 'proxy/ppb_flash_proxy.h',
97 'proxy/ppb_flash_menu_proxy.cc', 95 'proxy/ppb_flash_menu_proxy.cc',
98 'proxy/ppb_flash_menu_proxy.h', 96 'proxy/ppb_flash_menu_proxy.h',
99 'proxy/ppb_flash_message_loop_proxy.cc', 97 'proxy/ppb_flash_message_loop_proxy.cc',
100 'proxy/ppb_flash_message_loop_proxy.h', 98 'proxy/ppb_flash_message_loop_proxy.h',
101 'proxy/ppb_graphics_2d_proxy.cc', 99 'proxy/ppb_graphics_2d_proxy.cc',
102 'proxy/ppb_graphics_2d_proxy.h', 100 'proxy/ppb_graphics_2d_proxy.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'proxy/serialized_var.cc', 173 'proxy/serialized_var.cc',
176 'proxy/serialized_var.h', 174 'proxy/serialized_var.h',
177 'proxy/var_serialization_rules.h', 175 'proxy/var_serialization_rules.h',
178 ], 176 ],
179 'defines': [ 177 'defines': [
180 'PPAPI_PROXY_IMPLEMENTATION', 178 'PPAPI_PROXY_IMPLEMENTATION',
181 ], 179 ],
182 }, 180 },
183 ], 181 ],
184 } 182 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698