| 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 1924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1935 'browser/sync/sync_global_error.h', | 1935 'browser/sync/sync_global_error.h', |
| 1936 'browser/sync/sync_prefs.cc', | 1936 'browser/sync/sync_prefs.cc', |
| 1937 'browser/sync/sync_prefs.h', | 1937 'browser/sync/sync_prefs.h', |
| 1938 'browser/sync/sync_ui_util.cc', | 1938 'browser/sync/sync_ui_util.cc', |
| 1939 'browser/sync/sync_ui_util.h', | 1939 'browser/sync/sync_ui_util.h', |
| 1940 'browser/sync/sync_ui_util_mac.h', | 1940 'browser/sync/sync_ui_util_mac.h', |
| 1941 'browser/sync/sync_ui_util_mac.mm', | 1941 'browser/sync/sync_ui_util_mac.mm', |
| 1942 'browser/sync/user_selectable_sync_type.h', | 1942 'browser/sync/user_selectable_sync_type.h', |
| 1943 'browser/sync_file_system/drive_metadata_store.cc', | 1943 'browser/sync_file_system/drive_metadata_store.cc', |
| 1944 'browser/sync_file_system/drive_metadata_store.h', | 1944 'browser/sync_file_system/drive_metadata_store.h', |
| 1945 'browser/sync_file_system/change_observer_interface.h', |
| 1946 'browser/sync_file_system/local_change_processor.h', |
| 1945 'browser/sync_file_system/local_file_sync_service.cc', | 1947 'browser/sync_file_system/local_file_sync_service.cc', |
| 1946 'browser/sync_file_system/local_file_sync_service.h', | 1948 'browser/sync_file_system/local_file_sync_service.h', |
| 1949 'browser/sync_file_system/remote_change_processor.h', |
| 1947 'browser/sync_file_system/sync_file_system_service.cc', | 1950 'browser/sync_file_system/sync_file_system_service.cc', |
| 1948 'browser/sync_file_system/sync_file_system_service.h', | 1951 'browser/sync_file_system/sync_file_system_service.h', |
| 1949 'browser/system_monitor/disk_info_mac.h', | 1952 'browser/system_monitor/disk_info_mac.h', |
| 1950 'browser/system_monitor/disk_info_mac.mm', | 1953 'browser/system_monitor/disk_info_mac.mm', |
| 1951 'browser/system_monitor/media_device_notifications_utils.cc', | 1954 'browser/system_monitor/media_device_notifications_utils.cc', |
| 1952 'browser/system_monitor/media_device_notifications_utils.h', | 1955 'browser/system_monitor/media_device_notifications_utils.h', |
| 1953 'browser/system_monitor/media_storage_util.cc', | 1956 'browser/system_monitor/media_storage_util.cc', |
| 1954 'browser/system_monitor/media_storage_util.h', | 1957 'browser/system_monitor/media_storage_util.h', |
| 1955 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', | 1958 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', |
| 1956 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, | 1959 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, |
| (...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2902 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2905 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 2903 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2906 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 2904 }, | 2907 }, |
| 2905 'includes': ['../build/protoc.gypi'], | 2908 'includes': ['../build/protoc.gypi'], |
| 2906 }, | 2909 }, |
| 2907 ], | 2910 ], |
| 2908 }, | 2911 }, |
| 2909 ], | 2912 ], |
| 2910 ], | 2913 ], |
| 2911 } | 2914 } |
| OLD | NEW |