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

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

Issue 15240002: Cross-platform DefaultThemeProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comment. Created 7 years, 7 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/ui.gyp ('k') | ui/views/widget/default_theme_provider.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 '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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'view_model_utils.h', 337 'view_model_utils.h',
338 'view_text_utils.cc', 338 'view_text_utils.cc',
339 'view_text_utils.h', 339 'view_text_utils.h',
340 'view_win.cc', 340 'view_win.cc',
341 'views_delegate.cc', 341 'views_delegate.cc',
342 'views_delegate.h', 342 'views_delegate.h',
343 'widget/aero_tooltip_manager.cc', 343 'widget/aero_tooltip_manager.cc',
344 'widget/aero_tooltip_manager.h', 344 'widget/aero_tooltip_manager.h',
345 'widget/child_window_message_processor.cc', 345 'widget/child_window_message_processor.cc',
346 'widget/child_window_message_processor.h', 346 'widget/child_window_message_processor.h',
347 'widget/default_theme_provider.cc',
348 'widget/default_theme_provider.h',
349 'widget/desktop_aura/desktop_activation_client.cc', 347 'widget/desktop_aura/desktop_activation_client.cc',
350 'widget/desktop_aura/desktop_activation_client.h', 348 'widget/desktop_aura/desktop_activation_client.h',
351 'widget/desktop_aura/desktop_capture_client.cc', 349 'widget/desktop_aura/desktop_capture_client.cc',
352 'widget/desktop_aura/desktop_capture_client.h', 350 'widget/desktop_aura/desktop_capture_client.h',
353 'widget/desktop_aura/desktop_cursor_loader_updater.h', 351 'widget/desktop_aura/desktop_cursor_loader_updater.h',
354 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.cc', 352 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.cc',
355 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.h', 353 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.h',
356 'widget/desktop_aura/desktop_dispatcher_client.cc', 354 'widget/desktop_aura/desktop_dispatcher_client.cc',
357 'widget/desktop_aura/desktop_dispatcher_client.h', 355 'widget/desktop_aura/desktop_dispatcher_client.h',
358 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', 356 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc',
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 'sources/': [ 1008 'sources/': [
1011 # This is needed because the aura rule strips it from the default 1009 # This is needed because the aura rule strips it from the default
1012 # sources list. 1010 # sources list.
1013 ['include', '^../../content/app/startup_helper_win.cc'], 1011 ['include', '^../../content/app/startup_helper_win.cc'],
1014 ], 1012 ],
1015 }], 1013 }],
1016 ], 1014 ],
1017 }, # target_name: views_examples_with_content_exe 1015 }, # target_name: views_examples_with_content_exe
1018 ], 1016 ],
1019 } 1017 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | ui/views/widget/default_theme_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698