| 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 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1864 'browser/sync/invalidation_frontend.h', | 1866 'browser/sync/invalidation_frontend.h', |
| 1865 'browser/sync/profile_sync_components_factory.h', | 1867 'browser/sync/profile_sync_components_factory.h', |
| 1866 'browser/sync/profile_sync_components_factory_impl.cc', | 1868 'browser/sync/profile_sync_components_factory_impl.cc', |
| 1867 'browser/sync/profile_sync_components_factory_impl.h', | 1869 'browser/sync/profile_sync_components_factory_impl.h', |
| 1868 'browser/sync/profile_sync_service.cc', | 1870 'browser/sync/profile_sync_service.cc', |
| 1869 'browser/sync/profile_sync_service.h', | 1871 'browser/sync/profile_sync_service.h', |
| 1870 'browser/sync/profile_sync_service_factory.cc', | 1872 'browser/sync/profile_sync_service_factory.cc', |
| 1871 'browser/sync/profile_sync_service_factory.h', | 1873 'browser/sync/profile_sync_service_factory.h', |
| 1872 'browser/sync/profile_sync_service_harness.cc', | 1874 'browser/sync/profile_sync_service_harness.cc', |
| 1873 'browser/sync/profile_sync_service_harness.h', | 1875 'browser/sync/profile_sync_service_harness.h', |
| 1874 'browser/sync/profile_sync_service_observer.h', | |
| 1875 'browser/sync/retry_verifier.cc', | 1876 'browser/sync/retry_verifier.cc', |
| 1876 'browser/sync/retry_verifier.h', | 1877 'browser/sync/retry_verifier.h', |
| 1877 'browser/sync/sync_global_error.cc', | 1878 'browser/sync/sync_global_error.cc', |
| 1878 'browser/sync/sync_global_error.h', | 1879 'browser/sync/sync_global_error.h', |
| 1879 'browser/sync/sync_prefs.cc', | 1880 'browser/sync/sync_prefs.cc', |
| 1880 'browser/sync/sync_prefs.h', | 1881 'browser/sync/sync_prefs.h', |
| 1881 'browser/sync/sync_ui_util.cc', | 1882 'browser/sync/sync_ui_util.cc', |
| 1882 'browser/sync/sync_ui_util.h', | 1883 'browser/sync/sync_ui_util.h', |
| 1883 'browser/sync/sync_ui_util_mac.h', | 1884 'browser/sync/sync_ui_util_mac.h', |
| 1884 'browser/sync/sync_ui_util_mac.mm', | 1885 'browser/sync/sync_ui_util_mac.mm', |
| (...skipping 3177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5062 'includes': [ '../build/jni_generator.gypi' ], | 5063 'includes': [ '../build/jni_generator.gypi' ], |
| 5063 'dependencies': [ | 5064 'dependencies': [ |
| 5064 'android_jar_jni_headers', | 5065 'android_jar_jni_headers', |
| 5065 ], | 5066 ], |
| 5066 }, | 5067 }, |
| 5067 ], | 5068 ], |
| 5068 }, | 5069 }, |
| 5069 ], | 5070 ], |
| 5070 ], | 5071 ], |
| 5071 } | 5072 } |
| OLD | NEW |