| 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 1821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1832 'browser/status_icons/status_icon.h', | 1832 'browser/status_icons/status_icon.h', |
| 1833 'browser/status_icons/status_icon_observer.h', | 1833 'browser/status_icons/status_icon_observer.h', |
| 1834 'browser/status_icons/status_tray.cc', | 1834 'browser/status_icons/status_tray.cc', |
| 1835 'browser/status_icons/status_tray.h', | 1835 'browser/status_icons/status_tray.h', |
| 1836 'browser/storage_monitor/disk_info_mac.h', | 1836 'browser/storage_monitor/disk_info_mac.h', |
| 1837 'browser/storage_monitor/disk_info_mac.mm', | 1837 'browser/storage_monitor/disk_info_mac.mm', |
| 1838 'browser/storage_monitor/image_capture_device.h', | 1838 'browser/storage_monitor/image_capture_device.h', |
| 1839 'browser/storage_monitor/image_capture_device.mm', | 1839 'browser/storage_monitor/image_capture_device.mm', |
| 1840 'browser/storage_monitor/image_capture_device_manager.h', | 1840 'browser/storage_monitor/image_capture_device_manager.h', |
| 1841 'browser/storage_monitor/image_capture_device_manager.mm', | 1841 'browser/storage_monitor/image_capture_device_manager.mm', |
| 1842 'browser/storage_monitor/media_device_notifications_utils.cc', | |
| 1843 'browser/storage_monitor/media_device_notifications_utils.h', | |
| 1844 'browser/storage_monitor/media_storage_util.cc', | 1842 'browser/storage_monitor/media_storage_util.cc', |
| 1845 'browser/storage_monitor/media_storage_util.h', | 1843 'browser/storage_monitor/media_storage_util.h', |
| 1846 'browser/storage_monitor/media_transfer_protocol_device_observer_linux.c
c', | 1844 'browser/storage_monitor/media_transfer_protocol_device_observer_linux.c
c', |
| 1847 'browser/storage_monitor/media_transfer_protocol_device_observer_linux.h
', | 1845 'browser/storage_monitor/media_transfer_protocol_device_observer_linux.h
', |
| 1848 'browser/storage_monitor/portable_device_watcher_win.cc', | 1846 'browser/storage_monitor/portable_device_watcher_win.cc', |
| 1849 'browser/storage_monitor/portable_device_watcher_win.h', | 1847 'browser/storage_monitor/portable_device_watcher_win.h', |
| 1850 'browser/storage_monitor/removable_device_constants.cc', | 1848 'browser/storage_monitor/removable_device_constants.cc', |
| 1851 'browser/storage_monitor/removable_device_constants.h', | 1849 'browser/storage_monitor/removable_device_constants.h', |
| 1852 'browser/storage_monitor/storage_info.cc', | 1850 'browser/storage_monitor/storage_info.cc', |
| 1853 'browser/storage_monitor/storage_info.h', | 1851 'browser/storage_monitor/storage_info.h', |
| (...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3163 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3161 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3164 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3162 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3165 }, | 3163 }, |
| 3166 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3164 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3167 }, | 3165 }, |
| 3168 ], | 3166 ], |
| 3169 }, | 3167 }, |
| 3170 ], | 3168 ], |
| 3171 ], | 3169 ], |
| 3172 } | 3170 } |
| OLD | NEW |