| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'browser/api/infobars/infobar_delegate.h', | 136 'browser/api/infobars/infobar_delegate.h', |
| 137 'browser/api/infobars/infobar_service.h', | 137 'browser/api/infobars/infobar_service.h', |
| 138 'browser/api/infobars/link_infobar_delegate.cc', | 138 'browser/api/infobars/link_infobar_delegate.cc', |
| 139 'browser/api/infobars/link_infobar_delegate.h', | 139 'browser/api/infobars/link_infobar_delegate.h', |
| 140 'browser/api/infobars/simple_alert_infobar_delegate.cc', | 140 'browser/api/infobars/simple_alert_infobar_delegate.cc', |
| 141 'browser/api/infobars/simple_alert_infobar_delegate.h', | 141 'browser/api/infobars/simple_alert_infobar_delegate.h', |
| 142 'browser/api/prefs/pref_change_registrar.cc', | 142 'browser/api/prefs/pref_change_registrar.cc', |
| 143 'browser/api/prefs/pref_change_registrar.h', | 143 'browser/api/prefs/pref_change_registrar.h', |
| 144 'browser/api/prefs/pref_member.cc', | 144 'browser/api/prefs/pref_member.cc', |
| 145 'browser/api/prefs/pref_member.h', | 145 'browser/api/prefs/pref_member.h', |
| 146 'browser/api/sync/profile_sync_service_base.h', |
| 147 'browser/api/sync/profile_sync_service_observer.h', |
| 146 'browser/api/webdata/autofill_web_data.h', | 148 'browser/api/webdata/autofill_web_data.h', |
| 147 'browser/api/webdata/web_data_results.h', | 149 'browser/api/webdata/web_data_results.h', |
| 148 'browser/api/webdata/web_data_service_base.cc', | 150 'browser/api/webdata/web_data_service_base.cc', |
| 149 'browser/api/webdata/web_data_service_base.h', | 151 'browser/api/webdata/web_data_service_base.h', |
| 150 'browser/api/webdata/web_data_consumer.h', | 152 'browser/api/webdata/web_data_consumer.h', |
| 151 'browser/app_controller_mac.h', | 153 'browser/app_controller_mac.h', |
| 152 'browser/app_controller_mac.mm', | 154 'browser/app_controller_mac.mm', |
| 153 'browser/app_icon_win.cc', | 155 'browser/app_icon_win.cc', |
| 154 'browser/app_icon_win.h', | 156 'browser/app_icon_win.h', |
| 155 'browser/autocomplete/autocomplete_classifier.cc', | 157 'browser/autocomplete/autocomplete_classifier.cc', |
| (...skipping 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1851 'browser/sync/invalidation_frontend.h', | 1853 'browser/sync/invalidation_frontend.h', |
| 1852 'browser/sync/profile_sync_components_factory.h', | 1854 'browser/sync/profile_sync_components_factory.h', |
| 1853 'browser/sync/profile_sync_components_factory_impl.cc', | 1855 'browser/sync/profile_sync_components_factory_impl.cc', |
| 1854 'browser/sync/profile_sync_components_factory_impl.h', | 1856 'browser/sync/profile_sync_components_factory_impl.h', |
| 1855 'browser/sync/profile_sync_service.cc', | 1857 'browser/sync/profile_sync_service.cc', |
| 1856 'browser/sync/profile_sync_service.h', | 1858 'browser/sync/profile_sync_service.h', |
| 1857 'browser/sync/profile_sync_service_factory.cc', | 1859 'browser/sync/profile_sync_service_factory.cc', |
| 1858 'browser/sync/profile_sync_service_factory.h', | 1860 'browser/sync/profile_sync_service_factory.h', |
| 1859 'browser/sync/profile_sync_service_harness.cc', | 1861 'browser/sync/profile_sync_service_harness.cc', |
| 1860 'browser/sync/profile_sync_service_harness.h', | 1862 'browser/sync/profile_sync_service_harness.h', |
| 1861 'browser/sync/profile_sync_service_observer.h', | |
| 1862 'browser/sync/retry_verifier.cc', | 1863 'browser/sync/retry_verifier.cc', |
| 1863 'browser/sync/retry_verifier.h', | 1864 'browser/sync/retry_verifier.h', |
| 1864 'browser/sync/sync_global_error.cc', | 1865 'browser/sync/sync_global_error.cc', |
| 1865 'browser/sync/sync_global_error.h', | 1866 'browser/sync/sync_global_error.h', |
| 1866 'browser/sync/sync_prefs.cc', | 1867 'browser/sync/sync_prefs.cc', |
| 1867 'browser/sync/sync_prefs.h', | 1868 'browser/sync/sync_prefs.h', |
| 1868 'browser/sync/sync_ui_util.cc', | 1869 'browser/sync/sync_ui_util.cc', |
| 1869 'browser/sync/sync_ui_util.h', | 1870 'browser/sync/sync_ui_util.h', |
| 1870 'browser/sync/sync_ui_util_mac.h', | 1871 'browser/sync/sync_ui_util_mac.h', |
| 1871 'browser/sync/sync_ui_util_mac.mm', | 1872 'browser/sync/sync_ui_util_mac.mm', |
| (...skipping 3197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5069 'includes': [ '../build/jni_generator.gypi' ], | 5070 'includes': [ '../build/jni_generator.gypi' ], |
| 5070 'dependencies': [ | 5071 'dependencies': [ |
| 5071 'android_jar_jni_headers', | 5072 'android_jar_jni_headers', |
| 5072 ], | 5073 ], |
| 5073 }, | 5074 }, |
| 5074 ], | 5075 ], |
| 5075 }, | 5076 }, |
| 5076 ], | 5077 ], |
| 5077 ], | 5078 ], |
| 5078 } | 5079 } |
| OLD | NEW |