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 2738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2749 ['exclude', '^browser/ui/webui/print_preview/'], | 2749 ['exclude', '^browser/ui/webui/print_preview/'], |
2750 ], | 2750 ], |
2751 }], | 2751 }], |
2752 ['OS=="android"', { | 2752 ['OS=="android"', { |
2753 'dependencies': [ | 2753 'dependencies': [ |
2754 '../components/components.gyp:web_contents_delegate_android', | 2754 '../components/components.gyp:web_contents_delegate_android', |
2755 'chrome_browser_jni_headers', | 2755 'chrome_browser_jni_headers', |
2756 ], | 2756 ], |
2757 'dependencies!': [ | 2757 'dependencies!': [ |
2758 '../third_party/libusb/libusb.gyp:libusb', | 2758 '../third_party/libusb/libusb.gyp:libusb', |
| 2759 '../ui/events/events.gyp:events', |
| 2760 'chrome_browser_ui_views.gyp:browser_ui_views', |
2759 ], | 2761 ], |
2760 'sources': [ | 2762 'sources': [ |
2761 'browser/ui/webui/ntp/android/bookmarks_handler.cc', | 2763 'browser/ui/webui/ntp/android/bookmarks_handler.cc', |
2762 'browser/ui/webui/ntp/android/bookmarks_handler.h', | 2764 'browser/ui/webui/ntp/android/bookmarks_handler.h', |
2763 'browser/ui/webui/ntp/android/context_menu_handler.cc', | 2765 'browser/ui/webui/ntp/android/context_menu_handler.cc', |
2764 'browser/ui/webui/ntp/android/context_menu_handler.h', | 2766 'browser/ui/webui/ntp/android/context_menu_handler.h', |
2765 'browser/ui/webui/ntp/android/navigation_handler.cc', | 2767 'browser/ui/webui/ntp/android/navigation_handler.cc', |
2766 'browser/ui/webui/ntp/android/navigation_handler.h', | 2768 'browser/ui/webui/ntp/android/navigation_handler.h', |
2767 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc', | 2769 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc', |
2768 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.h', | 2770 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.h', |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3132 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3134 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3133 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3135 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3134 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3136 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3135 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3137 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3136 ], | 3138 ], |
3137 }], | 3139 }], |
3138 ], | 3140 ], |
3139 }, | 3141 }, |
3140 ], | 3142 ], |
3141 } | 3143 } |
OLD | NEW |