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

Side by Side Diff: cc/cc.gyp

Issue 302903003: Add very simple cc::Display implementation for surfaces. (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 | « no previous file | cc/surfaces/display.h » ('j') | cc/surfaces/display.h » ('J')
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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 '<(DEPTH)/base/base.gyp:base', 479 '<(DEPTH)/base/base.gyp:base',
480 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 480 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
481 '<(DEPTH)/skia/skia.gyp:skia', 481 '<(DEPTH)/skia/skia.gyp:skia',
482 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 482 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
483 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 483 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
484 ], 484 ],
485 'defines': [ 485 'defines': [
486 'CC_SURFACES_IMPLEMENTATION=1', 486 'CC_SURFACES_IMPLEMENTATION=1',
487 ], 487 ],
488 'sources': [ 488 'sources': [
489 'surfaces/display.cc',
490 'surfaces/display.h',
491 'surfaces/display_client.h',
489 'surfaces/surface.cc', 492 'surfaces/surface.cc',
490 'surfaces/surface.h', 493 'surfaces/surface.h',
491 'surfaces/surface_aggregator.cc', 494 'surfaces/surface_aggregator.cc',
492 'surfaces/surface_aggregator.h', 495 'surfaces/surface_aggregator.h',
493 'surfaces/surface_manager.cc', 496 'surfaces/surface_manager.cc',
494 'surfaces/surface_manager.h', 497 'surfaces/surface_manager.h',
495 'surfaces/surfaces_export.h', 498 'surfaces/surfaces_export.h',
496 ], 499 ],
497 }, 500 },
498 ], 501 ],
499 } 502 }
OLDNEW
« no previous file with comments | « no previous file | cc/surfaces/display.h » ('j') | cc/surfaces/display.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698