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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10860025: Remove promotion-type-specific JSON handling from NotificationPromo (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. 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
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 4960 matching lines...) Expand 10 before | Expand all | Expand 10 after
4971 }], 4971 }],
4972 ['OS=="android"', { 4972 ['OS=="android"', {
4973 'dependencies': [ 4973 'dependencies': [
4974 'chrome_browser_jni_headers', 4974 'chrome_browser_jni_headers',
4975 ], 4975 ],
4976 'sources': [ 4976 'sources': [
4977 'browser/ui/webui/ntp/android/bookmarks_handler.cc', 4977 'browser/ui/webui/ntp/android/bookmarks_handler.cc',
4978 'browser/ui/webui/ntp/android/bookmarks_handler.h', 4978 'browser/ui/webui/ntp/android/bookmarks_handler.h',
4979 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', 4979 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc',
4980 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', 4980 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h',
4981 'browser/web_resource/notification_promo_mobile_ntp.cc',
4981 ], 4982 ],
4982 'sources!': [ 4983 'sources!': [
4983 'browser/bookmarks/bookmark_context_menu_controller.cc', 4984 'browser/bookmarks/bookmark_context_menu_controller.cc',
4984 # Bookmark export/import are handled via the BookmarkColumns 4985 # Bookmark export/import are handled via the BookmarkColumns
4985 # ContentProvider. 4986 # ContentProvider.
4986 'browser/bookmarks/bookmark_html_writer.cc', 4987 'browser/bookmarks/bookmark_html_writer.cc',
4987 4988
4988 # Android uses native UI for sync setup. 4989 # Android uses native UI for sync setup.
4989 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 4990 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
4990 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 4991 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
5605 'includes': [ '../build/jni_generator.gypi' ], 5606 'includes': [ '../build/jni_generator.gypi' ],
5606 'dependencies': [ 5607 'dependencies': [
5607 'android_jar_jni_headers', 5608 'android_jar_jni_headers',
5608 ], 5609 ],
5609 }, 5610 },
5610 ], 5611 ],
5611 }, 5612 },
5612 ], 5613 ],
5613 ], 5614 ],
5614 } 5615 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698