OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1812 'browser/storage_monitor/media_storage_util.cc', | 1812 'browser/storage_monitor/media_storage_util.cc', |
1813 'browser/storage_monitor/media_storage_util.h', | 1813 'browser/storage_monitor/media_storage_util.h', |
1814 'browser/storage_monitor/media_transfer_protocol_device_observer_linux.c
c', | 1814 'browser/storage_monitor/media_transfer_protocol_device_observer_linux.c
c', |
1815 'browser/storage_monitor/media_transfer_protocol_device_observer_linux.h
', | 1815 'browser/storage_monitor/media_transfer_protocol_device_observer_linux.h
', |
1816 'browser/storage_monitor/mtab_watcher_linux.cc', | 1816 'browser/storage_monitor/mtab_watcher_linux.cc', |
1817 'browser/storage_monitor/mtab_watcher_linux.h', | 1817 'browser/storage_monitor/mtab_watcher_linux.h', |
1818 'browser/storage_monitor/portable_device_watcher_win.cc', | 1818 'browser/storage_monitor/portable_device_watcher_win.cc', |
1819 'browser/storage_monitor/portable_device_watcher_win.h', | 1819 'browser/storage_monitor/portable_device_watcher_win.h', |
1820 'browser/storage_monitor/removable_device_constants.cc', | 1820 'browser/storage_monitor/removable_device_constants.cc', |
1821 'browser/storage_monitor/removable_device_constants.h', | 1821 'browser/storage_monitor/removable_device_constants.h', |
| 1822 'browser/storage_monitor/removable_storage_observer.h', |
1822 'browser/storage_monitor/storage_info.cc', | 1823 'browser/storage_monitor/storage_info.cc', |
1823 'browser/storage_monitor/storage_info.h', | 1824 'browser/storage_monitor/storage_info.h', |
1824 'browser/storage_monitor/storage_monitor_chromeos.cc', | 1825 'browser/storage_monitor/storage_monitor_chromeos.cc', |
1825 'browser/storage_monitor/storage_monitor_chromeos.h', | 1826 'browser/storage_monitor/storage_monitor_chromeos.h', |
1826 'browser/storage_monitor/storage_monitor_linux.cc', | 1827 'browser/storage_monitor/storage_monitor_linux.cc', |
1827 'browser/storage_monitor/storage_monitor_linux.h', | 1828 'browser/storage_monitor/storage_monitor_linux.h', |
1828 'browser/storage_monitor/storage_monitor_mac.h', | 1829 'browser/storage_monitor/storage_monitor_mac.h', |
1829 'browser/storage_monitor/storage_monitor_mac.mm', | 1830 'browser/storage_monitor/storage_monitor_mac.mm', |
1830 'browser/storage_monitor/storage_monitor_win.cc', | 1831 'browser/storage_monitor/storage_monitor_win.cc', |
1831 'browser/storage_monitor/storage_monitor_win.h', | 1832 'browser/storage_monitor/storage_monitor_win.h', |
1832 'browser/storage_monitor/removable_storage_observer.h', | |
1833 'browser/storage_monitor/storage_monitor.cc', | 1833 'browser/storage_monitor/storage_monitor.cc', |
1834 'browser/storage_monitor/storage_monitor.h', | 1834 'browser/storage_monitor/storage_monitor.h', |
| 1835 # TODO(thestig) Refactor StorageMonitor so these are test-only. |
| 1836 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc', |
| 1837 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.h', |
1835 'browser/storage_monitor/transient_device_ids.cc', | 1838 'browser/storage_monitor/transient_device_ids.cc', |
1836 'browser/storage_monitor/transient_device_ids.h', | 1839 'browser/storage_monitor/transient_device_ids.h', |
1837 'browser/storage_monitor/udev_util_linux.cc', | 1840 'browser/storage_monitor/udev_util_linux.cc', |
1838 'browser/storage_monitor/udev_util_linux.h', | 1841 'browser/storage_monitor/udev_util_linux.h', |
1839 'browser/storage_monitor/volume_mount_watcher_win.cc', | 1842 'browser/storage_monitor/volume_mount_watcher_win.cc', |
1840 'browser/storage_monitor/volume_mount_watcher_win.h', | 1843 'browser/storage_monitor/volume_mount_watcher_win.h', |
1841 'browser/sync/about_sync_util.cc', | 1844 'browser/sync/about_sync_util.cc', |
1842 'browser/sync/about_sync_util.h', | 1845 'browser/sync/about_sync_util.h', |
1843 'browser/sync/backend_migrator.cc', | 1846 'browser/sync/backend_migrator.cc', |
1844 'browser/sync/backend_migrator.h', | 1847 'browser/sync/backend_migrator.h', |
(...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3029 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3032 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3030 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3033 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3031 }, | 3034 }, |
3032 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3035 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3033 }, | 3036 }, |
3034 ], | 3037 ], |
3035 }, | 3038 }, |
3036 ], | 3039 ], |
3037 ], | 3040 ], |
3038 } | 3041 } |
OLD | NEW |