| 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 2586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2597 'browser/supervised_user/legacy/supervised_user_shared_settings_service_fa
ctory.cc', | 2597 'browser/supervised_user/legacy/supervised_user_shared_settings_service_fa
ctory.cc', |
| 2598 'browser/supervised_user/legacy/supervised_user_shared_settings_service_fa
ctory.h', | 2598 'browser/supervised_user/legacy/supervised_user_shared_settings_service_fa
ctory.h', |
| 2599 'browser/supervised_user/legacy/supervised_user_shared_settings_update.cc'
, | 2599 'browser/supervised_user/legacy/supervised_user_shared_settings_update.cc'
, |
| 2600 'browser/supervised_user/legacy/supervised_user_shared_settings_update.h', | 2600 'browser/supervised_user/legacy/supervised_user_shared_settings_update.h', |
| 2601 'browser/supervised_user/legacy/supervised_user_sync_service.cc', | 2601 'browser/supervised_user/legacy/supervised_user_sync_service.cc', |
| 2602 'browser/supervised_user/legacy/supervised_user_sync_service.h', | 2602 'browser/supervised_user/legacy/supervised_user_sync_service.h', |
| 2603 'browser/supervised_user/legacy/supervised_user_sync_service_factory.cc', | 2603 'browser/supervised_user/legacy/supervised_user_sync_service_factory.cc', |
| 2604 'browser/supervised_user/legacy/supervised_user_sync_service_factory.h', | 2604 'browser/supervised_user/legacy/supervised_user_sync_service_factory.h', |
| 2605 'browser/supervised_user/legacy/supervised_user_sync_service_observer.h', | 2605 'browser/supervised_user/legacy/supervised_user_sync_service_observer.h', |
| 2606 'browser/supervised_user/permission_request_creator.h', | 2606 'browser/supervised_user/permission_request_creator.h', |
| 2607 'browser/supervised_user/supervised_user_bookmarks_handler.cc', |
| 2608 'browser/supervised_user/supervised_user_bookmarks_handler.h', |
| 2607 'browser/supervised_user/supervised_user_constants.cc', | 2609 'browser/supervised_user/supervised_user_constants.cc', |
| 2608 'browser/supervised_user/supervised_user_constants.h', | 2610 'browser/supervised_user/supervised_user_constants.h', |
| 2609 'browser/supervised_user/supervised_user_interstitial.cc', | 2611 'browser/supervised_user/supervised_user_interstitial.cc', |
| 2610 'browser/supervised_user/supervised_user_interstitial.h', | 2612 'browser/supervised_user/supervised_user_interstitial.h', |
| 2611 'browser/supervised_user/supervised_user_navigation_observer.cc', | 2613 'browser/supervised_user/supervised_user_navigation_observer.cc', |
| 2612 'browser/supervised_user/supervised_user_navigation_observer.h', | 2614 'browser/supervised_user/supervised_user_navigation_observer.h', |
| 2613 'browser/supervised_user/supervised_user_pref_store.cc', | 2615 'browser/supervised_user/supervised_user_pref_store.cc', |
| 2614 'browser/supervised_user/supervised_user_pref_store.h', | 2616 'browser/supervised_user/supervised_user_pref_store.h', |
| 2615 'browser/supervised_user/supervised_user_resource_throttle.cc', | 2617 'browser/supervised_user/supervised_user_resource_throttle.cc', |
| 2616 'browser/supervised_user/supervised_user_resource_throttle.h', | 2618 'browser/supervised_user/supervised_user_resource_throttle.h', |
| (...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3701 'variables': { | 3703 'variables': { |
| 3702 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3704 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3703 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3705 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3704 }, | 3706 }, |
| 3705 'includes': [ '../build/protoc.gypi' ] | 3707 'includes': [ '../build/protoc.gypi' ] |
| 3706 }, | 3708 }, |
| 3707 ], | 3709 ], |
| 3708 },], | 3710 },], |
| 3709 ], | 3711 ], |
| 3710 } | 3712 } |
| OLD | NEW |