OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |