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

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: Rebase. 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
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 5005 matching lines...) Expand 10 before | Expand all | Expand 10 after
5016 'browser/component/components.gyp:web_contents_delegate_android', 5016 'browser/component/components.gyp:web_contents_delegate_android',
5017 'chrome_browser_jni_headers', 5017 'chrome_browser_jni_headers',
5018 ], 5018 ],
5019 'sources': [ 5019 'sources': [
5020 'browser/ui/webui/ntp/android/bookmarks_handler.cc', 5020 'browser/ui/webui/ntp/android/bookmarks_handler.cc',
5021 'browser/ui/webui/ntp/android/bookmarks_handler.h', 5021 'browser/ui/webui/ntp/android/bookmarks_handler.h',
5022 'browser/ui/webui/ntp/android/context_menu_handler.cc', 5022 'browser/ui/webui/ntp/android/context_menu_handler.cc',
5023 'browser/ui/webui/ntp/android/context_menu_handler.h', 5023 'browser/ui/webui/ntp/android/context_menu_handler.h',
5024 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', 5024 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc',
5025 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', 5025 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h',
5026 'browser/ui/webui/ntp/android/promo_handler.cc',
5027 'browser/ui/webui/ntp/android/promo_handler.h',
5026 'browser/web_resource/notification_promo_mobile_ntp.cc', 5028 'browser/web_resource/notification_promo_mobile_ntp.cc',
5027 'browser/web_resource/notification_promo_mobile_ntp.h', 5029 'browser/web_resource/notification_promo_mobile_ntp.h',
5028 ], 5030 ],
5029 'sources!': [ 5031 'sources!': [
5030 'browser/bookmarks/bookmark_context_menu_controller.cc', 5032 'browser/bookmarks/bookmark_context_menu_controller.cc',
5031 # Bookmark export/import are handled via the BookmarkColumns 5033 # Bookmark export/import are handled via the BookmarkColumns
5032 # ContentProvider. 5034 # ContentProvider.
5033 'browser/bookmarks/bookmark_html_writer.cc', 5035 'browser/bookmarks/bookmark_html_writer.cc',
5034 5036
5035 # Android uses native UI for sync setup. 5037 # Android uses native UI for sync setup.
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
5653 'includes': [ '../build/jni_generator.gypi' ], 5655 'includes': [ '../build/jni_generator.gypi' ],
5654 'dependencies': [ 5656 'dependencies': [
5655 'android_jar_jni_headers', 5657 'android_jar_jni_headers',
5656 ], 5658 ],
5657 }, 5659 },
5658 ], 5660 ],
5659 }, 5661 },
5660 ], 5662 ],
5661 ], 5663 ],
5662 } 5664 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698