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