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 1800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1811 'browser/sync/glue/session_model_associator.cc', | 1811 'browser/sync/glue/session_model_associator.cc', |
1812 'browser/sync/glue/session_model_associator.h', | 1812 'browser/sync/glue/session_model_associator.h', |
1813 'browser/sync/glue/shared_change_processor.cc', | 1813 'browser/sync/glue/shared_change_processor.cc', |
1814 'browser/sync/glue/shared_change_processor.h', | 1814 'browser/sync/glue/shared_change_processor.h', |
1815 'browser/sync/glue/shared_change_processor_ref.cc', | 1815 'browser/sync/glue/shared_change_processor_ref.cc', |
1816 'browser/sync/glue/shared_change_processor_ref.h', | 1816 'browser/sync/glue/shared_change_processor_ref.h', |
1817 'browser/sync/glue/sync_backend_host.cc', | 1817 'browser/sync/glue/sync_backend_host.cc', |
1818 'browser/sync/glue/sync_backend_host.h', | 1818 'browser/sync/glue/sync_backend_host.h', |
1819 'browser/sync/glue/sync_backend_registrar.cc', | 1819 'browser/sync/glue/sync_backend_registrar.cc', |
1820 'browser/sync/glue/sync_backend_registrar.h', | 1820 'browser/sync/glue/sync_backend_registrar.h', |
| 1821 'browser/sync/glue/synced_device_tracker.cc', |
| 1822 'browser/sync/glue/synced_device_tracker.h', |
1821 'browser/sync/glue/synced_session.cc', | 1823 'browser/sync/glue/synced_session.cc', |
1822 'browser/sync/glue/synced_session.h', | 1824 'browser/sync/glue/synced_session.h', |
1823 'browser/sync/glue/synced_session_tracker.cc', | 1825 'browser/sync/glue/synced_session_tracker.cc', |
1824 'browser/sync/glue/synced_session_tracker.h', | 1826 'browser/sync/glue/synced_session_tracker.h', |
1825 'browser/sync/glue/synced_window_delegate.h', | 1827 'browser/sync/glue/synced_window_delegate.h', |
| 1828 'browser/sync/glue/synced_window_delegate_android.cc', |
1826 'browser/sync/glue/synced_window_delegate_android.h', | 1829 'browser/sync/glue/synced_window_delegate_android.h', |
1827 'browser/sync/glue/synced_window_delegate_android.cc', | |
1828 'browser/sync/glue/theme_change_processor.cc', | 1830 'browser/sync/glue/theme_change_processor.cc', |
1829 'browser/sync/glue/theme_change_processor.h', | 1831 'browser/sync/glue/theme_change_processor.h', |
1830 'browser/sync/glue/theme_data_type_controller.cc', | 1832 'browser/sync/glue/theme_data_type_controller.cc', |
1831 'browser/sync/glue/theme_data_type_controller.h', | 1833 'browser/sync/glue/theme_data_type_controller.h', |
1832 'browser/sync/glue/theme_model_associator.cc', | 1834 'browser/sync/glue/theme_model_associator.cc', |
1833 'browser/sync/glue/theme_model_associator.h', | 1835 'browser/sync/glue/theme_model_associator.h', |
1834 'browser/sync/glue/theme_util.cc', | 1836 'browser/sync/glue/theme_util.cc', |
1835 'browser/sync/glue/theme_util.h', | 1837 'browser/sync/glue/theme_util.h', |
1836 'browser/sync/glue/typed_url_change_processor.cc', | 1838 'browser/sync/glue/typed_url_change_processor.cc', |
1837 'browser/sync/glue/typed_url_change_processor.h', | 1839 'browser/sync/glue/typed_url_change_processor.h', |
(...skipping 3228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5066 'includes': [ '../build/jni_generator.gypi' ], | 5068 'includes': [ '../build/jni_generator.gypi' ], |
5067 'dependencies': [ | 5069 'dependencies': [ |
5068 'android_jar_jni_headers', | 5070 'android_jar_jni_headers', |
5069 ], | 5071 ], |
5070 }, | 5072 }, |
5071 ], | 5073 ], |
5072 }, | 5074 }, |
5073 ], | 5075 ], |
5074 ], | 5076 ], |
5075 } | 5077 } |
OLD | NEW |