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

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

Powered by Google App Engine
This is Rietveld 408576698