| 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 4997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5008 ['OS=="android"', { | 5008 ['OS=="android"', { |
| 5009 'dependencies': [ | 5009 'dependencies': [ |
| 5010 'browser/component/components.gyp:web_contents_delegate_android', | 5010 'browser/component/components.gyp:web_contents_delegate_android', |
| 5011 'chrome_browser_jni_headers', | 5011 'chrome_browser_jni_headers', |
| 5012 ], | 5012 ], |
| 5013 'sources': [ | 5013 'sources': [ |
| 5014 'browser/ui/webui/ntp/android/bookmarks_handler.cc', | 5014 'browser/ui/webui/ntp/android/bookmarks_handler.cc', |
| 5015 'browser/ui/webui/ntp/android/bookmarks_handler.h', | 5015 'browser/ui/webui/ntp/android/bookmarks_handler.h', |
| 5016 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', | 5016 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', |
| 5017 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', | 5017 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', |
| 5018 'browser/web_resource/notification_promo_mobile_ntp.cc', |
| 5019 'browser/web_resource/notification_promo_mobile_ntp.h', |
| 5018 ], | 5020 ], |
| 5019 'sources!': [ | 5021 'sources!': [ |
| 5020 'browser/bookmarks/bookmark_context_menu_controller.cc', | 5022 'browser/bookmarks/bookmark_context_menu_controller.cc', |
| 5021 # Bookmark export/import are handled via the BookmarkColumns | 5023 # Bookmark export/import are handled via the BookmarkColumns |
| 5022 # ContentProvider. | 5024 # ContentProvider. |
| 5023 'browser/bookmarks/bookmark_html_writer.cc', | 5025 'browser/bookmarks/bookmark_html_writer.cc', |
| 5024 | 5026 |
| 5025 # Android uses native UI for sync setup. | 5027 # Android uses native UI for sync setup. |
| 5026 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | 5028 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', |
| 5027 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 5029 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', |
| (...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5643 'includes': [ '../build/jni_generator.gypi' ], | 5645 'includes': [ '../build/jni_generator.gypi' ], |
| 5644 'dependencies': [ | 5646 'dependencies': [ |
| 5645 'android_jar_jni_headers', | 5647 'android_jar_jni_headers', |
| 5646 ], | 5648 ], |
| 5647 }, | 5649 }, |
| 5648 ], | 5650 ], |
| 5649 }, | 5651 }, |
| 5650 ], | 5652 ], |
| 5651 ], | 5653 ], |
| 5652 } | 5654 } |
| OLD | NEW |