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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 634373003: Consolidate content fling implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win build Created 6 years, 2 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/android/scroller_unittest.cc ('k') | ui/gfx/gfx_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) 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'include_dirs': [ 102 'include_dirs': [
103 '<(DEPTH)/third_party/icu/source/common' 103 '<(DEPTH)/third_party/icu/source/common'
104 ], 104 ],
105 'sources': [ 105 'sources': [
106 'android/device_display_info.cc', 106 'android/device_display_info.cc',
107 'android/device_display_info.h', 107 'android/device_display_info.h',
108 'android/gfx_jni_registrar.cc', 108 'android/gfx_jni_registrar.cc',
109 'android/gfx_jni_registrar.h', 109 'android/gfx_jni_registrar.h',
110 'android/java_bitmap.cc', 110 'android/java_bitmap.cc',
111 'android/java_bitmap.h', 111 'android/java_bitmap.h',
112 'android/scroller.cc',
113 'android/scroller.h',
114 'android/shared_device_display_info.cc', 112 'android/shared_device_display_info.cc',
115 'android/shared_device_display_info.h', 113 'android/shared_device_display_info.h',
116 'android/view_configuration.cc', 114 'android/view_configuration.cc',
117 'android/view_configuration.h', 115 'android/view_configuration.h',
118 'animation/animation.cc', 116 'animation/animation.cc',
119 'animation/animation.h', 117 'animation/animation.h',
120 'animation/animation_container.cc', 118 'animation/animation_container.cc',
121 'animation/animation_container.h', 119 'animation/animation_container.h',
122 'animation/animation_container_element.h', 120 'animation/animation_container_element.h',
123 'animation/animation_container_observer.h', 121 'animation/animation_container_observer.h',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 ], 484 ],
487 'variables': { 485 'variables': {
488 'jni_gen_package': 'ui/gfx', 486 'jni_gen_package': 'ui/gfx',
489 }, 487 },
490 'includes': [ '../../build/jni_generator.gypi' ], 488 'includes': [ '../../build/jni_generator.gypi' ],
491 }, 489 },
492 ], 490 ],
493 }], 491 }],
494 ], 492 ],
495 } 493 }
OLDNEW
« no previous file with comments | « ui/gfx/android/scroller_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698