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 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1802 'browser/protector/base_prefs_change.cc', | 1802 'browser/protector/base_prefs_change.cc', |
1803 'browser/protector/base_prefs_change.h', | 1803 'browser/protector/base_prefs_change.h', |
1804 'browser/protector/base_setting_change.cc', | 1804 'browser/protector/base_setting_change.cc', |
1805 'browser/protector/base_setting_change.h', | 1805 'browser/protector/base_setting_change.h', |
1806 'browser/protector/default_search_provider_change.cc', | 1806 'browser/protector/default_search_provider_change.cc', |
1807 'browser/protector/histograms.cc', | 1807 'browser/protector/histograms.cc', |
1808 'browser/protector/histograms.h', | 1808 'browser/protector/histograms.h', |
1809 'browser/protector/internal/keys_internal.cc', | 1809 'browser/protector/internal/keys_internal.cc', |
1810 'browser/protector/keys.cc', | 1810 'browser/protector/keys.cc', |
1811 'browser/protector/keys.h', | 1811 'browser/protector/keys.h', |
| 1812 'browser/protector/prefs_backup_invalid_change.cc', |
1812 'browser/protector/protected_prefs_watcher.cc', | 1813 'browser/protector/protected_prefs_watcher.cc', |
1813 'browser/protector/protected_prefs_watcher.h', | 1814 'browser/protector/protected_prefs_watcher.h', |
1814 'browser/protector/protector_service.cc', | 1815 'browser/protector/protector_service.cc', |
1815 'browser/protector/protector_service.h', | 1816 'browser/protector/protector_service.h', |
1816 'browser/protector/protector_service_factory.cc', | 1817 'browser/protector/protector_service_factory.cc', |
1817 'browser/protector/protector_service_factory.h', | 1818 'browser/protector/protector_service_factory.h', |
1818 'browser/protector/session_startup_change.cc', | 1819 'browser/protector/session_startup_change.cc', |
1819 'browser/protector/settings_change_global_error.cc', | 1820 'browser/protector/settings_change_global_error.cc', |
1820 'browser/protector/settings_change_global_error.h', | 1821 'browser/protector/settings_change_global_error.h', |
1821 'browser/protector/settings_change_global_error_delegate.h', | 1822 'browser/protector/settings_change_global_error_delegate.h', |
(...skipping 3485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5307 'variables': { | 5308 'variables': { |
5308 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5309 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5309 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5310 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5310 }, | 5311 }, |
5311 'includes': ['../build/protoc.gypi'], | 5312 'includes': ['../build/protoc.gypi'], |
5312 }], | 5313 }], |
5313 ], | 5314 ], |
5314 }, | 5315 }, |
5315 ], | 5316 ], |
5316 } | 5317 } |
OLD | NEW |