| 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 1925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1936 'browser/ui/webui/help/version_updater_chromeos.h', | 1936 'browser/ui/webui/help/version_updater_chromeos.h', |
| 1937 'browser/ui/webui/help/version_updater_mac.mm', | 1937 'browser/ui/webui/help/version_updater_mac.mm', |
| 1938 'browser/ui/webui/help/version_updater_mac.h', | 1938 'browser/ui/webui/help/version_updater_mac.h', |
| 1939 'browser/ui/webui/help/version_updater_win.cc', | 1939 'browser/ui/webui/help/version_updater_win.cc', |
| 1940 'browser/ui/webui/history_ui.cc', | 1940 'browser/ui/webui/history_ui.cc', |
| 1941 'browser/ui/webui/history_ui.h', | 1941 'browser/ui/webui/history_ui.h', |
| 1942 'browser/ui/webui/inspect_ui.cc', | 1942 'browser/ui/webui/inspect_ui.cc', |
| 1943 'browser/ui/webui/inspect_ui.h', | 1943 'browser/ui/webui/inspect_ui.h', |
| 1944 'browser/ui/webui/instant_ui.cc', | 1944 'browser/ui/webui/instant_ui.cc', |
| 1945 'browser/ui/webui/instant_ui.h', | 1945 'browser/ui/webui/instant_ui.h', |
| 1946 'browser/ui/webui/managed_user_passphrase_dialog.cc', |
| 1947 'browser/ui/webui/managed_user_passphrase_dialog.h', |
| 1946 'browser/ui/webui/memory_internals/memory_internals_ui.cc', | 1948 'browser/ui/webui/memory_internals/memory_internals_ui.cc', |
| 1947 'browser/ui/webui/memory_internals/memory_internals_ui.h', | 1949 'browser/ui/webui/memory_internals/memory_internals_ui.h', |
| 1948 'browser/ui/webui/metrics_handler.cc', | 1950 'browser/ui/webui/metrics_handler.cc', |
| 1949 'browser/ui/webui/metrics_handler.h', | 1951 'browser/ui/webui/metrics_handler.h', |
| 1950 'browser/ui/webui/nacl_ui.cc', | 1952 'browser/ui/webui/nacl_ui.cc', |
| 1951 'browser/ui/webui/nacl_ui.h', | 1953 'browser/ui/webui/nacl_ui.h', |
| 1952 'browser/ui/webui/set_as_default_browser_ui.cc', | 1954 'browser/ui/webui/set_as_default_browser_ui.cc', |
| 1953 'browser/ui/webui/set_as_default_browser_ui.h', | 1955 'browser/ui/webui/set_as_default_browser_ui.h', |
| 1954 'browser/ui/webui/net_export_ui.cc', | 1956 'browser/ui/webui/net_export_ui.cc', |
| 1955 'browser/ui/webui/net_export_ui.h', | 1957 'browser/ui/webui/net_export_ui.h', |
| (...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2812 }], | 2814 }], |
| 2813 ['enable_message_center==1', { | 2815 ['enable_message_center==1', { |
| 2814 'dependencies': [ | 2816 'dependencies': [ |
| 2815 '../ui/message_center/message_center.gyp:message_center', | 2817 '../ui/message_center/message_center.gyp:message_center', |
| 2816 ], | 2818 ], |
| 2817 }], | 2819 }], |
| 2818 ], | 2820 ], |
| 2819 }, | 2821 }, |
| 2820 ], | 2822 ], |
| 2821 } | 2823 } |
| OLD | NEW |