| 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 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2257 'browser/chrome_device_client.cc', | 2257 'browser/chrome_device_client.cc', |
| 2258 'browser/chrome_device_client.h', | 2258 'browser/chrome_device_client.h', |
| 2259 ], | 2259 ], |
| 2260 'chrome_browser_supervised_user_sources': [ | 2260 'chrome_browser_supervised_user_sources': [ |
| 2261 'browser/supervised_user/custodian_profile_downloader_service.cc', | 2261 'browser/supervised_user/custodian_profile_downloader_service.cc', |
| 2262 'browser/supervised_user/custodian_profile_downloader_service.h', | 2262 'browser/supervised_user/custodian_profile_downloader_service.h', |
| 2263 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', | 2263 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', |
| 2264 'browser/supervised_user/custodian_profile_downloader_service_factory.h', | 2264 'browser/supervised_user/custodian_profile_downloader_service_factory.h', |
| 2265 'browser/supervised_user/experimental/supervised_user_blacklist.cc', | 2265 'browser/supervised_user/experimental/supervised_user_blacklist.cc', |
| 2266 'browser/supervised_user/experimental/supervised_user_blacklist.h', | 2266 'browser/supervised_user/experimental/supervised_user_blacklist.h', |
| 2267 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.cc', |
| 2268 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.h', |
| 2267 'browser/supervised_user/permission_request_creator.h', | 2269 'browser/supervised_user/permission_request_creator.h', |
| 2268 'browser/supervised_user/permission_request_creator_apiary.cc', | 2270 'browser/supervised_user/permission_request_creator_apiary.cc', |
| 2269 'browser/supervised_user/permission_request_creator_apiary.h', | 2271 'browser/supervised_user/permission_request_creator_apiary.h', |
| 2270 'browser/supervised_user/permission_request_creator_sync.cc', | 2272 'browser/supervised_user/permission_request_creator_sync.cc', |
| 2271 'browser/supervised_user/permission_request_creator_sync.h', | 2273 'browser/supervised_user/permission_request_creator_sync.h', |
| 2272 'browser/supervised_user/supervised_user_constants.cc', | 2274 'browser/supervised_user/supervised_user_constants.cc', |
| 2273 'browser/supervised_user/supervised_user_constants.h', | 2275 'browser/supervised_user/supervised_user_constants.h', |
| 2274 'browser/supervised_user/supervised_user_interstitial.cc', | 2276 'browser/supervised_user/supervised_user_interstitial.cc', |
| 2275 'browser/supervised_user/supervised_user_interstitial.h', | 2277 'browser/supervised_user/supervised_user_interstitial.h', |
| 2276 'browser/supervised_user/supervised_user_navigation_observer.cc', | 2278 'browser/supervised_user/supervised_user_navigation_observer.cc', |
| (...skipping 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3594 'variables': { | 3596 'variables': { |
| 3595 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3597 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3596 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3598 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3597 }, | 3599 }, |
| 3598 'includes': [ '../build/protoc.gypi' ] | 3600 'includes': [ '../build/protoc.gypi' ] |
| 3599 }, | 3601 }, |
| 3600 ], | 3602 ], |
| 3601 },], | 3603 },], |
| 3602 ], | 3604 ], |
| 3603 } | 3605 } |
| OLD | NEW |