OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 1789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1800 'browser/policy/delayed_work_scheduler.h', | 1800 'browser/policy/delayed_work_scheduler.h', |
1801 'browser/policy/device_management_backend.h', | 1801 'browser/policy/device_management_backend.h', |
1802 'browser/policy/device_management_backend_impl.cc', | 1802 'browser/policy/device_management_backend_impl.cc', |
1803 'browser/policy/device_management_backend_impl.h', | 1803 'browser/policy/device_management_backend_impl.h', |
1804 'browser/policy/device_management_service.cc', | 1804 'browser/policy/device_management_service.cc', |
1805 'browser/policy/device_management_service.h', | 1805 'browser/policy/device_management_service.h', |
1806 'browser/policy/device_policy_cache.cc', | 1806 'browser/policy/device_policy_cache.cc', |
1807 'browser/policy/device_policy_cache.h', | 1807 'browser/policy/device_policy_cache.h', |
1808 'browser/policy/device_token_fetcher.cc', | 1808 'browser/policy/device_token_fetcher.cc', |
1809 'browser/policy/device_token_fetcher.h', | 1809 'browser/policy/device_token_fetcher.h', |
| 1810 'browser/policy/device_status_collector.cc', |
| 1811 'browser/policy/device_status_collector.h', |
1810 'browser/policy/enterprise_install_attributes.cc', | 1812 'browser/policy/enterprise_install_attributes.cc', |
1811 'browser/policy/enterprise_install_attributes.h', | 1813 'browser/policy/enterprise_install_attributes.h', |
1812 'browser/policy/enterprise_metrics.cc', | 1814 'browser/policy/enterprise_metrics.cc', |
1813 'browser/policy/enterprise_metrics.h', | 1815 'browser/policy/enterprise_metrics.h', |
1814 'browser/policy/file_based_policy_loader.cc', | 1816 'browser/policy/file_based_policy_loader.cc', |
1815 'browser/policy/file_based_policy_loader.h', | 1817 'browser/policy/file_based_policy_loader.h', |
1816 'browser/policy/file_based_policy_provider.cc', | 1818 'browser/policy/file_based_policy_provider.cc', |
1817 'browser/policy/file_based_policy_provider.h', | 1819 'browser/policy/file_based_policy_provider.h', |
1818 'browser/policy/network_configuration_updater.cc', | 1820 'browser/policy/network_configuration_updater.cc', |
1819 'browser/policy/network_configuration_updater.h', | 1821 'browser/policy/network_configuration_updater.h', |
(...skipping 3428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5248 'type': 'static_library', | 5250 'type': 'static_library', |
5249 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5251 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5250 'variables': { | 5252 'variables': { |
5251 'proto_in_dir': 'browser/history', | 5253 'proto_in_dir': 'browser/history', |
5252 'proto_out_dir': 'chrome/browser/history', | 5254 'proto_out_dir': 'chrome/browser/history', |
5253 }, | 5255 }, |
5254 'includes': [ '../build/protoc.gypi' ] | 5256 'includes': [ '../build/protoc.gypi' ] |
5255 }, | 5257 }, |
5256 ], | 5258 ], |
5257 } | 5259 } |
OLD | NEW |