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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10882024: Add webui handler for promotions on Android NTP. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removing images (added separately in https://chromiumcodereview.appspot.com/10905035/) Created 8 years, 3 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4421 matching lines...) Expand 10 before | Expand all | Expand 10 after
4432 'browser/component/components.gyp:web_contents_delegate_android', 4432 'browser/component/components.gyp:web_contents_delegate_android',
4433 'chrome_browser_jni_headers', 4433 'chrome_browser_jni_headers',
4434 ], 4434 ],
4435 'sources': [ 4435 'sources': [
4436 'browser/ui/webui/ntp/android/bookmarks_handler.cc', 4436 'browser/ui/webui/ntp/android/bookmarks_handler.cc',
4437 'browser/ui/webui/ntp/android/bookmarks_handler.h', 4437 'browser/ui/webui/ntp/android/bookmarks_handler.h',
4438 'browser/ui/webui/ntp/android/context_menu_handler.cc', 4438 'browser/ui/webui/ntp/android/context_menu_handler.cc',
4439 'browser/ui/webui/ntp/android/context_menu_handler.h', 4439 'browser/ui/webui/ntp/android/context_menu_handler.h',
4440 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', 4440 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc',
4441 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', 4441 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h',
4442 'browser/ui/webui/ntp/android/promo_handler.cc',
4443 'browser/ui/webui/ntp/android/promo_handler.h',
4442 'browser/web_resource/notification_promo_mobile_ntp.cc', 4444 'browser/web_resource/notification_promo_mobile_ntp.cc',
4443 'browser/web_resource/notification_promo_mobile_ntp.h', 4445 'browser/web_resource/notification_promo_mobile_ntp.h',
4444 ], 4446 ],
4445 'sources!': [ 4447 'sources!': [
4446 'browser/bookmarks/bookmark_context_menu_controller.cc', 4448 'browser/bookmarks/bookmark_context_menu_controller.cc',
4447 # Bookmark export/import are handled via the BookmarkColumns 4449 # Bookmark export/import are handled via the BookmarkColumns
4448 # ContentProvider. 4450 # ContentProvider.
4449 'browser/bookmarks/bookmark_html_writer.cc', 4451 'browser/bookmarks/bookmark_html_writer.cc',
4450 4452
4451 # Android uses native UI for sync setup. 4453 # Android uses native UI for sync setup.
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
5035 'includes': [ '../build/jni_generator.gypi' ], 5037 'includes': [ '../build/jni_generator.gypi' ],
5036 'dependencies': [ 5038 'dependencies': [
5037 'android_jar_jni_headers', 5039 'android_jar_jni_headers',
5038 ], 5040 ],
5039 }, 5041 },
5040 ], 5042 ],
5041 }, 5043 },
5042 ], 5044 ],
5043 ], 5045 ],
5044 } 5046 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698