| 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 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1922 'browser/ui/views/tabs/native_view_photobooth.h', | 1922 'browser/ui/views/tabs/native_view_photobooth.h', |
| 1923 'browser/ui/views/tabs/native_view_photobooth_win.cc', | 1923 'browser/ui/views/tabs/native_view_photobooth_win.cc', |
| 1924 'browser/ui/views/tabs/native_view_photobooth_win.h', | 1924 'browser/ui/views/tabs/native_view_photobooth_win.h', |
| 1925 'browser/ui/views/tabs/stacked_tab_strip_layout.cc', | 1925 'browser/ui/views/tabs/stacked_tab_strip_layout.cc', |
| 1926 'browser/ui/views/tabs/stacked_tab_strip_layout.h', | 1926 'browser/ui/views/tabs/stacked_tab_strip_layout.h', |
| 1927 'browser/ui/views/tabs/tab.cc', | 1927 'browser/ui/views/tabs/tab.cc', |
| 1928 'browser/ui/views/tabs/tab.h', | 1928 'browser/ui/views/tabs/tab.h', |
| 1929 'browser/ui/views/tabs/tab_controller.h', | 1929 'browser/ui/views/tabs/tab_controller.h', |
| 1930 'browser/ui/views/tabs/tab_drag_controller.cc', | 1930 'browser/ui/views/tabs/tab_drag_controller.cc', |
| 1931 'browser/ui/views/tabs/tab_drag_controller.h', | 1931 'browser/ui/views/tabs/tab_drag_controller.h', |
| 1932 'browser/ui/views/tabs/tab_paint_util.h', |
| 1933 'browser/ui/views/tabs/tab_paint_util.cc', |
| 1932 'browser/ui/views/tabs/tab_strip.cc', | 1934 'browser/ui/views/tabs/tab_strip.cc', |
| 1933 'browser/ui/views/tabs/tab_strip.h', | 1935 'browser/ui/views/tabs/tab_strip.h', |
| 1934 'browser/ui/views/tabs/tab_strip_controller.h', | 1936 'browser/ui/views/tabs/tab_strip_controller.h', |
| 1935 'browser/ui/views/task_manager_view.cc', | 1937 'browser/ui/views/task_manager_view.cc', |
| 1936 'browser/ui/views/theme_image_mapper.cc', | 1938 'browser/ui/views/theme_image_mapper.cc', |
| 1937 'browser/ui/views/theme_image_mapper.h', | 1939 'browser/ui/views/theme_image_mapper.h', |
| 1938 'browser/ui/views/theme_image_mapper_aura_win.cc', | 1940 'browser/ui/views/theme_image_mapper_aura_win.cc', |
| 1939 'browser/ui/views/toolbar_view.cc', | 1941 'browser/ui/views/toolbar_view.cc', |
| 1940 'browser/ui/views/toolbar_view.h', | 1942 'browser/ui/views/toolbar_view.h', |
| 1941 'browser/ui/views/top_level_widget_views.cc', | 1943 'browser/ui/views/top_level_widget_views.cc', |
| (...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3109 ['enable_webrtc==0', { | 3111 ['enable_webrtc==0', { |
| 3110 'sources!': [ | 3112 'sources!': [ |
| 3111 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3113 'browser/ui/webui/media/webrtc_logs_ui.cc', |
| 3112 'browser/ui/webui/media/webrtc_logs_ui.h', | 3114 'browser/ui/webui/media/webrtc_logs_ui.h', |
| 3113 ], | 3115 ], |
| 3114 }], | 3116 }], |
| 3115 ], | 3117 ], |
| 3116 }, | 3118 }, |
| 3117 ], | 3119 ], |
| 3118 } | 3120 } |
| OLD | NEW |