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

Side by Side Diff: ui/ui.gyp

Issue 11367041: Adds View::GetNativeTheme() to get the NativeTheme. The interesting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix include Created 8 years, 1 month 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/base/native_theme/native_theme_base.h ('k') | ui/views/view.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 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'base/cursor/cursor_win.cc', 607 'base/cursor/cursor_win.cc',
608 'base/cursor/cursor_x11.cc', 608 'base/cursor/cursor_x11.cc',
609 'base/native_theme/native_theme_aura.cc', 609 'base/native_theme/native_theme_aura.cc',
610 'base/native_theme/native_theme_aura.h', 610 'base/native_theme/native_theme_aura.h',
611 ] 611 ]
612 }], 612 }],
613 ['use_aura==1 and OS=="win"', { 613 ['use_aura==1 and OS=="win"', {
614 'sources/': [ 614 'sources/': [
615 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], 615 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'],
616 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'], 616 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'],
617 ['exclude', 'base/native_theme/native_theme_win.cc'],
618 ['exclude', 'base/native_theme/native_theme_win.h'],
619 ], 617 ],
620 }], 618 }],
621 ['use_aura==0 and toolkit_views==0', { 619 ['use_aura==0 and toolkit_views==0', {
622 'sources/': [ 620 'sources/': [
623 ['exclude', '^base/gestures/*'], 621 ['exclude', '^base/gestures/*'],
624 ] 622 ]
625 }], 623 }],
626 ['use_aura==1 and use_ash==0 and OS=="linux"', { 624 ['use_aura==1 and use_ash==0 and OS=="linux"', {
627 'sources': [ 625 'sources': [
628 'base/linux_ui.cc', 626 'base/linux_ui.cc',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 }, 887 },
890 'dependencies': [ 888 'dependencies': [
891 '../base/base.gyp:base_java', 889 '../base/base.gyp:base_java',
892 ], 890 ],
893 'includes': [ '../build/java.gypi' ], 891 'includes': [ '../build/java.gypi' ],
894 }, 892 },
895 ], 893 ],
896 }], 894 }],
897 ], 895 ],
898 } 896 }
OLDNEW
« no previous file with comments | « ui/base/native_theme/native_theme_base.h ('k') | ui/views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698