Chromium Code Reviews| 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 4951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4962 'browser/sessions/session_service_factory.h', | 4962 'browser/sessions/session_service_factory.h', |
| 4963 ], | 4963 ], |
| 4964 }], | 4964 }], |
| 4965 ['OS=="android"', { | 4965 ['OS=="android"', { |
| 4966 'dependencies': [ | 4966 'dependencies': [ |
| 4967 'chrome_browser_jni_headers', | 4967 'chrome_browser_jni_headers', |
| 4968 ], | 4968 ], |
| 4969 'sources': [ | 4969 'sources': [ |
| 4970 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', | 4970 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', |
| 4971 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', | 4971 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', |
| 4972 'browser/web_resource/notification_promo_mobile_ntp.cc', | |
|
achuithb
2012/08/17 22:55:12
Is mobile the right name? Not android? Or is this
aruslan
2012/08/20 15:36:53
Very good question! I will add Mihai and Eric to t
| |
| 4972 ], | 4973 ], |
| 4973 'sources!': [ | 4974 'sources!': [ |
| 4974 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4975 'browser/bookmarks/bookmark_context_menu_controller.cc', |
| 4975 # Bookmark export/import are handled via the BookmarkColumns | 4976 # Bookmark export/import are handled via the BookmarkColumns |
| 4976 # ContentProvider. | 4977 # ContentProvider. |
| 4977 'browser/bookmarks/bookmark_html_writer.cc', | 4978 'browser/bookmarks/bookmark_html_writer.cc', |
| 4978 | 4979 |
| 4979 # Android uses native UI for sync setup. | 4980 # Android uses native UI for sync setup. |
| 4980 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | 4981 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', |
| 4981 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 4982 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', |
| (...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5594 'includes': [ '../build/jni_generator.gypi' ], | 5595 'includes': [ '../build/jni_generator.gypi' ], |
| 5595 'dependencies': [ | 5596 'dependencies': [ |
| 5596 'android_jar_jni_headers', | 5597 'android_jar_jni_headers', |
| 5597 ], | 5598 ], |
| 5598 }, | 5599 }, |
| 5599 ], | 5600 ], |
| 5600 }, | 5601 }, |
| 5601 ], | 5602 ], |
| 5602 ], | 5603 ], |
| 5603 } | 5604 } |
| OLD | NEW |