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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10829326: Add the webui handler for Android's bookmark section on the NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« 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 4949 matching lines...) Expand 10 before | Expand all | Expand 10 after
4960 'browser/sessions/session_service.h', 4960 'browser/sessions/session_service.h',
4961 'browser/sessions/session_service_factory.cc', 4961 'browser/sessions/session_service_factory.cc',
4962 'browser/sessions/session_service_factory.h', 4962 'browser/sessions/session_service_factory.h',
4963 ], 4963 ],
4964 }], 4964 }],
4965 ['OS=="android"', { 4965 ['OS=="android"', {
4966 'dependencies': [ 4966 'dependencies': [
4967 'chrome_browser_jni_headers', 4967 'chrome_browser_jni_headers',
4968 ], 4968 ],
4969 'sources': [ 4969 'sources': [
4970 'browser/ui/webui/ntp/android/bookmarks_handler.cc',
4971 'browser/ui/webui/ntp/android/bookmarks_handler.h',
4970 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', 4972 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc',
4971 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', 4973 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h',
4972 ], 4974 ],
4973 'sources!': [ 4975 'sources!': [
4974 'browser/bookmarks/bookmark_context_menu_controller.cc', 4976 'browser/bookmarks/bookmark_context_menu_controller.cc',
4975 # Bookmark export/import are handled via the BookmarkColumns 4977 # Bookmark export/import are handled via the BookmarkColumns
4976 # ContentProvider. 4978 # ContentProvider.
4977 'browser/bookmarks/bookmark_html_writer.cc', 4979 'browser/bookmarks/bookmark_html_writer.cc',
4978 4980
4979 # Android uses native UI for sync setup. 4981 # Android uses native UI for sync setup.
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
5594 'includes': [ '../build/jni_generator.gypi' ], 5596 'includes': [ '../build/jni_generator.gypi' ],
5595 'dependencies': [ 5597 'dependencies': [
5596 'android_jar_jni_headers', 5598 'android_jar_jni_headers',
5597 ], 5599 ],
5598 }, 5600 },
5599 ], 5601 ],
5600 }, 5602 },
5601 ], 5603 ],
5602 ], 5604 ],
5603 } 5605 }
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