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

Side by Side Diff: cc/cc.gyp

Issue 1265013003: Adds support for hittesting points on surface quads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 5 years, 4 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 | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'surfaces/onscreen_display_client.h', 603 'surfaces/onscreen_display_client.h',
604 'surfaces/surface.cc', 604 'surfaces/surface.cc',
605 'surfaces/surface.h', 605 'surfaces/surface.h',
606 'surfaces/surface_aggregator.cc', 606 'surfaces/surface_aggregator.cc',
607 'surfaces/surface_aggregator.h', 607 'surfaces/surface_aggregator.h',
608 'surfaces/surface_display_output_surface.cc', 608 'surfaces/surface_display_output_surface.cc',
609 'surfaces/surface_display_output_surface.h', 609 'surfaces/surface_display_output_surface.h',
610 'surfaces/surface_factory.cc', 610 'surfaces/surface_factory.cc',
611 'surfaces/surface_factory.h', 611 'surfaces/surface_factory.h',
612 'surfaces/surface_factory_client.h', 612 'surfaces/surface_factory_client.h',
613 'surfaces/surface_hittest.cc',
614 'surfaces/surface_hittest.h',
613 'surfaces/surface_id.h', 615 'surfaces/surface_id.h',
614 'surfaces/surface_id_allocator.cc', 616 'surfaces/surface_id_allocator.cc',
615 'surfaces/surface_id_allocator.h', 617 'surfaces/surface_id_allocator.h',
616 'surfaces/surface_manager.cc', 618 'surfaces/surface_manager.cc',
617 'surfaces/surface_manager.h', 619 'surfaces/surface_manager.h',
618 'surfaces/surface_resource_holder.cc', 620 'surfaces/surface_resource_holder.cc',
619 'surfaces/surface_resource_holder.h', 621 'surfaces/surface_resource_holder.h',
620 'surfaces/surfaces_export.h', 622 'surfaces/surfaces_export.h',
621 ], 623 ],
622 'includes': [ 624 'includes': [
623 '../build/android/increase_size_for_speed.gypi', 625 '../build/android/increase_size_for_speed.gypi',
624 ], 626 ],
625 }, 627 },
626 ], 628 ],
627 } 629 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698