| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
| 7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
| 8 # * tests and mocks. | 8 # * tests and mocks. |
| 9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
| 10 # * code below browser/extensions | 10 # * code below browser/extensions |
| (...skipping 2051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2062 ], | 2062 ], |
| 2063 # Files to use when configuration policy is enabled that are also shared | 2063 # Files to use when configuration policy is enabled that are also shared |
| 2064 # with iOS. Non-iOS policy files are below. | 2064 # with iOS. Non-iOS policy files are below. |
| 2065 'chrome_browser_policy_shared_with_ios_sources': [ | 2065 'chrome_browser_policy_shared_with_ios_sources': [ |
| 2066 'browser/net/proxy_policy_handler.cc', | 2066 'browser/net/proxy_policy_handler.cc', |
| 2067 'browser/net/proxy_policy_handler.h', | 2067 'browser/net/proxy_policy_handler.h', |
| 2068 'browser/policy/cloud/cloud_policy_invalidator.cc', | 2068 'browser/policy/cloud/cloud_policy_invalidator.cc', |
| 2069 'browser/policy/cloud/cloud_policy_invalidator.h', | 2069 'browser/policy/cloud/cloud_policy_invalidator.h', |
| 2070 'browser/policy/cloud/policy_header_service_factory.cc', | 2070 'browser/policy/cloud/policy_header_service_factory.cc', |
| 2071 'browser/policy/cloud/policy_header_service_factory.h', | 2071 'browser/policy/cloud/policy_header_service_factory.h', |
| 2072 'browser/policy/cloud/remote_commands_invalidator_base.cc', |
| 2073 'browser/policy/cloud/remote_commands_invalidator_base.h', |
| 2072 'browser/policy/cloud/user_cloud_policy_invalidator.cc', | 2074 'browser/policy/cloud/user_cloud_policy_invalidator.cc', |
| 2073 'browser/policy/cloud/user_cloud_policy_invalidator.h', | 2075 'browser/policy/cloud/user_cloud_policy_invalidator.h', |
| 2074 'browser/policy/cloud/user_cloud_policy_invalidator_factory.cc', | 2076 'browser/policy/cloud/user_cloud_policy_invalidator_factory.cc', |
| 2075 'browser/policy/cloud/user_cloud_policy_invalidator_factory.h', | 2077 'browser/policy/cloud/user_cloud_policy_invalidator_factory.h', |
| 2076 'browser/policy/configuration_policy_handler_list_factory.cc', | 2078 'browser/policy/configuration_policy_handler_list_factory.cc', |
| 2077 'browser/policy/configuration_policy_handler_list_factory.h', | 2079 'browser/policy/configuration_policy_handler_list_factory.h', |
| 2078 'browser/policy/managed_bookmarks_policy_handler.cc', | 2080 'browser/policy/managed_bookmarks_policy_handler.cc', |
| 2079 'browser/policy/managed_bookmarks_policy_handler.h', | 2081 'browser/policy/managed_bookmarks_policy_handler.h', |
| 2080 'browser/policy/policy_helpers.cc', | 2082 'browser/policy/policy_helpers.cc', |
| 2081 'browser/policy/policy_helpers.h', | 2083 'browser/policy/policy_helpers.h', |
| (...skipping 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3864 'variables': { | 3866 'variables': { |
| 3865 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3867 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3866 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3868 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3867 }, | 3869 }, |
| 3868 'includes': [ '../build/protoc.gypi' ] | 3870 'includes': [ '../build/protoc.gypi' ] |
| 3869 }, | 3871 }, |
| 3870 ], | 3872 ], |
| 3871 },], | 3873 },], |
| 3872 ], | 3874 ], |
| 3873 } | 3875 } |
| OLD | NEW |