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

Side by Side Diff: cc/cc.gyp

Issue 1698813002: CC Animation: Expose TargetProperty enum to be aliased in Blink Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use custom hash in unordered_set. Created 4 years, 10 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'animation/animation_events.cc', 43 'animation/animation_events.cc',
44 'animation/animation_events.h', 44 'animation/animation_events.h',
45 'animation/animation_host.cc', 45 'animation/animation_host.cc',
46 'animation/animation_host.h', 46 'animation/animation_host.h',
47 'animation/animation_id_provider.cc', 47 'animation/animation_id_provider.cc',
48 'animation/animation_id_provider.h', 48 'animation/animation_id_provider.h',
49 'animation/animation_player.cc', 49 'animation/animation_player.cc',
50 'animation/animation_player.h', 50 'animation/animation_player.h',
51 'animation/animation_registrar.cc', 51 'animation/animation_registrar.cc',
52 'animation/animation_registrar.h', 52 'animation/animation_registrar.h',
53 'animation/animation_target_property.cc',
54 'animation/animation_target_property.h',
53 'animation/animation_timeline.cc', 55 'animation/animation_timeline.cc',
54 'animation/animation_timeline.h', 56 'animation/animation_timeline.h',
55 'animation/element_animations.cc', 57 'animation/element_animations.cc',
56 'animation/element_animations.h', 58 'animation/element_animations.h',
57 'animation/keyframed_animation_curve.cc', 59 'animation/keyframed_animation_curve.cc',
58 'animation/keyframed_animation_curve.h', 60 'animation/keyframed_animation_curve.h',
59 'animation/layer_animation_controller.cc', 61 'animation/layer_animation_controller.cc',
60 'animation/layer_animation_controller.h', 62 'animation/layer_animation_controller.h',
61 'animation/layer_animation_event_observer.h', 63 'animation/layer_animation_event_observer.h',
62 'animation/layer_animation_value_observer.h', 64 'animation/layer_animation_value_observer.h',
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 'surfaces/surface_resource_holder.cc', 699 'surfaces/surface_resource_holder.cc',
698 'surfaces/surface_resource_holder.h', 700 'surfaces/surface_resource_holder.h',
699 'surfaces/surfaces_export.h', 701 'surfaces/surfaces_export.h',
700 ], 702 ],
701 'includes': [ 703 'includes': [
702 '../build/android/increase_size_for_speed.gypi', 704 '../build/android/increase_size_for_speed.gypi',
703 ], 705 ],
704 }, 706 },
705 ], 707 ],
706 } 708 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698