| 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 1952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1963 'browser/sync_file_system/sync_file_system_service.cc', | 1963 'browser/sync_file_system/sync_file_system_service.cc', |
| 1964 'browser/sync_file_system/sync_file_system_service.h', | 1964 'browser/sync_file_system/sync_file_system_service.h', |
| 1965 'browser/system_monitor/disk_info_mac.h', | 1965 'browser/system_monitor/disk_info_mac.h', |
| 1966 'browser/system_monitor/disk_info_mac.mm', | 1966 'browser/system_monitor/disk_info_mac.mm', |
| 1967 'browser/system_monitor/media_device_notifications_utils.cc', | 1967 'browser/system_monitor/media_device_notifications_utils.cc', |
| 1968 'browser/system_monitor/media_device_notifications_utils.h', | 1968 'browser/system_monitor/media_device_notifications_utils.h', |
| 1969 'browser/system_monitor/media_storage_util.cc', | 1969 'browser/system_monitor/media_storage_util.cc', |
| 1970 'browser/system_monitor/media_storage_util.h', | 1970 'browser/system_monitor/media_storage_util.h', |
| 1971 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', | 1971 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', |
| 1972 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, | 1972 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, |
| 1973 'browser/system_monitor/portable_device_watcher_win.cc', |
| 1974 'browser/system_monitor/portable_device_watcher_win.h', |
| 1973 'browser/system_monitor/removable_device_constants.cc', | 1975 'browser/system_monitor/removable_device_constants.cc', |
| 1974 'browser/system_monitor/removable_device_constants.h', | 1976 'browser/system_monitor/removable_device_constants.h', |
| 1975 'browser/system_monitor/removable_device_notifications_chromeos.cc', | 1977 'browser/system_monitor/removable_device_notifications_chromeos.cc', |
| 1976 'browser/system_monitor/removable_device_notifications_chromeos.h', | 1978 'browser/system_monitor/removable_device_notifications_chromeos.h', |
| 1977 'browser/system_monitor/removable_device_notifications_linux.cc', | 1979 'browser/system_monitor/removable_device_notifications_linux.cc', |
| 1978 'browser/system_monitor/removable_device_notifications_linux.h', | 1980 'browser/system_monitor/removable_device_notifications_linux.h', |
| 1979 'browser/system_monitor/removable_device_notifications_mac.h', | 1981 'browser/system_monitor/removable_device_notifications_mac.h', |
| 1980 'browser/system_monitor/removable_device_notifications_mac.mm', | 1982 'browser/system_monitor/removable_device_notifications_mac.mm', |
| 1981 'browser/system_monitor/removable_device_notifications_window_win.cc', | 1983 'browser/system_monitor/removable_device_notifications_window_win.cc', |
| 1982 'browser/system_monitor/removable_device_notifications_window_win.h', | 1984 'browser/system_monitor/removable_device_notifications_window_win.h', |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2936 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2938 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 2937 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2939 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 2938 }, | 2940 }, |
| 2939 'includes': ['../build/protoc.gypi'], | 2941 'includes': ['../build/protoc.gypi'], |
| 2940 }, | 2942 }, |
| 2941 ], | 2943 ], |
| 2942 }, | 2944 }, |
| 2943 ], | 2945 ], |
| 2944 ], | 2946 ], |
| 2945 } | 2947 } |
| OLD | NEW |