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

Side by Side Diff: ppapi/ppapi_internal.gyp

Issue 331123003: Revert 277208 "[PPAPI] Compositor API implementation." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « ppapi/host/resource_host.cc ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'target_name': 'ppapi_shared_win64', 224 'target_name': 'ppapi_shared_win64',
225 'type': '<(component)', 225 'type': '<(component)',
226 'variables': { 226 'variables': {
227 'nacl_win64_target': 1, 227 'nacl_win64_target': 1,
228 'ppapi_shared_target': 1, 228 'ppapi_shared_target': 1,
229 }, 229 },
230 'dependencies': [ 230 'dependencies': [
231 'ppapi.gyp:ppapi_c', 231 'ppapi.gyp:ppapi_c',
232 '../base/base.gyp:base_win64', 232 '../base/base.gyp:base_win64',
233 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations_win64', 233 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations_win64',
234 '../gpu/gpu.gyp:command_buffer_common_win64',
235 '../ipc/ipc.gyp:ipc_win64', 234 '../ipc/ipc.gyp:ipc_win64',
236 '../ui/events/latency_info_nacl.gyp:latency_info_nacl_win64', 235 '../ui/events/latency_info_nacl.gyp:latency_info_nacl_win64',
237 ], 236 ],
238 'defines': [ 237 'defines': [
239 '<@(nacl_win64_defines)', 238 '<@(nacl_win64_defines)',
240 ], 239 ],
241 'export_dependent_settings': [ 240 'export_dependent_settings': [
242 '../base/base.gyp:base_win64', 241 '../base/base.gyp:base_win64',
243 ], 242 ],
244 'configurations': { 243 'configurations': {
(...skipping 30 matching lines...) Expand all
275 }, 274 },
276 'configurations': { 275 'configurations': {
277 'Common_Base': { 276 'Common_Base': {
278 'msvs_target_platform': 'x64', 277 'msvs_target_platform': 'x64',
279 }, 278 },
280 }, 279 },
281 }], 280 }],
282 }], 281 }],
283 ], 282 ],
284 } 283 }
OLDNEW
« no previous file with comments | « ppapi/host/resource_host.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698