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

Side by Side Diff: cc/cc.gyp

Issue 331533002: Use a struct for cc::Surface ids for more type safety (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add is_null and explicit ctor 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 | « cc/DEPS ('k') | cc/layers/surface_layer.h » ('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, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 ], 487 ],
488 'defines': [ 488 'defines': [
489 'CC_SURFACES_IMPLEMENTATION=1', 489 'CC_SURFACES_IMPLEMENTATION=1',
490 ], 490 ],
491 'sources': [ 491 'sources': [
492 'surfaces/display.cc', 492 'surfaces/display.cc',
493 'surfaces/display.h', 493 'surfaces/display.h',
494 'surfaces/display_client.h', 494 'surfaces/display_client.h',
495 'surfaces/surface.cc', 495 'surfaces/surface.cc',
496 'surfaces/surface.h', 496 'surfaces/surface.h',
497 'surfaces/surface_id.h',
497 'surfaces/surface_aggregator.cc', 498 'surfaces/surface_aggregator.cc',
498 'surfaces/surface_aggregator.h', 499 'surfaces/surface_aggregator.h',
499 'surfaces/surface_client.h', 500 'surfaces/surface_client.h',
500 'surfaces/surface_manager.cc', 501 'surfaces/surface_manager.cc',
501 'surfaces/surface_manager.h', 502 'surfaces/surface_manager.h',
502 'surfaces/surfaces_export.h', 503 'surfaces/surfaces_export.h',
503 ], 504 ],
504 }, 505 },
505 ], 506 ],
506 } 507 }
OLDNEW
« no previous file with comments | « cc/DEPS ('k') | cc/layers/surface_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698