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

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

Powered by Google App Engine
This is Rietveld 408576698