Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 241213002: Don't compile events.gyp:events on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_browser_ui_views.gyp » ('j') | ui/base/ime/ime.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser_ui_views.gyp » ('j') | ui/base/ime/ime.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698