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

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

Issue 10908048: Set up new desktop classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
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 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'view_text_utils.cc', 308 'view_text_utils.cc',
309 'view_text_utils.h', 309 'view_text_utils.h',
310 'view_win.cc', 310 'view_win.cc',
311 'views_delegate.h', 311 'views_delegate.h',
312 'widget/aero_tooltip_manager.cc', 312 'widget/aero_tooltip_manager.cc',
313 'widget/aero_tooltip_manager.h', 313 'widget/aero_tooltip_manager.h',
314 'widget/child_window_message_processor.cc', 314 'widget/child_window_message_processor.cc',
315 'widget/child_window_message_processor.h', 315 'widget/child_window_message_processor.h',
316 'widget/default_theme_provider.cc', 316 'widget/default_theme_provider.cc',
317 'widget/default_theme_provider.h', 317 'widget/default_theme_provider.h',
318 'widget/desktop_native_widget_aura.cc',
319 'widget/desktop_native_widget_aura.h',
318 'widget/desktop_native_widget_helper_aura.cc', 320 'widget/desktop_native_widget_helper_aura.cc',
319 'widget/desktop_native_widget_helper_aura.h', 321 'widget/desktop_native_widget_helper_aura.h',
322 'widget/desktop_root_window_host.h',
323 'widget/desktop_root_window_host_win.cc',
324 'widget/desktop_root_window_host_win.h',
320 'widget/drop_helper.cc', 325 'widget/drop_helper.cc',
321 'widget/drop_helper.h', 326 'widget/drop_helper.h',
322 'widget/drop_target_win.cc', 327 'widget/drop_target_win.cc',
323 'widget/drop_target_win.h', 328 'widget/drop_target_win.h',
324 'widget/root_view.cc', 329 'widget/root_view.cc',
325 'widget/root_view.h', 330 'widget/root_view.h',
326 'widget/tooltip_manager_aura.cc', 331 'widget/tooltip_manager_aura.cc',
327 'widget/tooltip_manager_aura.h', 332 'widget/tooltip_manager_aura.h',
328 'widget/tooltip_manager_win.cc', 333 'widget/tooltip_manager_win.cc',
329 'widget/tooltip_manager_win.h', 334 'widget/tooltip_manager_win.h',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'conditions': [ 411 'conditions': [
407 ['OS=="mac"', { 412 ['OS=="mac"', {
408 'sources/': [ 413 'sources/': [
409 ['exclude', 'mouse_watcher.cc'], 414 ['exclude', 'mouse_watcher.cc'],
410 ['exclude', 'controls/menu/*'], 415 ['exclude', 'controls/menu/*'],
411 ['exclude', 'controls/scrollbar/*'], 416 ['exclude', 'controls/scrollbar/*'],
412 ['exclude', 'focus/accelerator_handler_aura.cc'], 417 ['exclude', 'focus/accelerator_handler_aura.cc'],
413 ['exclude', 'widget/tooltip_manager_views.cc'], 418 ['exclude', 'widget/tooltip_manager_views.cc'],
414 ], 419 ],
415 }], 420 }],
421 ['OS=="win"', {
422 'sources/': [
423 ['include', 'widget/desktop_root_window_host_win.cc'],
424 ['include', 'widget/desktop_root_window_host_win.h'],
425 ],
426 }],
416 ], 427 ],
417 }], 428 }],
418 ['use_aura==0', { 429 ['use_aura==0', {
419 'sources!': [ 430 'sources!': [
420 'widget/tooltip_manager_views.cc', 431 'widget/tooltip_manager_views.cc',
432 'widget/desktop_root_window_host.h',
433 'widget/desktop_root_window_host_win.cc',
434 'widget/desktop_root_window_host_win.h',
435 'widget/desktop_native_widget_aura.cc',
436 'widget/desktop_native_widget_aura.h',
421 ], 437 ],
422 }], 438 }],
423 ['use_aura==0 and OS=="win"', { 439 ['use_aura==0 and OS=="win"', {
424 'sources!': [ 440 'sources!': [
425 'controls/menu/menu_config_views.cc', 441 'controls/menu/menu_config_views.cc',
426 'controls/menu/menu_item_view_views.cc', 442 'controls/menu/menu_item_view_views.cc',
427 'controls/menu/menu_separator_views.cc', 443 'controls/menu/menu_separator_views.cc',
428 'controls/table/group_table_view_views.cc', 444 'controls/table/group_table_view_views.cc',
429 'controls/table/group_table_view_views.h', 445 'controls/table/group_table_view_views.h',
430 'controls/table/table_view_views.cc', 446 'controls/table/table_view_views.cc',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 'sources/': [ 838 'sources/': [
823 # This is needed because the aura rule strips it from the default 839 # This is needed because the aura rule strips it from the default
824 # sources list. 840 # sources list.
825 ['include', '^../../content/app/startup_helper_win.cc'], 841 ['include', '^../../content/app/startup_helper_win.cc'],
826 ], 842 ],
827 }], 843 }],
828 ], 844 ],
829 }, # target_name: views_examples_with_content_exe 845 }, # target_name: views_examples_with_content_exe
830 ], 846 ],
831 } 847 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/widget/desktop_native_widget_aura.h » ('j') | ui/views/widget/desktop_native_widget_aura.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698