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 1786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1797 'browser/policy/delayed_work_scheduler.h', | 1797 'browser/policy/delayed_work_scheduler.h', |
1798 'browser/policy/device_management_backend.h', | 1798 'browser/policy/device_management_backend.h', |
1799 'browser/policy/device_management_backend_impl.cc', | 1799 'browser/policy/device_management_backend_impl.cc', |
1800 'browser/policy/device_management_backend_impl.h', | 1800 'browser/policy/device_management_backend_impl.h', |
1801 'browser/policy/device_management_service.cc', | 1801 'browser/policy/device_management_service.cc', |
1802 'browser/policy/device_management_service.h', | 1802 'browser/policy/device_management_service.h', |
1803 'browser/policy/device_policy_cache.cc', | 1803 'browser/policy/device_policy_cache.cc', |
1804 'browser/policy/device_policy_cache.h', | 1804 'browser/policy/device_policy_cache.h', |
1805 'browser/policy/device_token_fetcher.cc', | 1805 'browser/policy/device_token_fetcher.cc', |
1806 'browser/policy/device_token_fetcher.h', | 1806 'browser/policy/device_token_fetcher.h', |
| 1807 'browser/policy/device_status_collector.cc', |
| 1808 'browser/policy/device_status_collector.h', |
1807 'browser/policy/enterprise_install_attributes.cc', | 1809 'browser/policy/enterprise_install_attributes.cc', |
1808 'browser/policy/enterprise_install_attributes.h', | 1810 'browser/policy/enterprise_install_attributes.h', |
1809 'browser/policy/enterprise_metrics.cc', | 1811 'browser/policy/enterprise_metrics.cc', |
1810 'browser/policy/enterprise_metrics.h', | 1812 'browser/policy/enterprise_metrics.h', |
1811 'browser/policy/file_based_policy_loader.cc', | 1813 'browser/policy/file_based_policy_loader.cc', |
1812 'browser/policy/file_based_policy_loader.h', | 1814 'browser/policy/file_based_policy_loader.h', |
1813 'browser/policy/file_based_policy_provider.cc', | 1815 'browser/policy/file_based_policy_provider.cc', |
1814 'browser/policy/file_based_policy_provider.h', | 1816 'browser/policy/file_based_policy_provider.h', |
1815 'browser/policy/network_configuration_updater.cc', | 1817 'browser/policy/network_configuration_updater.cc', |
1816 'browser/policy/network_configuration_updater.h', | 1818 'browser/policy/network_configuration_updater.h', |
(...skipping 3423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5240 'type': 'static_library', | 5242 'type': 'static_library', |
5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5243 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5242 'variables': { | 5244 'variables': { |
5243 'proto_in_dir': 'browser/history', | 5245 'proto_in_dir': 'browser/history', |
5244 'proto_out_dir': 'chrome/browser/history', | 5246 'proto_out_dir': 'chrome/browser/history', |
5245 }, | 5247 }, |
5246 'includes': [ '../build/protoc.gypi' ] | 5248 'includes': [ '../build/protoc.gypi' ] |
5247 }, | 5249 }, |
5248 ], | 5250 ], |
5249 } | 5251 } |
OLD | NEW |