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

Side by Side Diff: cc/cc.gyp

Issue 1736073002: cc: Move SyncedScrollOffset to scroll tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and add comment Created 4 years, 9 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/base/synced_property.h ('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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'proto/base_conversions.h', 379 'proto/base_conversions.h',
380 'proto/cc_conversions.cc', 380 'proto/cc_conversions.cc',
381 'proto/cc_conversions.h', 381 'proto/cc_conversions.h',
382 'proto/gfx_conversions.cc', 382 'proto/gfx_conversions.cc',
383 'proto/gfx_conversions.h', 383 'proto/gfx_conversions.h',
384 'proto/gpu_conversions.cc', 384 'proto/gpu_conversions.cc',
385 'proto/gpu_conversions.h', 385 'proto/gpu_conversions.h',
386 'proto/image_serialization_processor.h', 386 'proto/image_serialization_processor.h',
387 'proto/skia_conversions.cc', 387 'proto/skia_conversions.cc',
388 'proto/skia_conversions.h', 388 'proto/skia_conversions.h',
389 'proto/synced_property_conversions.cc',
390 'proto/synced_property_conversions.h',
389 'quads/content_draw_quad_base.cc', 391 'quads/content_draw_quad_base.cc',
390 'quads/content_draw_quad_base.h', 392 'quads/content_draw_quad_base.h',
391 'quads/debug_border_draw_quad.cc', 393 'quads/debug_border_draw_quad.cc',
392 'quads/debug_border_draw_quad.h', 394 'quads/debug_border_draw_quad.h',
393 'quads/draw_polygon.cc', 395 'quads/draw_polygon.cc',
394 'quads/draw_polygon.h', 396 'quads/draw_polygon.h',
395 'quads/draw_quad.cc', 397 'quads/draw_quad.cc',
396 'quads/draw_quad.h', 398 'quads/draw_quad.h',
397 'quads/io_surface_draw_quad.cc', 399 'quads/io_surface_draw_quad.cc',
398 'quads/io_surface_draw_quad.h', 400 'quads/io_surface_draw_quad.h',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 'proto/rect.proto', 634 'proto/rect.proto',
633 'proto/rectf.proto', 635 'proto/rectf.proto',
634 'proto/region.proto', 636 'proto/region.proto',
635 'proto/renderer_settings.proto', 637 'proto/renderer_settings.proto',
636 'proto/scroll_offset.proto', 638 'proto/scroll_offset.proto',
637 'proto/size.proto', 639 'proto/size.proto',
638 'proto/sizef.proto', 640 'proto/sizef.proto',
639 'proto/skregion.proto', 641 'proto/skregion.proto',
640 'proto/skrrect.proto', 642 'proto/skrrect.proto',
641 'proto/skxfermode.proto', 643 'proto/skxfermode.proto',
644 'proto/synced_property.proto',
642 'proto/transform.proto', 645 'proto/transform.proto',
643 'proto/vector2d.proto', 646 'proto/vector2d.proto',
644 'proto/vector2df.proto', 647 'proto/vector2df.proto',
645 ], 648 ],
646 'defines': [ 649 'defines': [
647 'CC_PROTO_IMPLEMENTATION=1', 650 'CC_PROTO_IMPLEMENTATION=1',
648 ], 651 ],
649 'variables': { 652 'variables': {
650 # Warn if clang creates exit destructors. 653 # Warn if clang creates exit destructors.
651 'enable_wexit_time_destructors': 1, 654 'enable_wexit_time_destructors': 1,
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'surfaces/surface_resource_holder.cc', 704 'surfaces/surface_resource_holder.cc',
702 'surfaces/surface_resource_holder.h', 705 'surfaces/surface_resource_holder.h',
703 'surfaces/surfaces_export.h', 706 'surfaces/surfaces_export.h',
704 ], 707 ],
705 'includes': [ 708 'includes': [
706 '../build/android/increase_size_for_speed.gypi', 709 '../build/android/increase_size_for_speed.gypi',
707 ], 710 ],
708 }, 711 },
709 ], 712 ],
710 } 713 }
OLDNEW
« no previous file with comments | « cc/base/synced_property.h ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698