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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 930753002: Sort GYP and GN files under ppapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp ('k') | 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ppapi_proxy_target': 0, 8 'ppapi_proxy_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'proxy/plugin_resource_tracker.cc', 123 'proxy/plugin_resource_tracker.cc',
124 'proxy/plugin_resource_tracker.h', 124 'proxy/plugin_resource_tracker.h',
125 'proxy/plugin_resource_var.cc', 125 'proxy/plugin_resource_var.cc',
126 'proxy/plugin_resource_var.h', 126 'proxy/plugin_resource_var.h',
127 'proxy/plugin_var_serialization_rules.cc', 127 'proxy/plugin_var_serialization_rules.cc',
128 'proxy/plugin_var_serialization_rules.h', 128 'proxy/plugin_var_serialization_rules.h',
129 'proxy/plugin_var_tracker.cc', 129 'proxy/plugin_var_tracker.cc',
130 'proxy/plugin_var_tracker.h', 130 'proxy/plugin_var_tracker.h',
131 'proxy/ppapi_command_buffer_proxy.cc', 131 'proxy/ppapi_command_buffer_proxy.cc',
132 'proxy/ppapi_command_buffer_proxy.h', 132 'proxy/ppapi_command_buffer_proxy.h',
133 'proxy/ppapi_message_utils.h',
133 'proxy/ppapi_messages.h', 134 'proxy/ppapi_messages.h',
134 'proxy/ppapi_message_utils.h',
135 'proxy/ppb_audio_proxy.cc', 135 'proxy/ppb_audio_proxy.cc',
136 'proxy/ppb_audio_proxy.h', 136 'proxy/ppb_audio_proxy.h',
137 'proxy/ppb_broker_proxy.cc', 137 'proxy/ppb_broker_proxy.cc',
138 'proxy/ppb_broker_proxy.h', 138 'proxy/ppb_broker_proxy.h',
139 'proxy/ppb_buffer_proxy.cc', 139 'proxy/ppb_buffer_proxy.cc',
140 'proxy/ppb_buffer_proxy.h', 140 'proxy/ppb_buffer_proxy.h',
141 'proxy/ppb_core_proxy.cc', 141 'proxy/ppb_core_proxy.cc',
142 'proxy/ppb_core_proxy.h', 142 'proxy/ppb_core_proxy.h',
143 'proxy/ppb_flash_message_loop_proxy.cc', 143 'proxy/ppb_flash_message_loop_proxy.cc',
144 'proxy/ppb_flash_message_loop_proxy.h', 144 'proxy/ppb_flash_message_loop_proxy.h',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'proxy/serialized_flash_menu.cc', 295 'proxy/serialized_flash_menu.cc',
296 'proxy/talk_resource.cc', 296 'proxy/talk_resource.cc',
297 'proxy/video_capture_resource.cc', 297 'proxy/video_capture_resource.cc',
298 ], 298 ],
299 }], 299 }],
300 ], 300 ],
301 }], 301 }],
302 ], 302 ],
303 }, 303 },
304 } 304 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698