| 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 1912 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1923         'browser/status_icons/status_icon.h', |  1923         'browser/status_icons/status_icon.h', | 
|  1924         'browser/status_icons/status_icon_observer.h', |  1924         'browser/status_icons/status_icon_observer.h', | 
|  1925         'browser/status_icons/status_tray.cc', |  1925         'browser/status_icons/status_tray.cc', | 
|  1926         'browser/status_icons/status_tray.h', |  1926         'browser/status_icons/status_tray.h', | 
|  1927         'browser/storage_monitor/disk_info_mac.h', |  1927         'browser/storage_monitor/disk_info_mac.h', | 
|  1928         'browser/storage_monitor/disk_info_mac.mm', |  1928         'browser/storage_monitor/disk_info_mac.mm', | 
|  1929         'browser/storage_monitor/image_capture_device.h', |  1929         'browser/storage_monitor/image_capture_device.h', | 
|  1930         'browser/storage_monitor/image_capture_device.mm', |  1930         'browser/storage_monitor/image_capture_device.mm', | 
|  1931         'browser/storage_monitor/image_capture_device_manager.h', |  1931         'browser/storage_monitor/image_capture_device_manager.h', | 
|  1932         'browser/storage_monitor/image_capture_device_manager.mm', |  1932         'browser/storage_monitor/image_capture_device_manager.mm', | 
|  1933         'browser/storage_monitor/media_device_notifications_utils.cc', |  | 
|  1934         'browser/storage_monitor/media_device_notifications_utils.h', |  | 
|  1935         'browser/storage_monitor/media_storage_util.cc', |  1933         'browser/storage_monitor/media_storage_util.cc', | 
|  1936         'browser/storage_monitor/media_storage_util.h', |  1934         'browser/storage_monitor/media_storage_util.h', | 
|  1937         'browser/storage_monitor/media_transfer_protocol_device_observer_linux.c
      c', |  1935         'browser/storage_monitor/media_transfer_protocol_device_observer_linux.c
      c', | 
|  1938         'browser/storage_monitor/media_transfer_protocol_device_observer_linux.h
      ', |  1936         'browser/storage_monitor/media_transfer_protocol_device_observer_linux.h
      ', | 
|  1939         'browser/storage_monitor/portable_device_watcher_win.cc', |  1937         'browser/storage_monitor/portable_device_watcher_win.cc', | 
|  1940         'browser/storage_monitor/portable_device_watcher_win.h', |  1938         'browser/storage_monitor/portable_device_watcher_win.h', | 
|  1941         'browser/storage_monitor/removable_device_constants.cc', |  1939         'browser/storage_monitor/removable_device_constants.cc', | 
|  1942         'browser/storage_monitor/removable_device_constants.h', |  1940         'browser/storage_monitor/removable_device_constants.h', | 
|  1943         'browser/storage_monitor/storage_info.cc', |  1941         'browser/storage_monitor/storage_info.cc', | 
|  1944         'browser/storage_monitor/storage_info.h', |  1942         'browser/storage_monitor/storage_info.h', | 
| (...skipping 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  3160             'package_name': 'org/chromium/chrome/browser/ui/toolbar', |  3158             'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 
|  3161             'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
      ist.h'], |  3159             'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
      ist.h'], | 
|  3162           }, |  3160           }, | 
|  3163           'includes': [ '../build/android/java_cpp_template.gypi' ], |  3161           'includes': [ '../build/android/java_cpp_template.gypi' ], | 
|  3164         }, |  3162         }, | 
|  3165       ], |  3163       ], | 
|  3166      }, |  3164      }, | 
|  3167     ], |  3165     ], | 
|  3168   ], |  3166   ], | 
|  3169 } |  3167 } | 
| OLD | NEW |