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

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

Issue 23483041: [Cleanup] Remove mac code from aura/ash/views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/view.cc ('k') | ui/views/widget/drop_helper.cc » ('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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 'controls/scrollbar/bitmap_scroll_bar.h', 481 'controls/scrollbar/bitmap_scroll_bar.h',
482 'controls/table/table_view_observer.h', 482 'controls/table/table_view_observer.h',
483 'widget/aero_tooltip_manager.cc', 483 'widget/aero_tooltip_manager.cc',
484 'widget/aero_tooltip_manager.h', 484 'widget/aero_tooltip_manager.h',
485 'widget/child_window_message_processor.cc', 485 'widget/child_window_message_processor.cc',
486 'widget/child_window_message_processor.h', 486 'widget/child_window_message_processor.h',
487 'widget/tooltip_manager_win.cc', 487 'widget/tooltip_manager_win.cc',
488 'widget/tooltip_manager_win.h', 488 'widget/tooltip_manager_win.h',
489 ], 489 ],
490 'conditions': [ 490 'conditions': [
491 ['OS=="mac"', {
492 'sources/': [
493 ['exclude', 'mouse_watcher.cc'],
494 ['exclude', 'controls/menu/'],
495 ['exclude', 'controls/scrollbar/'],
496 ['exclude', 'focus/accelerator_handler_aura.cc'],
497 ],
498 }],
499 ['OS=="win"', { 491 ['OS=="win"', {
500 'sources/': [ 492 'sources/': [
501 ['include', 'controls/menu/menu_insertion_delegate_win.h'], 493 ['include', 'controls/menu/menu_insertion_delegate_win.h'],
502 ['include', 'controls/menu/native_menu_win.cc'], 494 ['include', 'controls/menu/native_menu_win.cc'],
503 ['include', 'controls/menu/native_menu_win.h'], 495 ['include', 'controls/menu/native_menu_win.h'],
504 ['include', 'widget/desktop_aura/desktop_screen_win.cc'], 496 ['include', 'widget/desktop_aura/desktop_screen_win.cc'],
505 ['include', 'widget/desktop_aura/desktop_drag_drop_client_win.cc '], 497 ['include', 'widget/desktop_aura/desktop_drag_drop_client_win.cc '],
506 ['include', 'widget/desktop_aura/desktop_drop_target_win.cc'], 498 ['include', 'widget/desktop_aura/desktop_drop_target_win.cc'],
507 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc '], 499 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc '],
508 ['include', 'widget/monitor_win.cc'], 500 ['include', 'widget/monitor_win.cc'],
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 'sources/': [ 1062 'sources/': [
1071 # This is needed because the aura rule strips it from the default 1063 # This is needed because the aura rule strips it from the default
1072 # sources list. 1064 # sources list.
1073 ['include', '^../../content/app/startup_helper_win.cc'], 1065 ['include', '^../../content/app/startup_helper_win.cc'],
1074 ], 1066 ],
1075 }], 1067 }],
1076 ], 1068 ],
1077 }, # target_name: views_examples_with_content_exe 1069 }, # target_name: views_examples_with_content_exe
1078 ], 1070 ],
1079 } 1071 }
OLDNEW
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/widget/drop_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698