| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 842 'browser/chromeos/system/timezone_settings.cc', | 842 'browser/chromeos/system/timezone_settings.cc', |
| 843 'browser/chromeos/system/timezone_settings.h', | 843 'browser/chromeos/system/timezone_settings.h', |
| 844 'browser/chromeos/system/udev_info_provider.cc', | 844 'browser/chromeos/system/udev_info_provider.cc', |
| 845 'browser/chromeos/system/udev_info_provider.h', | 845 'browser/chromeos/system/udev_info_provider.h', |
| 846 'browser/chromeos/system_key_event_listener.cc', | 846 'browser/chromeos/system_key_event_listener.cc', |
| 847 'browser/chromeos/system_key_event_listener.h', | 847 'browser/chromeos/system_key_event_listener.h', |
| 848 'browser/chromeos/ui/brightness_bubble.cc', | 848 'browser/chromeos/ui/brightness_bubble.cc', |
| 849 'browser/chromeos/ui/brightness_bubble.h', | 849 'browser/chromeos/ui/brightness_bubble.h', |
| 850 'browser/chromeos/ui/idle_logout_dialog_view.cc', | 850 'browser/chromeos/ui/idle_logout_dialog_view.cc', |
| 851 'browser/chromeos/ui/idle_logout_dialog_view.h', | 851 'browser/chromeos/ui/idle_logout_dialog_view.h', |
| 852 'browser/chromeos/ui/screensaver_extension_dialog.cc', | |
| 853 'browser/chromeos/ui/screensaver_extension_dialog.h', | |
| 854 'browser/chromeos/ui/setting_level_bubble.cc', | 852 'browser/chromeos/ui/setting_level_bubble.cc', |
| 855 'browser/chromeos/ui/setting_level_bubble.h', | 853 'browser/chromeos/ui/setting_level_bubble.h', |
| 856 'browser/chromeos/ui/setting_level_bubble_view.cc', | 854 'browser/chromeos/ui/setting_level_bubble_view.cc', |
| 857 'browser/chromeos/ui/setting_level_bubble_view.h', | 855 'browser/chromeos/ui/setting_level_bubble_view.h', |
| 858 'browser/chromeos/ui/volume_bubble.cc', | 856 'browser/chromeos/ui/volume_bubble.cc', |
| 859 'browser/chromeos/ui/volume_bubble.h', | 857 'browser/chromeos/ui/volume_bubble.h', |
| 860 'browser/chromeos/upgrade_detector_chromeos.cc', | 858 'browser/chromeos/upgrade_detector_chromeos.cc', |
| 861 'browser/chromeos/upgrade_detector_chromeos.h', | 859 'browser/chromeos/upgrade_detector_chromeos.h', |
| 862 'browser/chromeos/device_hierarchy_observer.h', | 860 'browser/chromeos/device_hierarchy_observer.h', |
| 863 'browser/chromeos/device_settings_provider.cc', | 861 'browser/chromeos/device_settings_provider.cc', |
| (...skipping 4383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5247 'type': 'static_library', | 5245 'type': 'static_library', |
| 5248 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5246 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
| 5249 'variables': { | 5247 'variables': { |
| 5250 'proto_in_dir': 'browser/chromeos/gdata', | 5248 'proto_in_dir': 'browser/chromeos/gdata', |
| 5251 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5249 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 5252 }, | 5250 }, |
| 5253 'includes': [ '../build/protoc.gypi' ] | 5251 'includes': [ '../build/protoc.gypi' ] |
| 5254 }, | 5252 }, |
| 5255 ], | 5253 ], |
| 5256 } | 5254 } |
| OLD | NEW |