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 1917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1928 'browser/ui/webui/metrics_handler.cc', | 1928 'browser/ui/webui/metrics_handler.cc', |
1929 'browser/ui/webui/metrics_handler.h', | 1929 'browser/ui/webui/metrics_handler.h', |
1930 'browser/ui/webui/nacl_ui.cc', | 1930 'browser/ui/webui/nacl_ui.cc', |
1931 'browser/ui/webui/nacl_ui.h', | 1931 'browser/ui/webui/nacl_ui.h', |
1932 'browser/ui/webui/set_as_default_browser_ui.cc', | 1932 'browser/ui/webui/set_as_default_browser_ui.cc', |
1933 'browser/ui/webui/set_as_default_browser_ui.h', | 1933 'browser/ui/webui/set_as_default_browser_ui.h', |
1934 'browser/ui/webui/net_internals/net_internals_ui.cc', | 1934 'browser/ui/webui/net_internals/net_internals_ui.cc', |
1935 'browser/ui/webui/net_internals/net_internals_ui.h', | 1935 'browser/ui/webui/net_internals/net_internals_ui.h', |
1936 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.cc', | 1936 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.cc', |
1937 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.h', | 1937 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.h', |
| 1938 'browser/ui/webui/managed_user_passphrase_dialog.cc', |
| 1939 'browser/ui/webui/managed_user_passphrase_dialog.h', |
1938 'browser/ui/webui/ntp/app_launcher_handler.cc', | 1940 'browser/ui/webui/ntp/app_launcher_handler.cc', |
1939 'browser/ui/webui/ntp/app_launcher_handler.h', | 1941 'browser/ui/webui/ntp/app_launcher_handler.h', |
1940 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 1942 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
1941 'browser/ui/webui/ntp/favicon_webui_handler.h', | 1943 'browser/ui/webui/ntp/favicon_webui_handler.h', |
1942 'browser/ui/webui/ntp/foreign_session_handler.cc', | 1944 'browser/ui/webui/ntp/foreign_session_handler.cc', |
1943 'browser/ui/webui/ntp/foreign_session_handler.h', | 1945 'browser/ui/webui/ntp/foreign_session_handler.h', |
1944 'browser/ui/webui/ntp/most_visited_handler.cc', | 1946 'browser/ui/webui/ntp/most_visited_handler.cc', |
1945 'browser/ui/webui/ntp/most_visited_handler.h', | 1947 'browser/ui/webui/ntp/most_visited_handler.h', |
1946 'browser/ui/webui/ntp/new_tab_page_handler.cc', | 1948 'browser/ui/webui/ntp/new_tab_page_handler.cc', |
1947 'browser/ui/webui/ntp/new_tab_page_handler.h', | 1949 'browser/ui/webui/ntp/new_tab_page_handler.h', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2039 'browser/ui/webui/options/home_page_overlay_handler.cc', | 2041 'browser/ui/webui/options/home_page_overlay_handler.cc', |
2040 'browser/ui/webui/options/home_page_overlay_handler.h', | 2042 'browser/ui/webui/options/home_page_overlay_handler.h', |
2041 'browser/ui/webui/options/import_data_handler.cc', | 2043 'browser/ui/webui/options/import_data_handler.cc', |
2042 'browser/ui/webui/options/import_data_handler.h', | 2044 'browser/ui/webui/options/import_data_handler.h', |
2043 'browser/ui/webui/options/language_dictionary_overlay_handler.cc', | 2045 'browser/ui/webui/options/language_dictionary_overlay_handler.cc', |
2044 'browser/ui/webui/options/language_dictionary_overlay_handler.h', | 2046 'browser/ui/webui/options/language_dictionary_overlay_handler.h', |
2045 'browser/ui/webui/options/language_options_handler.cc', | 2047 'browser/ui/webui/options/language_options_handler.cc', |
2046 'browser/ui/webui/options/language_options_handler.h', | 2048 'browser/ui/webui/options/language_options_handler.h', |
2047 'browser/ui/webui/options/language_options_handler_common.cc', | 2049 'browser/ui/webui/options/language_options_handler_common.cc', |
2048 'browser/ui/webui/options/language_options_handler_common.h', | 2050 'browser/ui/webui/options/language_options_handler_common.h', |
| 2051 'browser/ui/webui/options/managed_user_passphrase_handler.cc', |
| 2052 'browser/ui/webui/options/managed_user_passphrase_handler.h', |
2049 'browser/ui/webui/options/managed_user_settings_handler.cc', | 2053 'browser/ui/webui/options/managed_user_settings_handler.cc', |
2050 'browser/ui/webui/options/managed_user_settings_handler.h', | 2054 'browser/ui/webui/options/managed_user_settings_handler.h', |
2051 'browser/ui/webui/options/manage_profile_handler.cc', | 2055 'browser/ui/webui/options/manage_profile_handler.cc', |
2052 'browser/ui/webui/options/manage_profile_handler.h', | 2056 'browser/ui/webui/options/manage_profile_handler.h', |
2053 'browser/ui/webui/options/media_devices_selection_handler.cc', | 2057 'browser/ui/webui/options/media_devices_selection_handler.cc', |
2054 'browser/ui/webui/options/media_devices_selection_handler.h', | 2058 'browser/ui/webui/options/media_devices_selection_handler.h', |
2055 'browser/ui/webui/options/media_galleries_handler.cc', | 2059 'browser/ui/webui/options/media_galleries_handler.cc', |
2056 'browser/ui/webui/options/media_galleries_handler.h', | 2060 'browser/ui/webui/options/media_galleries_handler.h', |
2057 'browser/ui/webui/options/options_sync_setup_handler.cc', | 2061 'browser/ui/webui/options/options_sync_setup_handler.cc', |
2058 'browser/ui/webui/options/options_sync_setup_handler.h', | 2062 'browser/ui/webui/options/options_sync_setup_handler.h', |
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2785 }], | 2789 }], |
2786 ['enable_message_center==1', { | 2790 ['enable_message_center==1', { |
2787 'dependencies': [ | 2791 'dependencies': [ |
2788 '../ui/message_center/message_center.gyp:message_center', | 2792 '../ui/message_center/message_center.gyp:message_center', |
2789 ], | 2793 ], |
2790 }], | 2794 }], |
2791 ], | 2795 ], |
2792 }, | 2796 }, |
2793 ], | 2797 ], |
2794 } | 2798 } |
OLD | NEW |