| 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 2570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2581 ], | 2581 ], |
| 2582 'chrome_browser_supervised_user_sources': [ | 2582 'chrome_browser_supervised_user_sources': [ |
| 2583 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.cc', | 2583 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.cc', |
| 2584 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.h', | 2584 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.h', |
| 2585 'browser/supervised_user/child_accounts/child_account_service.cc', | 2585 'browser/supervised_user/child_accounts/child_account_service.cc', |
| 2586 'browser/supervised_user/child_accounts/child_account_service.h', | 2586 'browser/supervised_user/child_accounts/child_account_service.h', |
| 2587 'browser/supervised_user/child_accounts/child_account_service_android.cc', | 2587 'browser/supervised_user/child_accounts/child_account_service_android.cc', |
| 2588 'browser/supervised_user/child_accounts/child_account_service_android.h', | 2588 'browser/supervised_user/child_accounts/child_account_service_android.h', |
| 2589 'browser/supervised_user/child_accounts/child_account_service_factory.cc', | 2589 'browser/supervised_user/child_accounts/child_account_service_factory.cc', |
| 2590 'browser/supervised_user/child_accounts/child_account_service_factory.h', | 2590 'browser/supervised_user/child_accounts/child_account_service_factory.h', |
| 2591 'browser/supervised_user/child_accounts/child_account_status_observer.h', |
| 2591 'browser/supervised_user/child_accounts/family_info_fetcher.cc', | 2592 'browser/supervised_user/child_accounts/family_info_fetcher.cc', |
| 2592 'browser/supervised_user/child_accounts/family_info_fetcher.h', | 2593 'browser/supervised_user/child_accounts/family_info_fetcher.h', |
| 2593 'browser/supervised_user/child_accounts/permission_request_creator_apiary.
cc', | 2594 'browser/supervised_user/child_accounts/permission_request_creator_apiary.
cc', |
| 2594 'browser/supervised_user/child_accounts/permission_request_creator_apiary.
h', | 2595 'browser/supervised_user/child_accounts/permission_request_creator_apiary.
h', |
| 2595 'browser/supervised_user/experimental/supervised_user_async_url_checker.cc
', | 2596 'browser/supervised_user/experimental/supervised_user_async_url_checker.cc
', |
| 2596 'browser/supervised_user/experimental/supervised_user_async_url_checker.h'
, | 2597 'browser/supervised_user/experimental/supervised_user_async_url_checker.h'
, |
| 2597 'browser/supervised_user/experimental/supervised_user_blacklist.cc', | 2598 'browser/supervised_user/experimental/supervised_user_blacklist.cc', |
| 2598 'browser/supervised_user/experimental/supervised_user_blacklist.h', | 2599 'browser/supervised_user/experimental/supervised_user_blacklist.h', |
| 2599 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.cc', | 2600 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.cc', |
| 2600 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.h', | 2601 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.h', |
| (...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3709 'variables': { | 3710 'variables': { |
| 3710 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3711 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3711 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3712 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3712 }, | 3713 }, |
| 3713 'includes': [ '../build/protoc.gypi' ] | 3714 'includes': [ '../build/protoc.gypi' ] |
| 3714 }, | 3715 }, |
| 3715 ], | 3716 ], |
| 3716 },], | 3717 },], |
| 3717 ], | 3718 ], |
| 3718 } | 3719 } |
| OLD | NEW |