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 1920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1931 'browser/sync/sync_ui_util_mac.mm', | 1931 'browser/sync/sync_ui_util_mac.mm', |
1932 'browser/sync/user_selectable_sync_type.h', | 1932 'browser/sync/user_selectable_sync_type.h', |
1933 'browser/sync_file_system/remote_metadata_store.cc', | 1933 'browser/sync_file_system/remote_metadata_store.cc', |
1934 'browser/sync_file_system/remote_metadata_store.h', | 1934 'browser/sync_file_system/remote_metadata_store.h', |
1935 'browser/system_monitor/disk_info_mac.h', | 1935 'browser/system_monitor/disk_info_mac.h', |
1936 'browser/system_monitor/disk_info_mac.mm', | 1936 'browser/system_monitor/disk_info_mac.mm', |
1937 'browser/system_monitor/media_device_notifications_utils.cc', | 1937 'browser/system_monitor/media_device_notifications_utils.cc', |
1938 'browser/system_monitor/media_device_notifications_utils.h', | 1938 'browser/system_monitor/media_device_notifications_utils.h', |
1939 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', | 1939 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc
', |
1940 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, | 1940 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h'
, |
| 1941 'browser/system_monitor/media_transfer_protocol_device_observer_win.cc', |
| 1942 'browser/system_monitor/media_transfer_protocol_device_observer_win.h', |
1941 'browser/system_monitor/removable_device_constants.cc', | 1943 'browser/system_monitor/removable_device_constants.cc', |
1942 'browser/system_monitor/removable_device_constants.h', | 1944 'browser/system_monitor/removable_device_constants.h', |
1943 'browser/system_monitor/media_storage_util.cc', | 1945 'browser/system_monitor/media_storage_util.cc', |
1944 'browser/system_monitor/media_storage_util.h', | 1946 'browser/system_monitor/media_storage_util.h', |
1945 'browser/system_monitor/removable_device_notifications_chromeos.cc', | 1947 'browser/system_monitor/removable_device_notifications_chromeos.cc', |
1946 'browser/system_monitor/removable_device_notifications_chromeos.h', | 1948 'browser/system_monitor/removable_device_notifications_chromeos.h', |
1947 'browser/system_monitor/removable_device_notifications_linux.cc', | 1949 'browser/system_monitor/removable_device_notifications_linux.cc', |
1948 'browser/system_monitor/removable_device_notifications_linux.h', | 1950 'browser/system_monitor/removable_device_notifications_linux.h', |
1949 'browser/system_monitor/removable_device_notifications_mac.h', | 1951 'browser/system_monitor/removable_device_notifications_mac.h', |
1950 'browser/system_monitor/removable_device_notifications_mac.mm', | 1952 'browser/system_monitor/removable_device_notifications_mac.mm', |
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2868 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2870 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2869 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2871 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2870 }, | 2872 }, |
2871 'includes': ['../build/protoc.gypi'], | 2873 'includes': ['../build/protoc.gypi'], |
2872 }, | 2874 }, |
2873 ], | 2875 ], |
2874 }, | 2876 }, |
2875 ], | 2877 ], |
2876 ], | 2878 ], |
2877 } | 2879 } |
OLD | NEW |