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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10834237: Add the android partner bookmark shim. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved shim to android/ntp and removed the conflicting ID namespace issue. 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 4912 matching lines...) Expand 10 before | Expand all | Expand 10 after
4923 'browser/sessions/session_service.cc', 4923 'browser/sessions/session_service.cc',
4924 'browser/sessions/session_service.h', 4924 'browser/sessions/session_service.h',
4925 'browser/sessions/session_service_factory.cc', 4925 'browser/sessions/session_service_factory.cc',
4926 'browser/sessions/session_service_factory.h', 4926 'browser/sessions/session_service_factory.h',
4927 ], 4927 ],
4928 }], 4928 }],
4929 ['OS=="android"', { 4929 ['OS=="android"', {
4930 'dependencies': [ 4930 'dependencies': [
4931 'chrome_browser_jni_headers', 4931 'chrome_browser_jni_headers',
4932 ], 4932 ],
4933 'sources': [
4934 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc',
4935 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h',
4936 ],
4933 'sources!': [ 4937 'sources!': [
4934 'browser/bookmarks/bookmark_context_menu_controller.cc', 4938 'browser/bookmarks/bookmark_context_menu_controller.cc',
4935 # Bookmark export/import are handled via the BookmarkColumns 4939 # Bookmark export/import are handled via the BookmarkColumns
4936 # ContentProvider. 4940 # ContentProvider.
4937 'browser/bookmarks/bookmark_html_writer.cc', 4941 'browser/bookmarks/bookmark_html_writer.cc',
4938 4942
4939 # Android uses native UI for sync setup. 4943 # Android uses native UI for sync setup.
4940 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 4944 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
4941 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 4945 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
4942 'browser/ui/webui/ntp/new_tab_sync_setup_handler.cc', 4946 'browser/ui/webui/ntp/new_tab_sync_setup_handler.cc',
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
5542 'includes': [ '../build/jni_generator.gypi' ], 5546 'includes': [ '../build/jni_generator.gypi' ],
5543 'dependencies': [ 5547 'dependencies': [
5544 'android_jar_jni_headers', 5548 'android_jar_jni_headers',
5545 ], 5549 ],
5546 }, 5550 },
5547 ], 5551 ],
5548 }, 5552 },
5549 ], 5553 ],
5550 ], 5554 ],
5551 } 5555 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/android/partner_bookmarks_shim_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698