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

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: Fix review comments I missed. 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
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 4925 matching lines...) Expand 10 before | Expand all | Expand 10 after
4936 'browser/sessions/session_service.h', 4936 'browser/sessions/session_service.h',
4937 'browser/sessions/session_service_factory.cc', 4937 'browser/sessions/session_service_factory.cc',
4938 'browser/sessions/session_service_factory.h', 4938 'browser/sessions/session_service_factory.h',
4939 ], 4939 ],
4940 }], 4940 }],
4941 ['OS=="android"', { 4941 ['OS=="android"', {
4942 'dependencies': [ 4942 'dependencies': [
4943 'chrome_browser_jni_headers', 4943 'chrome_browser_jni_headers',
4944 ], 4944 ],
4945 'sources': [ 4945 'sources': [
4946 'browser/ui/webui/ntp/android/bookmarks_handler.cc',
4947 'browser/ui/webui/ntp/android/bookmarks_handler.h',
4946 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', 4948 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc',
4947 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', 4949 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h',
4948 ], 4950 ],
4949 'sources!': [ 4951 'sources!': [
4950 'browser/bookmarks/bookmark_context_menu_controller.cc', 4952 'browser/bookmarks/bookmark_context_menu_controller.cc',
4951 # Bookmark export/import are handled via the BookmarkColumns 4953 # Bookmark export/import are handled via the BookmarkColumns
4952 # ContentProvider. 4954 # ContentProvider.
4953 'browser/bookmarks/bookmark_html_writer.cc', 4955 'browser/bookmarks/bookmark_html_writer.cc',
4954 4956
4955 # Android uses native UI for sync setup. 4957 # Android uses native UI for sync setup.
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
5567 'includes': [ '../build/jni_generator.gypi' ], 5569 'includes': [ '../build/jni_generator.gypi' ],
5568 'dependencies': [ 5570 'dependencies': [
5569 'android_jar_jni_headers', 5571 'android_jar_jni_headers',
5570 ], 5572 ],
5571 }, 5573 },
5572 ], 5574 ],
5573 }, 5575 },
5574 ], 5576 ],
5575 ], 5577 ],
5576 } 5578 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698