| 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 1862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1873 'browser/ui/views/frame/browser_command_handler_x11.cc', | 1873 'browser/ui/views/frame/browser_command_handler_x11.cc', |
| 1874 'browser/ui/views/frame/browser_command_handler_x11.h', | 1874 'browser/ui/views/frame/browser_command_handler_x11.h', |
| 1875 'browser/ui/views/frame/browser_frame.cc', | 1875 'browser/ui/views/frame/browser_frame.cc', |
| 1876 'browser/ui/views/frame/browser_frame.h', | 1876 'browser/ui/views/frame/browser_frame.h', |
| 1877 'browser/ui/views/frame/browser_frame_ash.cc', | 1877 'browser/ui/views/frame/browser_frame_ash.cc', |
| 1878 'browser/ui/views/frame/browser_frame_ash.h', | 1878 'browser/ui/views/frame/browser_frame_ash.h', |
| 1879 'browser/ui/views/frame/browser_frame_ashwin.cc', | 1879 'browser/ui/views/frame/browser_frame_ashwin.cc', |
| 1880 'browser/ui/views/frame/browser_frame_ashwin.h', | 1880 'browser/ui/views/frame/browser_frame_ashwin.h', |
| 1881 'browser/ui/views/frame/browser_frame_common_win.cc', | 1881 'browser/ui/views/frame/browser_frame_common_win.cc', |
| 1882 'browser/ui/views/frame/browser_frame_common_win.h', | 1882 'browser/ui/views/frame/browser_frame_common_win.h', |
| 1883 'browser/ui/views/frame/browser_header_painter_ash.cc', |
| 1884 'browser/ui/views/frame/browser_header_painter_ash.h', |
| 1883 'browser/ui/views/frame/browser_non_client_frame_view.cc', | 1885 'browser/ui/views/frame/browser_non_client_frame_view.cc', |
| 1884 'browser/ui/views/frame/browser_non_client_frame_view.h', | 1886 'browser/ui/views/frame/browser_non_client_frame_view.h', |
| 1885 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', | 1887 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', |
| 1886 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', | 1888 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', |
| 1887 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', | 1889 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', |
| 1888 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', | 1890 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', |
| 1889 'browser/ui/views/frame/browser_root_view.cc', | 1891 'browser/ui/views/frame/browser_root_view.cc', |
| 1890 'browser/ui/views/frame/browser_root_view.h', | 1892 'browser/ui/views/frame/browser_root_view.h', |
| 1891 'browser/ui/views/frame/browser_shutdown.cc', | 1893 'browser/ui/views/frame/browser_shutdown.cc', |
| 1892 'browser/ui/views/frame/browser_shutdown.h', | 1894 'browser/ui/views/frame/browser_shutdown.h', |
| (...skipping 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3413 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3415 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3414 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3416 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3415 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3417 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3416 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3418 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3417 ], | 3419 ], |
| 3418 }], | 3420 }], |
| 3419 ], | 3421 ], |
| 3420 }, | 3422 }, |
| 3421 ], | 3423 ], |
| 3422 } | 3424 } |
| OLD | NEW |