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 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1561 'browser/policy/delayed_work_scheduler.cc', | 1561 'browser/policy/delayed_work_scheduler.cc', |
1562 'browser/policy/delayed_work_scheduler.h', | 1562 'browser/policy/delayed_work_scheduler.h', |
1563 'browser/policy/device_management_service.cc', | 1563 'browser/policy/device_management_service.cc', |
1564 'browser/policy/device_management_service.h', | 1564 'browser/policy/device_management_service.h', |
1565 'browser/policy/device_policy_cache.cc', | 1565 'browser/policy/device_policy_cache.cc', |
1566 'browser/policy/device_policy_cache.h', | 1566 'browser/policy/device_policy_cache.h', |
1567 'browser/policy/device_token_fetcher.cc', | 1567 'browser/policy/device_token_fetcher.cc', |
1568 'browser/policy/device_token_fetcher.h', | 1568 'browser/policy/device_token_fetcher.h', |
1569 'browser/policy/device_status_collector.cc', | 1569 'browser/policy/device_status_collector.cc', |
1570 'browser/policy/device_status_collector.h', | 1570 'browser/policy/device_status_collector.h', |
| 1571 'browser/policy/device_status_location_helper.cc', |
| 1572 'browser/policy/device_status_location_helper.h', |
1571 'browser/policy/enterprise_install_attributes.cc', | 1573 'browser/policy/enterprise_install_attributes.cc', |
1572 'browser/policy/enterprise_install_attributes.h', | 1574 'browser/policy/enterprise_install_attributes.h', |
1573 'browser/policy/enterprise_metrics.cc', | 1575 'browser/policy/enterprise_metrics.cc', |
1574 'browser/policy/enterprise_metrics.h', | 1576 'browser/policy/enterprise_metrics.h', |
1575 'browser/policy/file_based_policy_loader.cc', | 1577 'browser/policy/file_based_policy_loader.cc', |
1576 'browser/policy/file_based_policy_loader.h', | 1578 'browser/policy/file_based_policy_loader.h', |
1577 'browser/policy/file_based_policy_provider.cc', | 1579 'browser/policy/file_based_policy_provider.cc', |
1578 'browser/policy/file_based_policy_provider.h', | 1580 'browser/policy/file_based_policy_provider.h', |
1579 'browser/policy/network_configuration_updater.cc', | 1581 'browser/policy/network_configuration_updater.cc', |
1580 'browser/policy/network_configuration_updater.h', | 1582 'browser/policy/network_configuration_updater.h', |
(...skipping 3624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5205 'type': 'static_library', | 5207 'type': 'static_library', |
5206 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5208 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5207 'variables': { | 5209 'variables': { |
5208 'proto_in_dir': 'browser/chromeos/gdata', | 5210 'proto_in_dir': 'browser/chromeos/gdata', |
5209 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5211 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5210 }, | 5212 }, |
5211 'includes': [ '../build/protoc.gypi' ] | 5213 'includes': [ '../build/protoc.gypi' ] |
5212 }, | 5214 }, |
5213 ], | 5215 ], |
5214 } | 5216 } |
OLD | NEW |