| 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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 'browser/history/scored_history_match.cc', | 735 'browser/history/scored_history_match.cc', |
| 736 'browser/history/scored_history_match.h', | 736 'browser/history/scored_history_match.h', |
| 737 'browser/history/snippet.cc', | 737 'browser/history/snippet.cc', |
| 738 'browser/history/snippet.h', | 738 'browser/history/snippet.h', |
| 739 'browser/history/shortcuts_backend.cc', | 739 'browser/history/shortcuts_backend.cc', |
| 740 'browser/history/shortcuts_backend.h', | 740 'browser/history/shortcuts_backend.h', |
| 741 'browser/history/shortcuts_backend_factory.cc', | 741 'browser/history/shortcuts_backend_factory.cc', |
| 742 'browser/history/shortcuts_backend_factory.h', | 742 'browser/history/shortcuts_backend_factory.h', |
| 743 'browser/history/shortcuts_database.cc', | 743 'browser/history/shortcuts_database.cc', |
| 744 'browser/history/shortcuts_database.h', | 744 'browser/history/shortcuts_database.h', |
| 745 'browser/history/starred_url_database.cc', | |
| 746 'browser/history/starred_url_database.h', | |
| 747 'browser/history/text_database.cc', | 745 'browser/history/text_database.cc', |
| 748 'browser/history/text_database.h', | 746 'browser/history/text_database.h', |
| 749 'browser/history/text_database_manager.cc', | 747 'browser/history/text_database_manager.cc', |
| 750 'browser/history/text_database_manager.h', | 748 'browser/history/text_database_manager.h', |
| 751 'browser/history/thumbnail_database.cc', | 749 'browser/history/thumbnail_database.cc', |
| 752 'browser/history/thumbnail_database.h', | 750 'browser/history/thumbnail_database.h', |
| 753 'browser/history/top_sites.cc', | 751 'browser/history/top_sites.cc', |
| 754 'browser/history/top_sites.h', | 752 'browser/history/top_sites.h', |
| 755 'browser/history/top_sites_backend.cc', | 753 'browser/history/top_sites_backend.cc', |
| 756 'browser/history/top_sites_backend.h', | 754 'browser/history/top_sites_backend.h', |
| (...skipping 4280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5037 'includes': [ '../build/jni_generator.gypi' ], | 5035 'includes': [ '../build/jni_generator.gypi' ], |
| 5038 'dependencies': [ | 5036 'dependencies': [ |
| 5039 'android_jar_jni_headers', | 5037 'android_jar_jni_headers', |
| 5040 ], | 5038 ], |
| 5041 }, | 5039 }, |
| 5042 ], | 5040 ], |
| 5043 }, | 5041 }, |
| 5044 ], | 5042 ], |
| 5045 ], | 5043 ], |
| 5046 } | 5044 } |
| OLD | NEW |