| 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 1931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1942 'browser/sync_file_system/sync_file_system_service.cc', | 1942 'browser/sync_file_system/sync_file_system_service.cc', |
| 1943 'browser/sync_file_system/sync_file_system_service.h', | 1943 'browser/sync_file_system/sync_file_system_service.h', |
| 1944 'browser/system_monitor/disk_info_mac.h', | 1944 'browser/system_monitor/disk_info_mac.h', |
| 1945 'browser/system_monitor/disk_info_mac.mm', | 1945 'browser/system_monitor/disk_info_mac.mm', |
| 1946 'browser/system_monitor/media_device_notifications_utils.cc', | 1946 'browser/system_monitor/media_device_notifications_utils.cc', |
| 1947 'browser/system_monitor/media_device_notifications_utils.h', | 1947 'browser/system_monitor/media_device_notifications_utils.h', |
| 1948 'browser/system_monitor/media_storage_util.cc', | 1948 'browser/system_monitor/media_storage_util.cc', |
| 1949 'browser/system_monitor/media_storage_util.h', | 1949 'browser/system_monitor/media_storage_util.h', |
| 1950 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', | 1950 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', |
| 1951 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, | 1951 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, |
| 1952 'browser/system_monitor/portable_device_watcher_win.cc', |
| 1953 'browser/system_monitor/portable_device_watcher_win.h', |
| 1952 'browser/system_monitor/removable_device_constants.cc', | 1954 'browser/system_monitor/removable_device_constants.cc', |
| 1953 'browser/system_monitor/removable_device_constants.h', | 1955 'browser/system_monitor/removable_device_constants.h', |
| 1954 'browser/system_monitor/removable_device_notifications_chromeos.cc', | 1956 'browser/system_monitor/removable_device_notifications_chromeos.cc', |
| 1955 'browser/system_monitor/removable_device_notifications_chromeos.h', | 1957 'browser/system_monitor/removable_device_notifications_chromeos.h', |
| 1956 'browser/system_monitor/removable_device_notifications_linux.cc', | 1958 'browser/system_monitor/removable_device_notifications_linux.cc', |
| 1957 'browser/system_monitor/removable_device_notifications_linux.h', | 1959 'browser/system_monitor/removable_device_notifications_linux.h', |
| 1958 'browser/system_monitor/removable_device_notifications_mac.h', | 1960 'browser/system_monitor/removable_device_notifications_mac.h', |
| 1959 'browser/system_monitor/removable_device_notifications_mac.mm', | 1961 'browser/system_monitor/removable_device_notifications_mac.mm', |
| 1960 'browser/system_monitor/removable_device_notifications_window_win.cc', | 1962 'browser/system_monitor/removable_device_notifications_window_win.cc', |
| 1961 'browser/system_monitor/removable_device_notifications_window_win.h', | 1963 'browser/system_monitor/removable_device_notifications_window_win.h', |
| (...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2897 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2899 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 2898 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2900 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 2899 }, | 2901 }, |
| 2900 'includes': ['../build/protoc.gypi'], | 2902 'includes': ['../build/protoc.gypi'], |
| 2901 }, | 2903 }, |
| 2902 ], | 2904 ], |
| 2903 }, | 2905 }, |
| 2904 ], | 2906 ], |
| 2905 ], | 2907 ], |
| 2906 } | 2908 } |
| OLD | NEW |