| 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 4960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4971 }], | 4971 }], |
| 4972 ['OS=="android"', { | 4972 ['OS=="android"', { |
| 4973 'dependencies': [ | 4973 'dependencies': [ |
| 4974 'chrome_browser_jni_headers', | 4974 'chrome_browser_jni_headers', |
| 4975 ], | 4975 ], |
| 4976 'sources': [ | 4976 'sources': [ |
| 4977 'browser/ui/webui/ntp/android/bookmarks_handler.cc', | 4977 'browser/ui/webui/ntp/android/bookmarks_handler.cc', |
| 4978 'browser/ui/webui/ntp/android/bookmarks_handler.h', | 4978 'browser/ui/webui/ntp/android/bookmarks_handler.h', |
| 4979 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', | 4979 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', |
| 4980 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', | 4980 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', |
| 4981 'browser/web_resource/notification_promo_mobile_ntp.cc', |
| 4981 ], | 4982 ], |
| 4982 'sources!': [ | 4983 'sources!': [ |
| 4983 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4984 'browser/bookmarks/bookmark_context_menu_controller.cc', |
| 4984 # Bookmark export/import are handled via the BookmarkColumns | 4985 # Bookmark export/import are handled via the BookmarkColumns |
| 4985 # ContentProvider. | 4986 # ContentProvider. |
| 4986 'browser/bookmarks/bookmark_html_writer.cc', | 4987 'browser/bookmarks/bookmark_html_writer.cc', |
| 4987 | 4988 |
| 4988 # Android uses native UI for sync setup. | 4989 # Android uses native UI for sync setup. |
| 4989 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | 4990 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', |
| 4990 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 4991 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', |
| (...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5605 'includes': [ '../build/jni_generator.gypi' ], | 5606 'includes': [ '../build/jni_generator.gypi' ], |
| 5606 'dependencies': [ | 5607 'dependencies': [ |
| 5607 'android_jar_jni_headers', | 5608 'android_jar_jni_headers', |
| 5608 ], | 5609 ], |
| 5609 }, | 5610 }, |
| 5610 ], | 5611 ], |
| 5611 }, | 5612 }, |
| 5612 ], | 5613 ], |
| 5613 ], | 5614 ], |
| 5614 } | 5615 } |
| OLD | NEW |