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

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

Issue 11819008: Refactors building the system menu model into a common place (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to trunk and fix windows build Created 7 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 | « chrome/chrome_browser_ui.gypi ('k') | no next file » | 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 'window/non_client_view.h', 441 'window/non_client_view.h',
442 'window/window_resources.h', 442 'window/window_resources.h',
443 'window/window_shape.cc', 443 'window/window_shape.cc',
444 'window/window_shape.h', 444 'window/window_shape.h',
445 ], 445 ],
446 'include_dirs': [ 446 'include_dirs': [
447 '../../third_party/wtl/include', 447 '../../third_party/wtl/include',
448 ], 448 ],
449 'conditions': [ 449 'conditions': [
450 ['use_aura==1', { 450 ['use_aura==1', {
451 'sources/': [
452 ['exclude', 'controls/menu/menu_2.*'],
453 ],
454 'sources!': [ 451 'sources!': [
455 'controls/native_control.cc', 452 'controls/native_control.cc',
456 'controls/native_control.h', 453 'controls/native_control.h',
457 'controls/scrollbar/bitmap_scroll_bar.cc', 454 'controls/scrollbar/bitmap_scroll_bar.cc',
458 'controls/scrollbar/bitmap_scroll_bar.h', 455 'controls/scrollbar/bitmap_scroll_bar.h',
459 'controls/table/group_table_model.h', 456 'controls/table/group_table_model.h',
460 'controls/table/group_table_view.cc', 457 'controls/table/group_table_view.cc',
461 'controls/table/group_table_view.h', 458 'controls/table/group_table_view.h',
462 'controls/table/table_view_observer.h', 459 'controls/table/table_view_observer.h',
463 'widget/aero_tooltip_manager.cc', 460 'widget/aero_tooltip_manager.cc',
464 'widget/aero_tooltip_manager.h', 461 'widget/aero_tooltip_manager.h',
465 'widget/child_window_message_processor.cc', 462 'widget/child_window_message_processor.cc',
466 'widget/child_window_message_processor.h', 463 'widget/child_window_message_processor.h',
467 ], 464 ],
468 'conditions': [ 465 'conditions': [
469 ['OS=="mac"', { 466 ['OS=="mac"', {
470 'sources/': [ 467 'sources/': [
471 ['exclude', 'mouse_watcher.cc'], 468 ['exclude', 'mouse_watcher.cc'],
472 ['exclude', 'controls/menu/'], 469 ['exclude', 'controls/menu/'],
473 ['exclude', 'controls/scrollbar/'], 470 ['exclude', 'controls/scrollbar/'],
474 ['exclude', 'focus/accelerator_handler_aura.cc'], 471 ['exclude', 'focus/accelerator_handler_aura.cc'],
475 ], 472 ],
476 }], 473 }],
477 ['OS=="win"', { 474 ['OS=="win"', {
478 'sources/': [ 475 'sources/': [
476 ['include', 'controls/menu/native_menu_win.cc'],
477 ['include', 'controls/menu/native_menu_win.h'],
479 ['include', 'widget/desktop_aura/desktop_screen_win.cc'], 478 ['include', 'widget/desktop_aura/desktop_screen_win.cc'],
480 ['include', 'widget/desktop_aura/desktop_drag_drop_client_win.cc '], 479 ['include', 'widget/desktop_aura/desktop_drag_drop_client_win.cc '],
481 ['include', 'widget/desktop_aura/desktop_drop_target_win.cc'], 480 ['include', 'widget/desktop_aura/desktop_drop_target_win.cc'],
482 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc '], 481 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc '],
483 ], 482 ],
484 }], 483 }],
484 ['OS!="win"', {
485 'sources/': [
486 ['exclude', 'controls/menu/menu_2.*'],
487 ],
488 }],
485 ], 489 ],
486 }], 490 }],
487 ['use_aura==0', { 491 ['use_aura==0', {
488 'sources/': [ 492 'sources/': [
489 ['exclude', 'corewm'], 493 ['exclude', 'corewm'],
490 ['exclude', 'widget/desktop_aura'], 494 ['exclude', 'widget/desktop_aura'],
491 ], 495 ],
492 'sources!': [ 496 'sources!': [
493 'widget/native_widget_aura_window_observer.cc', 497 'widget/native_widget_aura_window_observer.cc',
494 'widget/native_widget_aura_window_observer.h', 498 'widget/native_widget_aura_window_observer.h',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 'sources/': [ 990 'sources/': [
987 # This is needed because the aura rule strips it from the default 991 # This is needed because the aura rule strips it from the default
988 # sources list. 992 # sources list.
989 ['include', '^../../content/app/startup_helper_win.cc'], 993 ['include', '^../../content/app/startup_helper_win.cc'],
990 ], 994 ],
991 }], 995 }],
992 ], 996 ],
993 }, # target_name: views_examples_with_content_exe 997 }, # target_name: views_examples_with_content_exe
994 ], 998 ],
995 } 999 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698