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 1915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1926 'browser/sync/sync_prefs.h', | 1926 'browser/sync/sync_prefs.h', |
1927 'browser/sync/sync_ui_util.cc', | 1927 'browser/sync/sync_ui_util.cc', |
1928 'browser/sync/sync_ui_util.h', | 1928 'browser/sync/sync_ui_util.h', |
1929 'browser/sync/sync_ui_util_mac.h', | 1929 'browser/sync/sync_ui_util_mac.h', |
1930 'browser/sync/sync_ui_util_mac.mm', | 1930 'browser/sync/sync_ui_util_mac.mm', |
1931 'browser/sync/user_selectable_sync_type.h', | 1931 'browser/sync/user_selectable_sync_type.h', |
1932 'browser/sync_file_system/drive_metadata_store.cc', | 1932 'browser/sync_file_system/drive_metadata_store.cc', |
1933 'browser/sync_file_system/drive_metadata_store.h', | 1933 'browser/sync_file_system/drive_metadata_store.h', |
1934 'browser/sync_file_system/local_file_sync_service.cc', | 1934 'browser/sync_file_system/local_file_sync_service.cc', |
1935 'browser/sync_file_system/local_file_sync_service.h', | 1935 'browser/sync_file_system/local_file_sync_service.h', |
| 1936 'browser/sync_file_system/remote_file_provider.cc', |
| 1937 'browser/sync_file_system/remote_file_provider.h', |
1936 'browser/sync_file_system/sync_file_system_service.cc', | 1938 'browser/sync_file_system/sync_file_system_service.cc', |
1937 'browser/sync_file_system/sync_file_system_service.h', | 1939 'browser/sync_file_system/sync_file_system_service.h', |
1938 'browser/system_monitor/disk_info_mac.h', | 1940 'browser/system_monitor/disk_info_mac.h', |
1939 'browser/system_monitor/disk_info_mac.mm', | 1941 'browser/system_monitor/disk_info_mac.mm', |
1940 'browser/system_monitor/media_device_notifications_utils.cc', | 1942 'browser/system_monitor/media_device_notifications_utils.cc', |
1941 'browser/system_monitor/media_device_notifications_utils.h', | 1943 'browser/system_monitor/media_device_notifications_utils.h', |
1942 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', | 1944 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', |
1943 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, | 1945 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, |
1944 'browser/system_monitor/removable_device_constants.cc', | 1946 'browser/system_monitor/removable_device_constants.cc', |
1945 'browser/system_monitor/removable_device_constants.h', | 1947 'browser/system_monitor/removable_device_constants.h', |
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2889 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2891 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2890 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2892 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2891 }, | 2893 }, |
2892 'includes': ['../build/protoc.gypi'], | 2894 'includes': ['../build/protoc.gypi'], |
2893 }, | 2895 }, |
2894 ], | 2896 ], |
2895 }, | 2897 }, |
2896 ], | 2898 ], |
2897 ], | 2899 ], |
2898 } | 2900 } |
OLD | NEW |