| 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 2589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2600 'browser/content_settings/content_settings_supervised_provider.cc', | 2600 'browser/content_settings/content_settings_supervised_provider.cc', |
| 2601 'browser/content_settings/content_settings_supervised_provider.h', | 2601 'browser/content_settings/content_settings_supervised_provider.h', |
| 2602 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.cc', | 2602 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.cc', |
| 2603 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.h', | 2603 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.h', |
| 2604 'browser/supervised_user/child_accounts/child_account_service.cc', | 2604 'browser/supervised_user/child_accounts/child_account_service.cc', |
| 2605 'browser/supervised_user/child_accounts/child_account_service.h', | 2605 'browser/supervised_user/child_accounts/child_account_service.h', |
| 2606 'browser/supervised_user/child_accounts/child_account_service_android.cc', | 2606 'browser/supervised_user/child_accounts/child_account_service_android.cc', |
| 2607 'browser/supervised_user/child_accounts/child_account_service_android.h', | 2607 'browser/supervised_user/child_accounts/child_account_service_android.h', |
| 2608 'browser/supervised_user/child_accounts/child_account_service_factory.cc', | 2608 'browser/supervised_user/child_accounts/child_account_service_factory.cc', |
| 2609 'browser/supervised_user/child_accounts/child_account_service_factory.h', | 2609 'browser/supervised_user/child_accounts/child_account_service_factory.h', |
| 2610 'browser/supervised_user/child_accounts/child_account_status_observer.h', |
| 2610 'browser/supervised_user/child_accounts/family_info_fetcher.cc', | 2611 'browser/supervised_user/child_accounts/family_info_fetcher.cc', |
| 2611 'browser/supervised_user/child_accounts/family_info_fetcher.h', | 2612 'browser/supervised_user/child_accounts/family_info_fetcher.h', |
| 2612 'browser/supervised_user/child_accounts/permission_request_creator_apiary.
cc', | 2613 'browser/supervised_user/child_accounts/permission_request_creator_apiary.
cc', |
| 2613 'browser/supervised_user/child_accounts/permission_request_creator_apiary.
h', | 2614 'browser/supervised_user/child_accounts/permission_request_creator_apiary.
h', |
| 2614 'browser/supervised_user/experimental/supervised_user_async_url_checker.cc
', | 2615 'browser/supervised_user/experimental/supervised_user_async_url_checker.cc
', |
| 2615 'browser/supervised_user/experimental/supervised_user_async_url_checker.h'
, | 2616 'browser/supervised_user/experimental/supervised_user_async_url_checker.h'
, |
| 2616 'browser/supervised_user/experimental/supervised_user_blacklist.cc', | 2617 'browser/supervised_user/experimental/supervised_user_blacklist.cc', |
| 2617 'browser/supervised_user/experimental/supervised_user_blacklist.h', | 2618 'browser/supervised_user/experimental/supervised_user_blacklist.h', |
| 2618 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.cc', | 2619 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.cc', |
| 2619 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.h', | 2620 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.h', |
| (...skipping 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3743 'variables': { | 3744 'variables': { |
| 3744 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3745 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3745 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3746 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3746 }, | 3747 }, |
| 3747 'includes': [ '../build/protoc.gypi' ] | 3748 'includes': [ '../build/protoc.gypi' ] |
| 3748 }, | 3749 }, |
| 3749 ], | 3750 ], |
| 3750 },], | 3751 },], |
| 3751 ], | 3752 ], |
| 3752 } | 3753 } |
| OLD | NEW |