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

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

Issue 143953007: Changes look for scrollbars on windows (2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 11 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/native_theme/native_theme.h ('k') | ui/native_theme/native_theme_aura.h » ('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) 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 15 matching lines...) Expand all
26 'common_theme.cc', 26 'common_theme.cc',
27 'common_theme.h', 27 'common_theme.h',
28 'fallback_theme.cc', 28 'fallback_theme.cc',
29 'fallback_theme.h', 29 'fallback_theme.h',
30 'native_theme.cc', 30 'native_theme.cc',
31 'native_theme.h', 31 'native_theme.h',
32 'native_theme_android.cc', 32 'native_theme_android.cc',
33 'native_theme_android.h', 33 'native_theme_android.h',
34 'native_theme_aura.cc', 34 'native_theme_aura.cc',
35 'native_theme_aura.h', 35 'native_theme_aura.h',
36 'native_theme_aurawin.cc',
37 'native_theme_aurawin.h',
36 'native_theme_base.cc', 38 'native_theme_base.cc',
37 'native_theme_base.h', 39 'native_theme_base.h',
38 'native_theme_gtk.cc', 40 'native_theme_gtk.cc',
39 'native_theme_gtk.h', 41 'native_theme_gtk.h',
40 'native_theme_mac.h', 42 'native_theme_mac.h',
41 'native_theme_mac.mm', 43 'native_theme_mac.mm',
42 'native_theme_win.cc', 44 'native_theme_win.cc',
43 'native_theme_win.h', 45 'native_theme_win.h',
44 ], 46 ],
45 }, 47 },
46 ], 48 ],
47 } 49 }
OLDNEW
« no previous file with comments | « ui/native_theme/native_theme.h ('k') | ui/native_theme/native_theme_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698