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: ui/gfx/gfx.gyp

Issue 1653003002: Make scrollAnimatorEnabled work on Mac like it does on other platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Previous patch accidentally lost new files 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
« no previous file with comments | « ui/gfx/animation/animation_win.cc ('k') | no next file » | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'android/shared_device_display_info.h', 106 'android/shared_device_display_info.h',
107 'android/view_configuration.cc', 107 'android/view_configuration.cc',
108 'android/view_configuration.h', 108 'android/view_configuration.h',
109 'animation/animation.cc', 109 'animation/animation.cc',
110 'animation/animation.h', 110 'animation/animation.h',
111 'animation/animation_container.cc', 111 'animation/animation_container.cc',
112 'animation/animation_container.h', 112 'animation/animation_container.h',
113 'animation/animation_container_element.h', 113 'animation/animation_container_element.h',
114 'animation/animation_container_observer.h', 114 'animation/animation_container_observer.h',
115 'animation/animation_delegate.h', 115 'animation/animation_delegate.h',
116 'animation/animation_mac.mm',
117 'animation/animation_win.cc',
116 'animation/linear_animation.cc', 118 'animation/linear_animation.cc',
117 'animation/linear_animation.h', 119 'animation/linear_animation.h',
118 'animation/multi_animation.cc', 120 'animation/multi_animation.cc',
119 'animation/multi_animation.h', 121 'animation/multi_animation.h',
120 'animation/slide_animation.cc', 122 'animation/slide_animation.cc',
121 'animation/slide_animation.h', 123 'animation/slide_animation.h',
122 'animation/throb_animation.cc', 124 'animation/throb_animation.cc',
123 'animation/throb_animation.h', 125 'animation/throb_animation.h',
124 'animation/tween.cc', 126 'animation/tween.cc',
125 'animation/tween.h', 127 'animation/tween.h',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 ], 578 ],
577 'variables': { 579 'variables': {
578 'jni_gen_package': 'ui/gfx', 580 'jni_gen_package': 'ui/gfx',
579 }, 581 },
580 'includes': [ '../../build/jni_generator.gypi' ], 582 'includes': [ '../../build/jni_generator.gypi' ],
581 }, 583 },
582 ], 584 ],
583 }], 585 }],
584 ], 586 ],
585 } 587 }
OLDNEW
« no previous file with comments | « ui/gfx/animation/animation_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698