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

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: 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
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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 ], 488 ],
489 'defines': [ 489 'defines': [
490 'CC_SURFACES_IMPLEMENTATION=1', 490 'CC_SURFACES_IMPLEMENTATION=1',
491 ], 491 ],
492 'sources': [ 492 'sources': [
493 'surfaces/display.cc', 493 'surfaces/display.cc',
494 'surfaces/display.h', 494 'surfaces/display.h',
495 'surfaces/display_client.h', 495 'surfaces/display_client.h',
496 'surfaces/surface.cc', 496 'surfaces/surface.cc',
497 'surfaces/surface.h', 497 'surfaces/surface.h',
498 'surfaces/surface_id.h',
498 'surfaces/surface_aggregator.cc', 499 'surfaces/surface_aggregator.cc',
499 'surfaces/surface_aggregator.h', 500 'surfaces/surface_aggregator.h',
500 'surfaces/surface_client.h', 501 'surfaces/surface_client.h',
501 'surfaces/surface_manager.cc', 502 'surfaces/surface_manager.cc',
502 'surfaces/surface_manager.h', 503 'surfaces/surface_manager.h',
503 'surfaces/surfaces_export.h', 504 'surfaces/surfaces_export.h',
504 ], 505 ],
505 }, 506 },
506 ], 507 ],
507 } 508 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698