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

Side by Side Diff: cc/cc.gyp

Issue 511423004: Add LatencyInfo support for Surfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | cc/surfaces/display.cc » ('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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 }, 498 },
499 { 499 {
500 # GN version: //cc/surfaces 500 # GN version: //cc/surfaces
501 'target_name': 'cc_surfaces', 501 'target_name': 'cc_surfaces',
502 'type': '<(component)', 502 'type': '<(component)',
503 'dependencies': [ 503 'dependencies': [
504 'cc', 504 'cc',
505 '<(DEPTH)/base/base.gyp:base', 505 '<(DEPTH)/base/base.gyp:base',
506 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 506 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
507 '<(DEPTH)/skia/skia.gyp:skia', 507 '<(DEPTH)/skia/skia.gyp:skia',
508 '<(DEPTH)/ui/events/events.gyp:events_base',
508 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 509 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
509 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 510 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
510 ], 511 ],
511 'defines': [ 512 'defines': [
512 'CC_SURFACES_IMPLEMENTATION=1', 513 'CC_SURFACES_IMPLEMENTATION=1',
513 ], 514 ],
514 'sources': [ 515 'sources': [
515 # Note: file list duplicated in GN build. 516 # Note: file list duplicated in GN build.
516 'surfaces/display.cc', 517 'surfaces/display.cc',
517 'surfaces/display.h', 518 'surfaces/display.h',
(...skipping 10 matching lines...) Expand all
528 'surfaces/surface_id_allocator.h', 529 'surfaces/surface_id_allocator.h',
529 'surfaces/surface_manager.cc', 530 'surfaces/surface_manager.cc',
530 'surfaces/surface_manager.h', 531 'surfaces/surface_manager.h',
531 'surfaces/surface_resource_holder.cc', 532 'surfaces/surface_resource_holder.cc',
532 'surfaces/surface_resource_holder.h', 533 'surfaces/surface_resource_holder.h',
533 'surfaces/surfaces_export.h', 534 'surfaces/surfaces_export.h',
534 ], 535 ],
535 }, 536 },
536 ], 537 ],
537 } 538 }
OLDNEW
« no previous file with comments | « no previous file | cc/surfaces/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698