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

Side by Side Diff: ppapi/ppapi_internal.gyp

Issue 298023004: [PPAPI] Compositor API implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor_api_def_new
Patch Set: Fix link issue 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
« 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',
234 '../ipc/ipc.gyp:ipc_win64', 235 '../ipc/ipc.gyp:ipc_win64',
235 '../ui/events/latency_info_nacl.gyp:latency_info_nacl_win64', 236 '../ui/events/latency_info_nacl.gyp:latency_info_nacl_win64',
236 ], 237 ],
237 'defines': [ 238 'defines': [
238 '<@(nacl_win64_defines)', 239 '<@(nacl_win64_defines)',
239 ], 240 ],
240 'export_dependent_settings': [ 241 'export_dependent_settings': [
241 '../base/base.gyp:base_win64', 242 '../base/base.gyp:base_win64',
242 ], 243 ],
243 'configurations': { 244 'configurations': {
(...skipping 30 matching lines...) Expand all
274 }, 275 },
275 'configurations': { 276 'configurations': {
276 'Common_Base': { 277 'Common_Base': {
277 'msvs_target_platform': 'x64', 278 'msvs_target_platform': 'x64',
278 }, 279 },
279 }, 280 },
280 }], 281 }],
281 }], 282 }],
282 ], 283 ],
283 } 284 }
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