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

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

Issue 16171010: Introduces a new scrollbar for message_center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GetVisibleSize -> GetContentOverlapSize Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/controls/scrollbar/scroll_bar.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) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'controls/scrollbar/base_scroll_bar_thumb.h', 181 'controls/scrollbar/base_scroll_bar_thumb.h',
182 'controls/scrollbar/bitmap_scroll_bar.cc', 182 'controls/scrollbar/bitmap_scroll_bar.cc',
183 'controls/scrollbar/bitmap_scroll_bar.h', 183 'controls/scrollbar/bitmap_scroll_bar.h',
184 'controls/scrollbar/kennedy_scroll_bar.cc', 184 'controls/scrollbar/kennedy_scroll_bar.cc',
185 'controls/scrollbar/kennedy_scroll_bar.h', 185 'controls/scrollbar/kennedy_scroll_bar.h',
186 'controls/scrollbar/native_scroll_bar_views.cc', 186 'controls/scrollbar/native_scroll_bar_views.cc',
187 'controls/scrollbar/native_scroll_bar_views.h', 187 'controls/scrollbar/native_scroll_bar_views.h',
188 'controls/scrollbar/native_scroll_bar_wrapper.h', 188 'controls/scrollbar/native_scroll_bar_wrapper.h',
189 'controls/scrollbar/native_scroll_bar.cc', 189 'controls/scrollbar/native_scroll_bar.cc',
190 'controls/scrollbar/native_scroll_bar.h', 190 'controls/scrollbar/native_scroll_bar.h',
191 'controls/scrollbar/overlay_scroll_bar.cc',
192 'controls/scrollbar/overlay_scroll_bar.h',
191 'controls/scrollbar/scroll_bar.cc', 193 'controls/scrollbar/scroll_bar.cc',
192 'controls/scrollbar/scroll_bar.h', 194 'controls/scrollbar/scroll_bar.h',
193 'controls/separator.cc', 195 'controls/separator.cc',
194 'controls/separator.h', 196 'controls/separator.h',
195 'controls/single_split_view.cc', 197 'controls/single_split_view.cc',
196 'controls/single_split_view.h', 198 'controls/single_split_view.h',
197 'controls/single_split_view_listener.h', 199 'controls/single_split_view_listener.h',
198 'controls/slide_out_view.cc', 200 'controls/slide_out_view.cc',
199 'controls/slide_out_view.h', 201 'controls/slide_out_view.h',
200 'controls/slider.cc', 202 'controls/slider.cc',
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 'sources/': [ 1022 'sources/': [
1021 # This is needed because the aura rule strips it from the default 1023 # This is needed because the aura rule strips it from the default
1022 # sources list. 1024 # sources list.
1023 ['include', '^../../content/app/startup_helper_win.cc'], 1025 ['include', '^../../content/app/startup_helper_win.cc'],
1024 ], 1026 ],
1025 }], 1027 }],
1026 ], 1028 ],
1027 }, # target_name: views_examples_with_content_exe 1029 }, # target_name: views_examples_with_content_exe
1028 ], 1030 ],
1029 } 1031 }
OLDNEW
« no previous file with comments | « ui/views/controls/scrollbar/scroll_bar.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698