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 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1940 'browser/ui/webui/help/version_updater_chromeos.h', | 1940 'browser/ui/webui/help/version_updater_chromeos.h', |
1941 'browser/ui/webui/help/version_updater_mac.mm', | 1941 'browser/ui/webui/help/version_updater_mac.mm', |
1942 'browser/ui/webui/help/version_updater_mac.h', | 1942 'browser/ui/webui/help/version_updater_mac.h', |
1943 'browser/ui/webui/help/version_updater_win.cc', | 1943 'browser/ui/webui/help/version_updater_win.cc', |
1944 'browser/ui/webui/history_ui.cc', | 1944 'browser/ui/webui/history_ui.cc', |
1945 'browser/ui/webui/history_ui.h', | 1945 'browser/ui/webui/history_ui.h', |
1946 'browser/ui/webui/inspect_ui.cc', | 1946 'browser/ui/webui/inspect_ui.cc', |
1947 'browser/ui/webui/inspect_ui.h', | 1947 'browser/ui/webui/inspect_ui.h', |
1948 'browser/ui/webui/instant_ui.cc', | 1948 'browser/ui/webui/instant_ui.cc', |
1949 'browser/ui/webui/instant_ui.h', | 1949 'browser/ui/webui/instant_ui.h', |
| 1950 'browser/ui/webui/managed_user_passphrase_dialog.cc', |
| 1951 'browser/ui/webui/managed_user_passphrase_dialog.h', |
1950 'browser/ui/webui/memory_internals/memory_internals_ui.cc', | 1952 'browser/ui/webui/memory_internals/memory_internals_ui.cc', |
1951 'browser/ui/webui/memory_internals/memory_internals_ui.h', | 1953 'browser/ui/webui/memory_internals/memory_internals_ui.h', |
1952 'browser/ui/webui/metrics_handler.cc', | 1954 'browser/ui/webui/metrics_handler.cc', |
1953 'browser/ui/webui/metrics_handler.h', | 1955 'browser/ui/webui/metrics_handler.h', |
1954 'browser/ui/webui/nacl_ui.cc', | 1956 'browser/ui/webui/nacl_ui.cc', |
1955 'browser/ui/webui/nacl_ui.h', | 1957 'browser/ui/webui/nacl_ui.h', |
1956 'browser/ui/webui/set_as_default_browser_ui.cc', | 1958 'browser/ui/webui/set_as_default_browser_ui.cc', |
1957 'browser/ui/webui/set_as_default_browser_ui.h', | 1959 'browser/ui/webui/set_as_default_browser_ui.h', |
1958 'browser/ui/webui/net_export_ui.cc', | 1960 'browser/ui/webui/net_export_ui.cc', |
1959 'browser/ui/webui/net_export_ui.h', | 1961 'browser/ui/webui/net_export_ui.h', |
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2826 }], | 2828 }], |
2827 ['enable_message_center==1', { | 2829 ['enable_message_center==1', { |
2828 'dependencies': [ | 2830 'dependencies': [ |
2829 '../ui/message_center/message_center.gyp:message_center', | 2831 '../ui/message_center/message_center.gyp:message_center', |
2830 ], | 2832 ], |
2831 }], | 2833 }], |
2832 ], | 2834 ], |
2833 }, | 2835 }, |
2834 ], | 2836 ], |
2835 } | 2837 } |
OLD | NEW |