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

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 4979 matching lines...) Expand 10 before | Expand all | Expand 10 after
4990 ['OS=="android"', { 4990 ['OS=="android"', {
4991 'dependencies': [ 4991 'dependencies': [
4992 'browser/component/components.gyp:web_contents_delegate_android', 4992 'browser/component/components.gyp:web_contents_delegate_android',
4993 'chrome_browser_jni_headers', 4993 'chrome_browser_jni_headers',
4994 ], 4994 ],
4995 'sources': [ 4995 'sources': [
4996 'browser/ui/webui/ntp/android/bookmarks_handler.cc', 4996 'browser/ui/webui/ntp/android/bookmarks_handler.cc',
4997 'browser/ui/webui/ntp/android/bookmarks_handler.h', 4997 'browser/ui/webui/ntp/android/bookmarks_handler.h',
4998 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', 4998 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc',
4999 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', 4999 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h',
5000 'browser/web_resource/notification_promo_mobile_ntp.cc',
5001 'browser/web_resource/notification_promo_mobile_ntp.h',
5000 ], 5002 ],
5001 'sources!': [ 5003 'sources!': [
5002 'browser/bookmarks/bookmark_context_menu_controller.cc', 5004 'browser/bookmarks/bookmark_context_menu_controller.cc',
5003 # Bookmark export/import are handled via the BookmarkColumns 5005 # Bookmark export/import are handled via the BookmarkColumns
5004 # ContentProvider. 5006 # ContentProvider.
5005 'browser/bookmarks/bookmark_html_writer.cc', 5007 'browser/bookmarks/bookmark_html_writer.cc',
5006 5008
5007 # Android uses native UI for sync setup. 5009 # Android uses native UI for sync setup.
5008 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 5010 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
5009 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 5011 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
5625 'includes': [ '../build/jni_generator.gypi' ], 5627 'includes': [ '../build/jni_generator.gypi' ],
5626 'dependencies': [ 5628 'dependencies': [
5627 'android_jar_jni_headers', 5629 'android_jar_jni_headers',
5628 ], 5630 ],
5629 }, 5631 },
5630 ], 5632 ],
5631 }, 5633 },
5632 ], 5634 ],
5633 ], 5635 ],
5634 } 5636 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698