| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 2538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2549 ['safe_browsing==1', { | 2549 ['safe_browsing==1', { |
| 2550 'defines': [ | 2550 'defines': [ |
| 2551 'FULL_SAFE_BROWSING', | 2551 'FULL_SAFE_BROWSING', |
| 2552 ], | 2552 ], |
| 2553 }, { # safe_browsing==0 || safe_browsing==2 | 2553 }, { # safe_browsing==0 || safe_browsing==2 |
| 2554 'dependencies!': [ | 2554 'dependencies!': [ |
| 2555 'safe_browsing_proto', | 2555 'safe_browsing_proto', |
| 2556 'safe_browsing_report_proto', | 2556 'safe_browsing_report_proto', |
| 2557 ], | 2557 ], |
| 2558 }], | 2558 }], |
| 2559 ['toolkit_views == 1', { | |
| 2560 'dependencies': [ | |
| 2561 '../ui/wm/wm.gyp:wm', | |
| 2562 ], | |
| 2563 'sources!': [ | |
| 2564 'browser/ui/profile_reset_bubble_stub.cc', | |
| 2565 ], | |
| 2566 }, { # toolkit_views == 0 | |
| 2567 'sources!': [ | |
| 2568 'browser/ui/tabs/tab_strip_layout_type.h', | |
| 2569 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', | |
| 2570 'browser/ui/tabs/tab_strip_layout_type_prefs.h', | |
| 2571 ], | |
| 2572 }], | |
| 2573 ['OS=="linux"', { | 2559 ['OS=="linux"', { |
| 2574 'dependencies': [ | 2560 'dependencies': [ |
| 2575 '../build/linux/system.gyp:udev', | 2561 '../build/linux/system.gyp:udev', |
| 2576 ], | 2562 ], |
| 2577 'sources/': [ | 2563 'sources/': [ |
| 2578 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], | 2564 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], |
| 2579 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], | 2565 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], |
| 2580 ], | 2566 ], |
| 2581 }], | 2567 }], |
| 2582 ['chromeos==0', { | 2568 ['chromeos==0', { |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2668 }], | 2654 }], |
| 2669 ['use_aura==0 or chromeos==1 or OS!="linux"', { | 2655 ['use_aura==0 or chromeos==1 or OS!="linux"', { |
| 2670 'sources!': [ | 2656 'sources!': [ |
| 2671 'browser/ui/views/first_run_dialog.cc', | 2657 'browser/ui/views/first_run_dialog.cc', |
| 2672 'browser/ui/views/first_run_dialog.h', | 2658 'browser/ui/views/first_run_dialog.h', |
| 2673 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc', | 2659 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc', |
| 2674 'browser/ui/views/status_icons/status_icon_linux_wrapper.h', | 2660 'browser/ui/views/status_icons/status_icon_linux_wrapper.h', |
| 2675 ], | 2661 ], |
| 2676 }], | 2662 }], |
| 2677 ['use_aura==1', { | 2663 ['use_aura==1', { |
| 2664 'sources!': [ |
| 2665 'browser/ui/profile_reset_bubble_stub.cc', |
| 2666 ], |
| 2678 'sources/': [ | 2667 'sources/': [ |
| 2679 ['exclude', '^browser/ui/screen_capture_notification_ui_stub.cc'], | 2668 ['exclude', '^browser/ui/screen_capture_notification_ui_stub.cc'], |
| 2680 # TODO: (stevenjb/beng): Find a home for these. | 2669 # TODO: (stevenjb/beng): Find a home for these. |
| 2681 ['include', '^browser/ui/views/simple_message_box_views.cc'], | 2670 ['include', '^browser/ui/views/simple_message_box_views.cc'], |
| 2682 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], | 2671 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], |
| 2683 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], | 2672 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], |
| 2684 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], | 2673 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], |
| 2685 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], | 2674 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], |
| 2686 ], | 2675 ], |
| 2687 'dependencies': [ | 2676 'dependencies': [ |
| 2688 # aura uses some of ash resources. | 2677 # aura uses some of ash resources. |
| 2689 '../ash/ash.gyp:ash_resources', | 2678 '../ash/ash.gyp:ash_resources', |
| 2690 '../ui/aura/aura.gyp:aura', | 2679 '../ui/aura/aura.gyp:aura', |
| 2691 '../ui/keyboard/keyboard.gyp:keyboard', | 2680 '../ui/keyboard/keyboard.gyp:keyboard', |
| 2692 '../ui/keyboard/keyboard.gyp:keyboard_resources', | 2681 '../ui/keyboard/keyboard.gyp:keyboard_resources', |
| 2682 '../ui/wm/wm.gyp:wm', |
| 2693 ], | 2683 ], |
| 2694 'conditions': [ | 2684 'conditions': [ |
| 2695 ['OS=="win"', { | 2685 ['OS=="win"', { |
| 2696 'sources/': [ | 2686 'sources/': [ |
| 2697 ['exclude', '^browser/ui/views/apps/chrome_app_window_delegate_v
iews.cc'], | 2687 ['exclude', '^browser/ui/views/apps/chrome_app_window_delegate_v
iews.cc'], |
| 2698 ['exclude', '^browser/ui/views/theme_image_mapper.cc'], | 2688 ['exclude', '^browser/ui/views/theme_image_mapper.cc'], |
| 2699 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], | 2689 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], |
| 2700 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], | 2690 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], |
| 2701 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], | 2691 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], |
| 2702 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], | 2692 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], |
| 2703 ['include', 'browser/ui/browser_win.cc'], | 2693 ['include', 'browser/ui/browser_win.cc'], |
| 2704 ], | 2694 ], |
| 2705 }, { | 2695 }, { |
| 2706 'sources/': [ | 2696 'sources/': [ |
| 2707 ['exclude', '^browser/ui/views/color_chooser_dialog.cc'], | 2697 ['exclude', '^browser/ui/views/color_chooser_dialog.cc'], |
| 2708 ['exclude', '^browser/ui/views/color_chooser_dialog.h'], | 2698 ['exclude', '^browser/ui/views/color_chooser_dialog.h'], |
| 2709 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.cc
'], | 2699 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.cc
'], |
| 2710 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.h'
], | 2700 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.h'
], |
| 2711 ['exclude', '^browser/ui/views/hwnd_util.h'], | 2701 ['exclude', '^browser/ui/views/hwnd_util.h'], |
| 2712 ], | 2702 ], |
| 2713 }], | 2703 }], |
| 2714 ], | 2704 ], |
| 2715 }, { # else: use_aura==0 | 2705 }, { # else: use_aura==0 |
| 2706 'sources!': [ |
| 2707 'browser/ui/tabs/tab_strip_layout_type.h', |
| 2708 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', |
| 2709 'browser/ui/tabs/tab_strip_layout_type_prefs.h', |
| 2710 ], |
| 2716 'sources/': [ | 2711 'sources/': [ |
| 2717 ['exclude', '^browser/ui/views/frame/browser_desktop_window_tree_hos
t.h'], | 2712 ['exclude', '^browser/ui/views/frame/browser_desktop_window_tree_hos
t.h'], |
| 2718 ['exclude', '^browser/ui/views/frame/browser_desktop_window_tree_hos
t_win.cc'], | 2713 ['exclude', '^browser/ui/views/frame/browser_desktop_window_tree_hos
t_win.cc'], |
| 2719 ['exclude', '^browser/ui/views/frame/browser_desktop_window_tree_hos
t_win.h'], | 2714 ['exclude', '^browser/ui/views/frame/browser_desktop_window_tree_hos
t_win.h'], |
| 2720 ['exclude', '^browser/ui/views/frame/browser_desktop_window_tree_hos
t_x11.cc'], | 2715 ['exclude', '^browser/ui/views/frame/browser_desktop_window_tree_hos
t_x11.cc'], |
| 2721 ['exclude', '^browser/ui/views/frame/browser_desktop_window_tree_hos
t_x11.h'], | 2716 ['exclude', '^browser/ui/views/frame/browser_desktop_window_tree_hos
t_x11.h'], |
| 2722 ['exclude', '^browser/ui/views/theme_image_mapper_aura_win.cc'], | 2717 ['exclude', '^browser/ui/views/theme_image_mapper_aura_win.cc'], |
| 2723 ['exclude', '^browser/ui/webui/gesture_config_ui.cc'], | 2718 ['exclude', '^browser/ui/webui/gesture_config_ui.cc'], |
| 2724 ['exclude', '^browser/ui/webui/gesture_config_ui.h'], | 2719 ['exclude', '^browser/ui/webui/gesture_config_ui.h'], |
| 2725 ['exclude', '^browser/ui/webui/salsa_ui.cc'], | 2720 ['exclude', '^browser/ui/webui/salsa_ui.cc'], |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3144 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3139 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3145 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3140 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3146 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3141 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3147 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3142 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3148 ], | 3143 ], |
| 3149 }], | 3144 }], |
| 3150 ], | 3145 ], |
| 3151 }, | 3146 }, |
| 3152 ], | 3147 ], |
| 3153 } | 3148 } |
| OLD | NEW |