| 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 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1882 'browser/ui/webui/media/media_internals_ui.cc', | 1882 'browser/ui/webui/media/media_internals_ui.cc', |
| 1883 'browser/ui/webui/media/media_internals_ui.h', | 1883 'browser/ui/webui/media/media_internals_ui.h', |
| 1884 'browser/ui/webui/metrics_handler.cc', | 1884 'browser/ui/webui/metrics_handler.cc', |
| 1885 'browser/ui/webui/metrics_handler.h', | 1885 'browser/ui/webui/metrics_handler.h', |
| 1886 'browser/ui/webui/nacl_ui.cc', | 1886 'browser/ui/webui/nacl_ui.cc', |
| 1887 'browser/ui/webui/nacl_ui.h', | 1887 'browser/ui/webui/nacl_ui.h', |
| 1888 'browser/ui/webui/set_as_default_browser_ui.cc', | 1888 'browser/ui/webui/set_as_default_browser_ui.cc', |
| 1889 'browser/ui/webui/set_as_default_browser_ui.h', | 1889 'browser/ui/webui/set_as_default_browser_ui.h', |
| 1890 'browser/ui/webui/net_internals/net_internals_ui.cc', | 1890 'browser/ui/webui/net_internals/net_internals_ui.cc', |
| 1891 'browser/ui/webui/net_internals/net_internals_ui.h', | 1891 'browser/ui/webui/net_internals/net_internals_ui.h', |
| 1892 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_handler.cc', |
| 1893 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_handler.h', |
| 1894 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.cc', |
| 1895 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.h', |
| 1892 'browser/ui/webui/ntp/app_launcher_handler.cc', | 1896 'browser/ui/webui/ntp/app_launcher_handler.cc', |
| 1893 'browser/ui/webui/ntp/app_launcher_handler.h', | 1897 'browser/ui/webui/ntp/app_launcher_handler.h', |
| 1894 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 1898 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
| 1895 'browser/ui/webui/ntp/favicon_webui_handler.h', | 1899 'browser/ui/webui/ntp/favicon_webui_handler.h', |
| 1896 'browser/ui/webui/ntp/foreign_session_handler.cc', | 1900 'browser/ui/webui/ntp/foreign_session_handler.cc', |
| 1897 'browser/ui/webui/ntp/foreign_session_handler.h', | 1901 'browser/ui/webui/ntp/foreign_session_handler.h', |
| 1898 'browser/ui/webui/ntp/most_visited_handler.cc', | 1902 'browser/ui/webui/ntp/most_visited_handler.cc', |
| 1899 'browser/ui/webui/ntp/most_visited_handler.h', | 1903 'browser/ui/webui/ntp/most_visited_handler.h', |
| 1900 'browser/ui/webui/ntp/new_tab_page_handler.cc', | 1904 'browser/ui/webui/ntp/new_tab_page_handler.cc', |
| 1901 'browser/ui/webui/ntp/new_tab_page_handler.h', | 1905 'browser/ui/webui/ntp/new_tab_page_handler.h', |
| (...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2784 }, { # else: enable_app_list==0 | 2788 }, { # else: enable_app_list==0 |
| 2785 'sources/': [ | 2789 'sources/': [ |
| 2786 ['exclude', '^browser/ui/views/app_list/'], | 2790 ['exclude', '^browser/ui/views/app_list/'], |
| 2787 ['exclude', '^browser/ui/app_list/'], | 2791 ['exclude', '^browser/ui/app_list/'], |
| 2788 ] | 2792 ] |
| 2789 }], | 2793 }], |
| 2790 ], | 2794 ], |
| 2791 }, | 2795 }, |
| 2792 ], | 2796 ], |
| 2793 } | 2797 } |
| OLD | NEW |