| 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 2591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2602 'browser/supervised_user/legacy/supervised_user_shared_settings_service_fa
ctory.cc', | 2602 'browser/supervised_user/legacy/supervised_user_shared_settings_service_fa
ctory.cc', |
| 2603 'browser/supervised_user/legacy/supervised_user_shared_settings_service_fa
ctory.h', | 2603 'browser/supervised_user/legacy/supervised_user_shared_settings_service_fa
ctory.h', |
| 2604 'browser/supervised_user/legacy/supervised_user_shared_settings_update.cc'
, | 2604 'browser/supervised_user/legacy/supervised_user_shared_settings_update.cc'
, |
| 2605 'browser/supervised_user/legacy/supervised_user_shared_settings_update.h', | 2605 'browser/supervised_user/legacy/supervised_user_shared_settings_update.h', |
| 2606 'browser/supervised_user/legacy/supervised_user_sync_service.cc', | 2606 'browser/supervised_user/legacy/supervised_user_sync_service.cc', |
| 2607 'browser/supervised_user/legacy/supervised_user_sync_service.h', | 2607 'browser/supervised_user/legacy/supervised_user_sync_service.h', |
| 2608 'browser/supervised_user/legacy/supervised_user_sync_service_factory.cc', | 2608 'browser/supervised_user/legacy/supervised_user_sync_service_factory.cc', |
| 2609 'browser/supervised_user/legacy/supervised_user_sync_service_factory.h', | 2609 'browser/supervised_user/legacy/supervised_user_sync_service_factory.h', |
| 2610 'browser/supervised_user/legacy/supervised_user_sync_service_observer.h', | 2610 'browser/supervised_user/legacy/supervised_user_sync_service_observer.h', |
| 2611 'browser/supervised_user/permission_request_creator.h', | 2611 'browser/supervised_user/permission_request_creator.h', |
| 2612 'browser/supervised_user/supervised_user_bookmarks_handler.cc', |
| 2613 'browser/supervised_user/supervised_user_bookmarks_handler.h', |
| 2612 'browser/supervised_user/supervised_user_constants.cc', | 2614 'browser/supervised_user/supervised_user_constants.cc', |
| 2613 'browser/supervised_user/supervised_user_constants.h', | 2615 'browser/supervised_user/supervised_user_constants.h', |
| 2614 'browser/supervised_user/supervised_user_interstitial.cc', | 2616 'browser/supervised_user/supervised_user_interstitial.cc', |
| 2615 'browser/supervised_user/supervised_user_interstitial.h', | 2617 'browser/supervised_user/supervised_user_interstitial.h', |
| 2616 'browser/supervised_user/supervised_user_navigation_observer.cc', | 2618 'browser/supervised_user/supervised_user_navigation_observer.cc', |
| 2617 'browser/supervised_user/supervised_user_navigation_observer.h', | 2619 'browser/supervised_user/supervised_user_navigation_observer.h', |
| 2618 'browser/supervised_user/supervised_user_pref_store.cc', | 2620 'browser/supervised_user/supervised_user_pref_store.cc', |
| 2619 'browser/supervised_user/supervised_user_pref_store.h', | 2621 'browser/supervised_user/supervised_user_pref_store.h', |
| 2620 'browser/supervised_user/supervised_user_resource_throttle.cc', | 2622 'browser/supervised_user/supervised_user_resource_throttle.cc', |
| 2621 'browser/supervised_user/supervised_user_resource_throttle.h', | 2623 'browser/supervised_user/supervised_user_resource_throttle.h', |
| (...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3713 'variables': { | 3715 'variables': { |
| 3714 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3716 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3715 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3717 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3716 }, | 3718 }, |
| 3717 'includes': [ '../build/protoc.gypi' ] | 3719 'includes': [ '../build/protoc.gypi' ] |
| 3718 }, | 3720 }, |
| 3719 ], | 3721 ], |
| 3720 },], | 3722 },], |
| 3721 ], | 3723 ], |
| 3722 } | 3724 } |
| OLD | NEW |