| 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 4972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4983 ], | 4983 ], |
| 4984 }], | 4984 }], |
| 4985 ['OS=="android"', { | 4985 ['OS=="android"', { |
| 4986 'dependencies': [ | 4986 'dependencies': [ |
| 4987 'browser/component/components.gyp:web_contents_delegate_android', | 4987 'browser/component/components.gyp:web_contents_delegate_android', |
| 4988 'chrome_browser_jni_headers', | 4988 'chrome_browser_jni_headers', |
| 4989 ], | 4989 ], |
| 4990 'sources': [ | 4990 'sources': [ |
| 4991 'browser/ui/webui/ntp/android/bookmarks_handler.cc', | 4991 'browser/ui/webui/ntp/android/bookmarks_handler.cc', |
| 4992 'browser/ui/webui/ntp/android/bookmarks_handler.h', | 4992 'browser/ui/webui/ntp/android/bookmarks_handler.h', |
| 4993 'browser/ui/webui/ntp/android/context_menu_handler.cc', |
| 4994 'browser/ui/webui/ntp/android/context_menu_handler.h', |
| 4993 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', | 4995 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', |
| 4994 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', | 4996 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', |
| 4995 ], | 4997 ], |
| 4996 'sources!': [ | 4998 'sources!': [ |
| 4997 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4999 'browser/bookmarks/bookmark_context_menu_controller.cc', |
| 4998 # Bookmark export/import are handled via the BookmarkColumns | 5000 # Bookmark export/import are handled via the BookmarkColumns |
| 4999 # ContentProvider. | 5001 # ContentProvider. |
| 5000 'browser/bookmarks/bookmark_html_writer.cc', | 5002 'browser/bookmarks/bookmark_html_writer.cc', |
| 5001 | 5003 |
| 5002 # Android uses native UI for sync setup. | 5004 # Android uses native UI for sync setup. |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5620 'includes': [ '../build/jni_generator.gypi' ], | 5622 'includes': [ '../build/jni_generator.gypi' ], |
| 5621 'dependencies': [ | 5623 'dependencies': [ |
| 5622 'android_jar_jni_headers', | 5624 'android_jar_jni_headers', |
| 5623 ], | 5625 ], |
| 5624 }, | 5626 }, |
| 5625 ], | 5627 ], |
| 5626 }, | 5628 }, |
| 5627 ], | 5629 ], |
| 5628 ], | 5630 ], |
| 5629 } | 5631 } |
| OLD | NEW |