| 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 1894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1905 'browser/ui/views/tabs/tab_strip.cc', | 1905 'browser/ui/views/tabs/tab_strip.cc', |
| 1906 'browser/ui/views/tabs/tab_strip.h', | 1906 'browser/ui/views/tabs/tab_strip.h', |
| 1907 'browser/ui/views/tabs/tab_strip_controller.h', | 1907 'browser/ui/views/tabs/tab_strip_controller.h', |
| 1908 'browser/ui/views/task_manager_view.cc', | 1908 'browser/ui/views/task_manager_view.cc', |
| 1909 'browser/ui/views/theme_image_mapper.cc', | 1909 'browser/ui/views/theme_image_mapper.cc', |
| 1910 'browser/ui/views/theme_image_mapper.h', | 1910 'browser/ui/views/theme_image_mapper.h', |
| 1911 'browser/ui/views/theme_image_mapper_aura_win.cc', | 1911 'browser/ui/views/theme_image_mapper_aura_win.cc', |
| 1912 'browser/ui/views/toolbar_view.cc', | 1912 'browser/ui/views/toolbar_view.cc', |
| 1913 'browser/ui/views/toolbar_view.h', | 1913 'browser/ui/views/toolbar_view.h', |
| 1914 'browser/ui/views/top_level_widget_views.cc', | 1914 'browser/ui/views/top_level_widget_views.cc', |
| 1915 'browser/ui/views/touch_uma/touch_uma.h', |
| 1915 'browser/ui/views/uninstall_view.cc', | 1916 'browser/ui/views/uninstall_view.cc', |
| 1916 'browser/ui/views/uninstall_view.h', | 1917 'browser/ui/views/uninstall_view.h', |
| 1917 'browser/ui/views/update_recommended_message_box.cc', | 1918 'browser/ui/views/update_recommended_message_box.cc', |
| 1918 'browser/ui/views/update_recommended_message_box.h', | 1919 'browser/ui/views/update_recommended_message_box.h', |
| 1919 'browser/ui/views/outdated_upgrade_bubble_view.h', | 1920 'browser/ui/views/outdated_upgrade_bubble_view.h', |
| 1920 'browser/ui/views/outdated_upgrade_bubble_view.cc', | 1921 'browser/ui/views/outdated_upgrade_bubble_view.cc', |
| 1921 'browser/ui/views/user_data_dir_dialog_view.cc', | 1922 'browser/ui/views/user_data_dir_dialog_view.cc', |
| 1922 'browser/ui/views/user_data_dir_dialog_view.h', | 1923 'browser/ui/views/user_data_dir_dialog_view.h', |
| 1923 'browser/ui/views/validation_message_bubble_delegate.h', | 1924 'browser/ui/views/validation_message_bubble_delegate.h', |
| 1924 'browser/ui/views/validation_message_bubble_delegate.cc', | 1925 'browser/ui/views/validation_message_bubble_delegate.cc', |
| (...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2559 '../printing/printing.gyp:cups', | 2560 '../printing/printing.gyp:cups', |
| 2560 ], | 2561 ], |
| 2561 }], | 2562 }], |
| 2562 ['use_gconf==0', { | 2563 ['use_gconf==0', { |
| 2563 'sources!': [ | 2564 'sources!': [ |
| 2564 'browser/ui/gtk/gconf_titlebar_listener.cc', | 2565 'browser/ui/gtk/gconf_titlebar_listener.cc', |
| 2565 'browser/ui/gtk/gconf_titlebar_listener.h', | 2566 'browser/ui/gtk/gconf_titlebar_listener.h', |
| 2566 ], | 2567 ], |
| 2567 }], | 2568 }], |
| 2568 ['use_ash==1', { | 2569 ['use_ash==1', { |
| 2570 'sources': [ |
| 2571 'browser/ui/views/touch_uma/touch_uma_ash.cc', |
| 2572 ], |
| 2569 'dependencies': [ | 2573 'dependencies': [ |
| 2570 '../ash/ash.gyp:ash', | 2574 '../ash/ash.gyp:ash', |
| 2571 '../ash/ash_strings.gyp:ash_strings', | 2575 '../ash/ash_strings.gyp:ash_strings', |
| 2572 ], | 2576 ], |
| 2577 }, { # use_ash==0 |
| 2578 'sources': [ |
| 2579 'browser/ui/views/touch_uma/touch_uma.cc', |
| 2580 ], |
| 2573 }], | 2581 }], |
| 2574 ['toolkit_views==0 or chromeos==1', { | 2582 ['toolkit_views==0 or chromeos==1', { |
| 2575 'sources!': [ | 2583 'sources!': [ |
| 2576 'browser/ui/views/message_center/notification_bubble_wrapper.h', | 2584 'browser/ui/views/message_center/notification_bubble_wrapper.h', |
| 2577 'browser/ui/views/message_center/notification_bubble_wrapper.cc', | 2585 'browser/ui/views/message_center/notification_bubble_wrapper.cc', |
| 2578 'browser/ui/views/message_center/web_notification_tray.h', | 2586 'browser/ui/views/message_center/web_notification_tray.h', |
| 2579 'browser/ui/views/message_center/web_notification_tray.cc', | 2587 'browser/ui/views/message_center/web_notification_tray.cc', |
| 2580 ], | 2588 ], |
| 2581 }], | 2589 }], |
| 2582 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { | 2590 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3022 ['enable_webrtc==0', { | 3030 ['enable_webrtc==0', { |
| 3023 'sources!': [ | 3031 'sources!': [ |
| 3024 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3032 'browser/ui/webui/media/webrtc_logs_ui.cc', |
| 3025 'browser/ui/webui/media/webrtc_logs_ui.h', | 3033 'browser/ui/webui/media/webrtc_logs_ui.h', |
| 3026 ], | 3034 ], |
| 3027 }], | 3035 }], |
| 3028 ], | 3036 ], |
| 3029 }, | 3037 }, |
| 3030 ], | 3038 ], |
| 3031 } | 3039 } |
| OLD | NEW |