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

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: Fix after rebase 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
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 'quads/content_draw_quad_base.cc', 389 'proto/synced_property_conversions.cc',
390 » 'proto/synced_property_conversions.h',
ajuma 2016/03/01 22:54:20 This looks weird. Is it a tab instead of spaces?
sunxd 2016/03/02 17:45:34 Done.
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',
399 'quads/largest_draw_quad.cc', 401 'quads/largest_draw_quad.cc',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'proto/rect.proto', 631 'proto/rect.proto',
630 'proto/rectf.proto', 632 'proto/rectf.proto',
631 'proto/region.proto', 633 'proto/region.proto',
632 'proto/renderer_settings.proto', 634 'proto/renderer_settings.proto',
633 'proto/scroll_offset.proto', 635 'proto/scroll_offset.proto',
634 'proto/size.proto', 636 'proto/size.proto',
635 'proto/sizef.proto', 637 'proto/sizef.proto',
636 'proto/skregion.proto', 638 'proto/skregion.proto',
637 'proto/skrrect.proto', 639 'proto/skrrect.proto',
638 'proto/skxfermode.proto', 640 'proto/skxfermode.proto',
639 'proto/transform.proto', 641 'proto/synced_property.proto',
642 » 'proto/transform.proto',
640 'proto/vector2d.proto', 643 'proto/vector2d.proto',
641 'proto/vector2df.proto', 644 'proto/vector2df.proto',
642 ], 645 ],
643 'defines': [ 646 'defines': [
644 'CC_PROTO_IMPLEMENTATION=1', 647 'CC_PROTO_IMPLEMENTATION=1',
645 ], 648 ],
646 'variables': { 649 'variables': {
647 # Warn if clang creates exit destructors. 650 # Warn if clang creates exit destructors.
648 'enable_wexit_time_destructors': 1, 651 'enable_wexit_time_destructors': 1,
649 'proto_in_dir': 'proto', 652 'proto_in_dir': 'proto',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'surfaces/surface_resource_holder.cc', 701 'surfaces/surface_resource_holder.cc',
699 'surfaces/surface_resource_holder.h', 702 'surfaces/surface_resource_holder.h',
700 'surfaces/surfaces_export.h', 703 'surfaces/surfaces_export.h',
701 ], 704 ],
702 'includes': [ 705 'includes': [
703 '../build/android/increase_size_for_speed.gypi', 706 '../build/android/increase_size_for_speed.gypi',
704 ], 707 ],
705 }, 708 },
706 ], 709 ],
707 } 710 }
OLDNEW
« no previous file with comments | « cc/base/synced_property.h ('k') | cc/cc_tests.gyp » ('j') | cc/layers/layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698