| 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 1920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1931 'browser/ui/webui/help/version_updater_chromeos.h', | 1931 'browser/ui/webui/help/version_updater_chromeos.h', |
| 1932 'browser/ui/webui/help/version_updater_mac.mm', | 1932 'browser/ui/webui/help/version_updater_mac.mm', |
| 1933 'browser/ui/webui/help/version_updater_mac.h', | 1933 'browser/ui/webui/help/version_updater_mac.h', |
| 1934 'browser/ui/webui/help/version_updater_win.cc', | 1934 'browser/ui/webui/help/version_updater_win.cc', |
| 1935 'browser/ui/webui/history_ui.cc', | 1935 'browser/ui/webui/history_ui.cc', |
| 1936 'browser/ui/webui/history_ui.h', | 1936 'browser/ui/webui/history_ui.h', |
| 1937 'browser/ui/webui/inspect_ui.cc', | 1937 'browser/ui/webui/inspect_ui.cc', |
| 1938 'browser/ui/webui/inspect_ui.h', | 1938 'browser/ui/webui/inspect_ui.h', |
| 1939 'browser/ui/webui/instant_ui.cc', | 1939 'browser/ui/webui/instant_ui.cc', |
| 1940 'browser/ui/webui/instant_ui.h', | 1940 'browser/ui/webui/instant_ui.h', |
| 1941 'browser/ui/webui/managed_user_passphrase_dialog.cc', |
| 1942 'browser/ui/webui/managed_user_passphrase_dialog.h', |
| 1941 'browser/ui/webui/memory_internals/memory_internals_ui.cc', | 1943 'browser/ui/webui/memory_internals/memory_internals_ui.cc', |
| 1942 'browser/ui/webui/memory_internals/memory_internals_ui.h', | 1944 'browser/ui/webui/memory_internals/memory_internals_ui.h', |
| 1943 'browser/ui/webui/metrics_handler.cc', | 1945 'browser/ui/webui/metrics_handler.cc', |
| 1944 'browser/ui/webui/metrics_handler.h', | 1946 'browser/ui/webui/metrics_handler.h', |
| 1945 'browser/ui/webui/nacl_ui.cc', | 1947 'browser/ui/webui/nacl_ui.cc', |
| 1946 'browser/ui/webui/nacl_ui.h', | 1948 'browser/ui/webui/nacl_ui.h', |
| 1947 'browser/ui/webui/set_as_default_browser_ui.cc', | 1949 'browser/ui/webui/set_as_default_browser_ui.cc', |
| 1948 'browser/ui/webui/set_as_default_browser_ui.h', | 1950 'browser/ui/webui/set_as_default_browser_ui.h', |
| 1949 'browser/ui/webui/net_export_ui.cc', | 1951 'browser/ui/webui/net_export_ui.cc', |
| 1950 'browser/ui/webui/net_export_ui.h', | 1952 'browser/ui/webui/net_export_ui.h', |
| (...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2806 }], | 2808 }], |
| 2807 ['enable_message_center==1', { | 2809 ['enable_message_center==1', { |
| 2808 'dependencies': [ | 2810 'dependencies': [ |
| 2809 '../ui/message_center/message_center.gyp:message_center', | 2811 '../ui/message_center/message_center.gyp:message_center', |
| 2810 ], | 2812 ], |
| 2811 }], | 2813 }], |
| 2812 ], | 2814 ], |
| 2813 }, | 2815 }, |
| 2814 ], | 2816 ], |
| 2815 } | 2817 } |
| OLD | NEW |