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

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: 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
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 4951 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/partner_bookmarks_shim.cc', 4970 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc',
4971 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', 4971 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h',
4972 'browser/web_resource/notification_promo_mobile_ntp.cc',
4972 ], 4973 ],
4973 'sources!': [ 4974 'sources!': [
4974 'browser/bookmarks/bookmark_context_menu_controller.cc', 4975 'browser/bookmarks/bookmark_context_menu_controller.cc',
4975 # Bookmark export/import are handled via the BookmarkColumns 4976 # Bookmark export/import are handled via the BookmarkColumns
4976 # ContentProvider. 4977 # ContentProvider.
4977 'browser/bookmarks/bookmark_html_writer.cc', 4978 'browser/bookmarks/bookmark_html_writer.cc',
4978 4979
4979 # Android uses native UI for sync setup. 4980 # Android uses native UI for sync setup.
4980 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 4981 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
4981 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 4982 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
5594 'includes': [ '../build/jni_generator.gypi' ], 5595 'includes': [ '../build/jni_generator.gypi' ],
5595 'dependencies': [ 5596 'dependencies': [
5596 'android_jar_jni_headers', 5597 'android_jar_jni_headers',
5597 ], 5598 ],
5598 }, 5599 },
5599 ], 5600 ],
5600 }, 5601 },
5601 ], 5602 ],
5602 ], 5603 ],
5603 } 5604 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698