| 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 1965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1976 'browser/sync_file_system/sync_file_system_service.cc', | 1976 'browser/sync_file_system/sync_file_system_service.cc', |
| 1977 'browser/sync_file_system/sync_file_system_service.h', | 1977 'browser/sync_file_system/sync_file_system_service.h', |
| 1978 'browser/system_monitor/disk_info_mac.h', | 1978 'browser/system_monitor/disk_info_mac.h', |
| 1979 'browser/system_monitor/disk_info_mac.mm', | 1979 'browser/system_monitor/disk_info_mac.mm', |
| 1980 'browser/system_monitor/media_device_notifications_utils.cc', | 1980 'browser/system_monitor/media_device_notifications_utils.cc', |
| 1981 'browser/system_monitor/media_device_notifications_utils.h', | 1981 'browser/system_monitor/media_device_notifications_utils.h', |
| 1982 'browser/system_monitor/media_storage_util.cc', | 1982 'browser/system_monitor/media_storage_util.cc', |
| 1983 'browser/system_monitor/media_storage_util.h', | 1983 'browser/system_monitor/media_storage_util.h', |
| 1984 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', | 1984 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', |
| 1985 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, | 1985 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, |
| 1986 'browser/system_monitor/portable_device_watcher_win.cc', |
| 1987 'browser/system_monitor/portable_device_watcher_win.h', |
| 1986 'browser/system_monitor/removable_device_constants.cc', | 1988 'browser/system_monitor/removable_device_constants.cc', |
| 1987 'browser/system_monitor/removable_device_constants.h', | 1989 'browser/system_monitor/removable_device_constants.h', |
| 1988 'browser/system_monitor/removable_device_notifications_chromeos.cc', | 1990 'browser/system_monitor/removable_device_notifications_chromeos.cc', |
| 1989 'browser/system_monitor/removable_device_notifications_chromeos.h', | 1991 'browser/system_monitor/removable_device_notifications_chromeos.h', |
| 1990 'browser/system_monitor/removable_device_notifications_linux.cc', | 1992 'browser/system_monitor/removable_device_notifications_linux.cc', |
| 1991 'browser/system_monitor/removable_device_notifications_linux.h', | 1993 'browser/system_monitor/removable_device_notifications_linux.h', |
| 1992 'browser/system_monitor/removable_device_notifications_mac.h', | 1994 'browser/system_monitor/removable_device_notifications_mac.h', |
| 1993 'browser/system_monitor/removable_device_notifications_mac.mm', | 1995 'browser/system_monitor/removable_device_notifications_mac.mm', |
| 1994 'browser/system_monitor/removable_device_notifications_window_win.cc', | 1996 'browser/system_monitor/removable_device_notifications_window_win.cc', |
| 1995 'browser/system_monitor/removable_device_notifications_window_win.h', | 1997 'browser/system_monitor/removable_device_notifications_window_win.h', |
| (...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2974 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2976 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 2975 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2977 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 2976 }, | 2978 }, |
| 2977 'includes': ['../build/protoc.gypi'], | 2979 'includes': ['../build/protoc.gypi'], |
| 2978 }, | 2980 }, |
| 2979 ], | 2981 ], |
| 2980 }, | 2982 }, |
| 2981 ], | 2983 ], |
| 2982 ], | 2984 ], |
| 2983 } | 2985 } |
| OLD | NEW |