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 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1844 'browser/sync/glue/session_model_associator.cc', | 1844 'browser/sync/glue/session_model_associator.cc', |
1845 'browser/sync/glue/session_model_associator.h', | 1845 'browser/sync/glue/session_model_associator.h', |
1846 'browser/sync/glue/shared_change_processor.cc', | 1846 'browser/sync/glue/shared_change_processor.cc', |
1847 'browser/sync/glue/shared_change_processor.h', | 1847 'browser/sync/glue/shared_change_processor.h', |
1848 'browser/sync/glue/shared_change_processor_ref.cc', | 1848 'browser/sync/glue/shared_change_processor_ref.cc', |
1849 'browser/sync/glue/shared_change_processor_ref.h', | 1849 'browser/sync/glue/shared_change_processor_ref.h', |
1850 'browser/sync/glue/sync_backend_host.cc', | 1850 'browser/sync/glue/sync_backend_host.cc', |
1851 'browser/sync/glue/sync_backend_host.h', | 1851 'browser/sync/glue/sync_backend_host.h', |
1852 'browser/sync/glue/sync_backend_registrar.cc', | 1852 'browser/sync/glue/sync_backend_registrar.cc', |
1853 'browser/sync/glue/sync_backend_registrar.h', | 1853 'browser/sync/glue/sync_backend_registrar.h', |
| 1854 'browser/sync/glue/synced_device_tracker.cc', |
| 1855 'browser/sync/glue/synced_device_tracker.h', |
1854 'browser/sync/glue/synced_session.cc', | 1856 'browser/sync/glue/synced_session.cc', |
1855 'browser/sync/glue/synced_session.h', | 1857 'browser/sync/glue/synced_session.h', |
1856 'browser/sync/glue/synced_session_tracker.cc', | 1858 'browser/sync/glue/synced_session_tracker.cc', |
1857 'browser/sync/glue/synced_session_tracker.h', | 1859 'browser/sync/glue/synced_session_tracker.h', |
1858 'browser/sync/glue/synced_window_delegate.h', | 1860 'browser/sync/glue/synced_window_delegate.h', |
| 1861 'browser/sync/glue/synced_window_delegate_android.cc', |
1859 'browser/sync/glue/synced_window_delegate_android.h', | 1862 'browser/sync/glue/synced_window_delegate_android.h', |
1860 'browser/sync/glue/synced_window_delegate_android.cc', | |
1861 'browser/sync/glue/theme_change_processor.cc', | 1863 'browser/sync/glue/theme_change_processor.cc', |
1862 'browser/sync/glue/theme_change_processor.h', | 1864 'browser/sync/glue/theme_change_processor.h', |
1863 'browser/sync/glue/theme_data_type_controller.cc', | 1865 'browser/sync/glue/theme_data_type_controller.cc', |
1864 'browser/sync/glue/theme_data_type_controller.h', | 1866 'browser/sync/glue/theme_data_type_controller.h', |
1865 'browser/sync/glue/theme_model_associator.cc', | 1867 'browser/sync/glue/theme_model_associator.cc', |
1866 'browser/sync/glue/theme_model_associator.h', | 1868 'browser/sync/glue/theme_model_associator.h', |
1867 'browser/sync/glue/theme_util.cc', | 1869 'browser/sync/glue/theme_util.cc', |
1868 'browser/sync/glue/theme_util.h', | 1870 'browser/sync/glue/theme_util.h', |
1869 'browser/sync/glue/typed_url_change_processor.cc', | 1871 'browser/sync/glue/typed_url_change_processor.cc', |
1870 'browser/sync/glue/typed_url_change_processor.h', | 1872 'browser/sync/glue/typed_url_change_processor.h', |
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2806 'includes': [ '../build/jni_generator.gypi' ], | 2808 'includes': [ '../build/jni_generator.gypi' ], |
2807 'dependencies': [ | 2809 'dependencies': [ |
2808 'android_jar_jni_headers', | 2810 'android_jar_jni_headers', |
2809 ], | 2811 ], |
2810 }, | 2812 }, |
2811 ], | 2813 ], |
2812 }, | 2814 }, |
2813 ], | 2815 ], |
2814 ], | 2816 ], |
2815 } | 2817 } |
OLD | NEW |