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

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: Resolve review 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 | 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 4919 matching lines...) Expand 10 before | Expand all | Expand 10 after
4930 'browser/sessions/session_service.h', 4930 'browser/sessions/session_service.h',
4931 'browser/sessions/session_service_factory.cc', 4931 'browser/sessions/session_service_factory.cc',
4932 'browser/sessions/session_service_factory.h', 4932 'browser/sessions/session_service_factory.h',
4933 ], 4933 ],
4934 }], 4934 }],
4935 ['OS=="android"', { 4935 ['OS=="android"', {
4936 'dependencies': [ 4936 'dependencies': [
4937 'chrome_browser_jni_headers', 4937 'chrome_browser_jni_headers',
4938 ], 4938 ],
4939 'sources': [ 4939 'sources': [
4940 'browser/ui/webui/ntp/android/bookmarks_handler.cc',
4941 'browser/ui/webui/ntp/android/bookmarks_handler.h',
4940 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', 4942 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc',
4941 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', 4943 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h',
4942 ], 4944 ],
4943 'sources!': [ 4945 'sources!': [
4944 'browser/bookmarks/bookmark_context_menu_controller.cc', 4946 'browser/bookmarks/bookmark_context_menu_controller.cc',
4945 # Bookmark export/import are handled via the BookmarkColumns 4947 # Bookmark export/import are handled via the BookmarkColumns
4946 # ContentProvider. 4948 # ContentProvider.
4947 'browser/bookmarks/bookmark_html_writer.cc', 4949 'browser/bookmarks/bookmark_html_writer.cc',
4948 4950
4949 # Android uses native UI for sync setup. 4951 # Android uses native UI for sync setup.
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
5552 'includes': [ '../build/jni_generator.gypi' ], 5554 'includes': [ '../build/jni_generator.gypi' ],
5553 'dependencies': [ 5555 'dependencies': [
5554 'android_jar_jni_headers', 5556 'android_jar_jni_headers',
5555 ], 5557 ],
5556 }, 5558 },
5557 ], 5559 ],
5558 }, 5560 },
5559 ], 5561 ],
5560 ], 5562 ],
5561 } 5563 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698