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

Side by Side Diff: cc/cc.gyp

Issue 12147005: Hardcode scrollbar rendering for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hardcoded scrollbar not using layer structure. similar to M18 approach Created 7 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 | « no previous file | cc/hardcoded_scrollbar.h » ('j') | cc/hardcoded_scrollbar.h » ('J')
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 'cc_source_files': [ 7 'cc_source_files': [
8 'animation.cc', 8 'animation.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'frame_rate_counter.h', 66 'frame_rate_counter.h',
67 'geometry_binding.cc', 67 'geometry_binding.cc',
68 'geometry_binding.h', 68 'geometry_binding.h',
69 'gl_frame_data.h', 69 'gl_frame_data.h',
70 'gl_frame_data.cc', 70 'gl_frame_data.cc',
71 'gl_renderer.cc', 71 'gl_renderer.cc',
72 'gl_renderer.h', 72 'gl_renderer.h',
73 'gl_renderer_draw_cache.cc', 73 'gl_renderer_draw_cache.cc',
74 'gl_renderer_draw_cache.h', 74 'gl_renderer_draw_cache.h',
75 'hash_pair.h', 75 'hash_pair.h',
76 'hardcoded_scrollbar.cc',
77 'hardcoded_scrollbar.h',
76 'heads_up_display_layer.cc', 78 'heads_up_display_layer.cc',
77 'heads_up_display_layer.h', 79 'heads_up_display_layer.h',
78 'heads_up_display_layer_impl.cc', 80 'heads_up_display_layer_impl.cc',
79 'heads_up_display_layer_impl.h', 81 'heads_up_display_layer_impl.h',
80 'image_layer_updater.cc', 82 'image_layer_updater.cc',
81 'image_layer_updater.h', 83 'image_layer_updater.h',
82 'image_layer.cc', 84 'image_layer.cc',
83 'image_layer.h', 85 'image_layer.h',
84 'input_handler.h', 86 'input_handler.h',
85 'io_surface_draw_quad.cc', 87 'io_surface_draw_quad.cc',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'include_dirs': [ 354 'include_dirs': [
353 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 355 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
354 '<(webkit_src_dir)/Source/Platform/chromium' 356 '<(webkit_src_dir)/Source/Platform/chromium'
355 ] 357 ]
356 }, 358 },
357 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 359 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
358 'msvs_disabled_warnings': [ 4267, ], 360 'msvs_disabled_warnings': [ 4267, ],
359 }, 361 },
360 ], 362 ],
361 } 363 }
OLDNEW
« no previous file with comments | « no previous file | cc/hardcoded_scrollbar.h » ('j') | cc/hardcoded_scrollbar.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698