| 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 1913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1924 'browser/ui/webui/help/version_updater_chromeos.h', | 1924 'browser/ui/webui/help/version_updater_chromeos.h', |
| 1925 'browser/ui/webui/help/version_updater_mac.mm', | 1925 'browser/ui/webui/help/version_updater_mac.mm', |
| 1926 'browser/ui/webui/help/version_updater_mac.h', | 1926 'browser/ui/webui/help/version_updater_mac.h', |
| 1927 'browser/ui/webui/help/version_updater_win.cc', | 1927 'browser/ui/webui/help/version_updater_win.cc', |
| 1928 'browser/ui/webui/history_ui.cc', | 1928 'browser/ui/webui/history_ui.cc', |
| 1929 'browser/ui/webui/history_ui.h', | 1929 'browser/ui/webui/history_ui.h', |
| 1930 'browser/ui/webui/inspect_ui.cc', | 1930 'browser/ui/webui/inspect_ui.cc', |
| 1931 'browser/ui/webui/inspect_ui.h', | 1931 'browser/ui/webui/inspect_ui.h', |
| 1932 'browser/ui/webui/instant_ui.cc', | 1932 'browser/ui/webui/instant_ui.cc', |
| 1933 'browser/ui/webui/instant_ui.h', | 1933 'browser/ui/webui/instant_ui.h', |
| 1934 'browser/ui/webui/media/media_internals_handler.cc', | |
| 1935 'browser/ui/webui/media/media_internals_handler.h', | |
| 1936 'browser/ui/webui/media/media_internals_proxy.cc', | |
| 1937 'browser/ui/webui/media/media_internals_proxy.h', | |
| 1938 'browser/ui/webui/media/media_internals_ui.cc', | |
| 1939 'browser/ui/webui/media/media_internals_ui.h', | |
| 1940 'browser/ui/webui/memory_internals/memory_internals_ui.cc', | 1934 'browser/ui/webui/memory_internals/memory_internals_ui.cc', |
| 1941 'browser/ui/webui/memory_internals/memory_internals_ui.h', | 1935 'browser/ui/webui/memory_internals/memory_internals_ui.h', |
| 1942 'browser/ui/webui/metrics_handler.cc', | 1936 'browser/ui/webui/metrics_handler.cc', |
| 1943 'browser/ui/webui/metrics_handler.h', | 1937 'browser/ui/webui/metrics_handler.h', |
| 1944 'browser/ui/webui/nacl_ui.cc', | 1938 'browser/ui/webui/nacl_ui.cc', |
| 1945 'browser/ui/webui/nacl_ui.h', | 1939 'browser/ui/webui/nacl_ui.h', |
| 1946 'browser/ui/webui/set_as_default_browser_ui.cc', | 1940 'browser/ui/webui/set_as_default_browser_ui.cc', |
| 1947 'browser/ui/webui/set_as_default_browser_ui.h', | 1941 'browser/ui/webui/set_as_default_browser_ui.h', |
| 1948 'browser/ui/webui/net_internals/net_internals_ui.cc', | 1942 'browser/ui/webui/net_internals/net_internals_ui.cc', |
| 1949 'browser/ui/webui/net_internals/net_internals_ui.h', | 1943 'browser/ui/webui/net_internals/net_internals_ui.h', |
| (...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2797 }], | 2791 }], |
| 2798 ['enable_message_center==1', { | 2792 ['enable_message_center==1', { |
| 2799 'dependencies': [ | 2793 'dependencies': [ |
| 2800 '../ui/message_center/message_center.gyp:message_center', | 2794 '../ui/message_center/message_center.gyp:message_center', |
| 2801 ], | 2795 ], |
| 2802 }], | 2796 }], |
| 2803 ], | 2797 ], |
| 2804 }, | 2798 }, |
| 2805 ], | 2799 ], |
| 2806 } | 2800 } |
| OLD | NEW |