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 2267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2278 'browser/chrome_browser_field_trials_desktop.cc', | 2278 'browser/chrome_browser_field_trials_desktop.cc', |
2279 'browser/chrome_browser_field_trials_desktop.h', | 2279 'browser/chrome_browser_field_trials_desktop.h', |
2280 'browser/chrome_device_client.cc', | 2280 'browser/chrome_device_client.cc', |
2281 'browser/chrome_device_client.h', | 2281 'browser/chrome_device_client.h', |
2282 ], | 2282 ], |
2283 'chrome_browser_supervised_user_sources': [ | 2283 'chrome_browser_supervised_user_sources': [ |
2284 'browser/supervised_user/custodian_profile_downloader_service.cc', | 2284 'browser/supervised_user/custodian_profile_downloader_service.cc', |
2285 'browser/supervised_user/custodian_profile_downloader_service.h', | 2285 'browser/supervised_user/custodian_profile_downloader_service.h', |
2286 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', | 2286 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', |
2287 'browser/supervised_user/custodian_profile_downloader_service_factory.h', | 2287 'browser/supervised_user/custodian_profile_downloader_service_factory.h', |
| 2288 'browser/supervised_user/experimental/supervised_user_blacklist.cc', |
| 2289 'browser/supervised_user/experimental/supervised_user_blacklist.h', |
2288 'browser/supervised_user/permission_request_creator.h', | 2290 'browser/supervised_user/permission_request_creator.h', |
2289 'browser/supervised_user/permission_request_creator_apiary.cc', | 2291 'browser/supervised_user/permission_request_creator_apiary.cc', |
2290 'browser/supervised_user/permission_request_creator_apiary.h', | 2292 'browser/supervised_user/permission_request_creator_apiary.h', |
2291 'browser/supervised_user/permission_request_creator_sync.cc', | 2293 'browser/supervised_user/permission_request_creator_sync.cc', |
2292 'browser/supervised_user/permission_request_creator_sync.h', | 2294 'browser/supervised_user/permission_request_creator_sync.h', |
2293 'browser/supervised_user/supervised_user_constants.cc', | 2295 'browser/supervised_user/supervised_user_constants.cc', |
2294 'browser/supervised_user/supervised_user_constants.h', | 2296 'browser/supervised_user/supervised_user_constants.h', |
2295 'browser/supervised_user/supervised_user_interstitial.cc', | 2297 'browser/supervised_user/supervised_user_interstitial.cc', |
2296 'browser/supervised_user/supervised_user_interstitial.h', | 2298 'browser/supervised_user/supervised_user_interstitial.h', |
2297 'browser/supervised_user/supervised_user_navigation_observer.cc', | 2299 'browser/supervised_user/supervised_user_navigation_observer.cc', |
(...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3568 'variables': { | 3570 'variables': { |
3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3571 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3572 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3571 }, | 3573 }, |
3572 'includes': [ '../build/protoc.gypi' ] | 3574 'includes': [ '../build/protoc.gypi' ] |
3573 }, | 3575 }, |
3574 ], | 3576 ], |
3575 },], | 3577 },], |
3576 ], | 3578 ], |
3577 } | 3579 } |
OLD | NEW |