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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
838 'browser/chromeos/system/timezone_settings.cc', | 838 'browser/chromeos/system/timezone_settings.cc', |
839 'browser/chromeos/system/timezone_settings.h', | 839 'browser/chromeos/system/timezone_settings.h', |
840 'browser/chromeos/system/udev_info_provider.cc', | 840 'browser/chromeos/system/udev_info_provider.cc', |
841 'browser/chromeos/system/udev_info_provider.h', | 841 'browser/chromeos/system/udev_info_provider.h', |
842 'browser/chromeos/system_key_event_listener.cc', | 842 'browser/chromeos/system_key_event_listener.cc', |
843 'browser/chromeos/system_key_event_listener.h', | 843 'browser/chromeos/system_key_event_listener.h', |
844 'browser/chromeos/ui/brightness_bubble.cc', | 844 'browser/chromeos/ui/brightness_bubble.cc', |
845 'browser/chromeos/ui/brightness_bubble.h', | 845 'browser/chromeos/ui/brightness_bubble.h', |
846 'browser/chromeos/ui/idle_logout_dialog_view.cc', | 846 'browser/chromeos/ui/idle_logout_dialog_view.cc', |
847 'browser/chromeos/ui/idle_logout_dialog_view.h', | 847 'browser/chromeos/ui/idle_logout_dialog_view.h', |
848 'browser/chromeos/ui/screensaver_extension_dialog.cc', | |
849 'browser/chromeos/ui/screensaver_extension_dialog.h', | |
850 'browser/chromeos/ui/setting_level_bubble.cc', | 848 'browser/chromeos/ui/setting_level_bubble.cc', |
851 'browser/chromeos/ui/setting_level_bubble.h', | 849 'browser/chromeos/ui/setting_level_bubble.h', |
852 'browser/chromeos/ui/setting_level_bubble_view.cc', | 850 'browser/chromeos/ui/setting_level_bubble_view.cc', |
853 'browser/chromeos/ui/setting_level_bubble_view.h', | 851 'browser/chromeos/ui/setting_level_bubble_view.h', |
854 'browser/chromeos/ui/volume_bubble.cc', | 852 'browser/chromeos/ui/volume_bubble.cc', |
855 'browser/chromeos/ui/volume_bubble.h', | 853 'browser/chromeos/ui/volume_bubble.h', |
856 'browser/chromeos/upgrade_detector_chromeos.cc', | 854 'browser/chromeos/upgrade_detector_chromeos.cc', |
857 'browser/chromeos/upgrade_detector_chromeos.h', | 855 'browser/chromeos/upgrade_detector_chromeos.h', |
858 'browser/chromeos/device_hierarchy_observer.h', | 856 'browser/chromeos/device_hierarchy_observer.h', |
859 'browser/chromeos/device_settings_provider.cc', | 857 'browser/chromeos/device_settings_provider.cc', |
(...skipping 4158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5018 'type': 'static_library', | 5016 'type': 'static_library', |
5019 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5017 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5020 'variables': { | 5018 'variables': { |
5021 'proto_in_dir': 'browser/chromeos/gdata', | 5019 'proto_in_dir': 'browser/chromeos/gdata', |
5022 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5020 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5023 }, | 5021 }, |
5024 'includes': [ '../build/protoc.gypi' ] | 5022 'includes': [ '../build/protoc.gypi' ] |
5025 }, | 5023 }, |
5026 ], | 5024 ], |
5027 } | 5025 } |
OLD | NEW |