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 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1899 'browser/sync/glue/session_model_associator.cc', | 1899 'browser/sync/glue/session_model_associator.cc', |
1900 'browser/sync/glue/session_model_associator.h', | 1900 'browser/sync/glue/session_model_associator.h', |
1901 'browser/sync/glue/shared_change_processor.cc', | 1901 'browser/sync/glue/shared_change_processor.cc', |
1902 'browser/sync/glue/shared_change_processor.h', | 1902 'browser/sync/glue/shared_change_processor.h', |
1903 'browser/sync/glue/shared_change_processor_ref.cc', | 1903 'browser/sync/glue/shared_change_processor_ref.cc', |
1904 'browser/sync/glue/shared_change_processor_ref.h', | 1904 'browser/sync/glue/shared_change_processor_ref.h', |
1905 'browser/sync/glue/sync_backend_host.cc', | 1905 'browser/sync/glue/sync_backend_host.cc', |
1906 'browser/sync/glue/sync_backend_host.h', | 1906 'browser/sync/glue/sync_backend_host.h', |
1907 'browser/sync/glue/sync_backend_registrar.cc', | 1907 'browser/sync/glue/sync_backend_registrar.cc', |
1908 'browser/sync/glue/sync_backend_registrar.h', | 1908 'browser/sync/glue/sync_backend_registrar.h', |
| 1909 'browser/sync/glue/synced_device_tracker.cc', |
| 1910 'browser/sync/glue/synced_device_tracker.h', |
1909 'browser/sync/glue/synced_session.cc', | 1911 'browser/sync/glue/synced_session.cc', |
1910 'browser/sync/glue/synced_session.h', | 1912 'browser/sync/glue/synced_session.h', |
1911 'browser/sync/glue/synced_session_tracker.cc', | 1913 'browser/sync/glue/synced_session_tracker.cc', |
1912 'browser/sync/glue/synced_session_tracker.h', | 1914 'browser/sync/glue/synced_session_tracker.h', |
1913 'browser/sync/glue/synced_window_delegate.h', | 1915 'browser/sync/glue/synced_window_delegate.h', |
| 1916 'browser/sync/glue/synced_window_delegate_android.cc', |
1914 'browser/sync/glue/synced_window_delegate_android.h', | 1917 'browser/sync/glue/synced_window_delegate_android.h', |
1915 'browser/sync/glue/synced_window_delegate_android.cc', | |
1916 'browser/sync/glue/theme_data_type_controller.cc', | 1918 'browser/sync/glue/theme_data_type_controller.cc', |
1917 'browser/sync/glue/theme_data_type_controller.h', | 1919 'browser/sync/glue/theme_data_type_controller.h', |
1918 'browser/sync/glue/typed_url_change_processor.cc', | 1920 'browser/sync/glue/typed_url_change_processor.cc', |
1919 'browser/sync/glue/typed_url_change_processor.h', | 1921 'browser/sync/glue/typed_url_change_processor.h', |
1920 'browser/sync/glue/typed_url_data_type_controller.cc', | 1922 'browser/sync/glue/typed_url_data_type_controller.cc', |
1921 'browser/sync/glue/typed_url_data_type_controller.h', | 1923 'browser/sync/glue/typed_url_data_type_controller.h', |
1922 'browser/sync/glue/typed_url_model_associator.cc', | 1924 'browser/sync/glue/typed_url_model_associator.cc', |
1923 'browser/sync/glue/typed_url_model_associator.h', | 1925 'browser/sync/glue/typed_url_model_associator.h', |
1924 'browser/sync/glue/ui_data_type_controller.cc', | 1926 'browser/sync/glue/ui_data_type_controller.cc', |
1925 'browser/sync/glue/ui_data_type_controller.h', | 1927 'browser/sync/glue/ui_data_type_controller.h', |
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3028 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3030 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3029 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3031 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3030 }, | 3032 }, |
3031 'includes': ['../build/protoc.gypi'], | 3033 'includes': ['../build/protoc.gypi'], |
3032 }, | 3034 }, |
3033 ], | 3035 ], |
3034 }, | 3036 }, |
3035 ], | 3037 ], |
3036 ], | 3038 ], |
3037 } | 3039 } |
OLD | NEW |