| 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 2058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2069 ], | 2069 ], |
| 2070 # Files to use when configuration policy is enabled that are also shared | 2070 # Files to use when configuration policy is enabled that are also shared |
| 2071 # with iOS. Non-iOS policy files are below. | 2071 # with iOS. Non-iOS policy files are below. |
| 2072 'chrome_browser_policy_shared_with_ios_sources': [ | 2072 'chrome_browser_policy_shared_with_ios_sources': [ |
| 2073 'browser/net/proxy_policy_handler.cc', | 2073 'browser/net/proxy_policy_handler.cc', |
| 2074 'browser/net/proxy_policy_handler.h', | 2074 'browser/net/proxy_policy_handler.h', |
| 2075 'browser/policy/cloud/cloud_policy_invalidator.cc', | 2075 'browser/policy/cloud/cloud_policy_invalidator.cc', |
| 2076 'browser/policy/cloud/cloud_policy_invalidator.h', | 2076 'browser/policy/cloud/cloud_policy_invalidator.h', |
| 2077 'browser/policy/cloud/policy_header_service_factory.cc', | 2077 'browser/policy/cloud/policy_header_service_factory.cc', |
| 2078 'browser/policy/cloud/policy_header_service_factory.h', | 2078 'browser/policy/cloud/policy_header_service_factory.h', |
| 2079 'browser/policy/cloud/remote_commands_invalidator.cc', |
| 2080 'browser/policy/cloud/remote_commands_invalidator.h', |
| 2081 'browser/policy/cloud/remote_commands_invalidator_impl.cc', |
| 2082 'browser/policy/cloud/remote_commands_invalidator_impl.h', |
| 2079 'browser/policy/cloud/user_cloud_policy_invalidator.cc', | 2083 'browser/policy/cloud/user_cloud_policy_invalidator.cc', |
| 2080 'browser/policy/cloud/user_cloud_policy_invalidator.h', | 2084 'browser/policy/cloud/user_cloud_policy_invalidator.h', |
| 2081 'browser/policy/cloud/user_cloud_policy_invalidator_factory.cc', | 2085 'browser/policy/cloud/user_cloud_policy_invalidator_factory.cc', |
| 2082 'browser/policy/cloud/user_cloud_policy_invalidator_factory.h', | 2086 'browser/policy/cloud/user_cloud_policy_invalidator_factory.h', |
| 2083 'browser/policy/configuration_policy_handler_list_factory.cc', | 2087 'browser/policy/configuration_policy_handler_list_factory.cc', |
| 2084 'browser/policy/configuration_policy_handler_list_factory.h', | 2088 'browser/policy/configuration_policy_handler_list_factory.h', |
| 2085 'browser/policy/managed_bookmarks_policy_handler.cc', | 2089 'browser/policy/managed_bookmarks_policy_handler.cc', |
| 2086 'browser/policy/managed_bookmarks_policy_handler.h', | 2090 'browser/policy/managed_bookmarks_policy_handler.h', |
| 2087 'browser/policy/policy_helpers.cc', | 2091 'browser/policy/policy_helpers.cc', |
| 2088 'browser/policy/policy_helpers.h', | 2092 'browser/policy/policy_helpers.h', |
| (...skipping 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3914 'variables': { | 3918 'variables': { |
| 3915 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3919 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3916 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3920 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3917 }, | 3921 }, |
| 3918 'includes': [ '../build/protoc.gypi' ] | 3922 'includes': [ '../build/protoc.gypi' ] |
| 3919 }, | 3923 }, |
| 3920 ], | 3924 ], |
| 3921 },], | 3925 },], |
| 3922 ], | 3926 ], |
| 3923 } | 3927 } |
| OLD | NEW |