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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10861042: Add Android's context menu handler used on the NTP. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Resolve Evan's comments. Created 8 years, 4 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 4972 matching lines...) Expand 10 before | Expand all | Expand 10 after
4983 ], 4983 ],
4984 }], 4984 }],
4985 ['OS=="android"', { 4985 ['OS=="android"', {
4986 'dependencies': [ 4986 'dependencies': [
4987 'browser/component/components.gyp:web_contents_delegate_android', 4987 'browser/component/components.gyp:web_contents_delegate_android',
4988 'chrome_browser_jni_headers', 4988 'chrome_browser_jni_headers',
4989 ], 4989 ],
4990 'sources': [ 4990 'sources': [
4991 'browser/ui/webui/ntp/android/bookmarks_handler.cc', 4991 'browser/ui/webui/ntp/android/bookmarks_handler.cc',
4992 'browser/ui/webui/ntp/android/bookmarks_handler.h', 4992 'browser/ui/webui/ntp/android/bookmarks_handler.h',
4993 'browser/ui/webui/ntp/android/context_menu_handler.cc',
4994 'browser/ui/webui/ntp/android/context_menu_handler.h',
4993 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', 4995 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc',
4994 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', 4996 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h',
4995 ], 4997 ],
4996 'sources!': [ 4998 'sources!': [
4997 'browser/bookmarks/bookmark_context_menu_controller.cc', 4999 'browser/bookmarks/bookmark_context_menu_controller.cc',
4998 # Bookmark export/import are handled via the BookmarkColumns 5000 # Bookmark export/import are handled via the BookmarkColumns
4999 # ContentProvider. 5001 # ContentProvider.
5000 'browser/bookmarks/bookmark_html_writer.cc', 5002 'browser/bookmarks/bookmark_html_writer.cc',
5001 5003
5002 # Android uses native UI for sync setup. 5004 # Android uses native UI for sync setup.
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
5620 'includes': [ '../build/jni_generator.gypi' ], 5622 'includes': [ '../build/jni_generator.gypi' ],
5621 'dependencies': [ 5623 'dependencies': [
5622 'android_jar_jni_headers', 5624 'android_jar_jni_headers',
5623 ], 5625 ],
5624 }, 5626 },
5625 ], 5627 ],
5626 }, 5628 },
5627 ], 5629 ],
5628 ], 5630 ],
5629 } 5631 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698