| 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 2577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2588 'browser/supervised_user/legacy/supervised_user_shared_settings_service_fa
ctory.cc', | 2588 'browser/supervised_user/legacy/supervised_user_shared_settings_service_fa
ctory.cc', |
| 2589 'browser/supervised_user/legacy/supervised_user_shared_settings_service_fa
ctory.h', | 2589 'browser/supervised_user/legacy/supervised_user_shared_settings_service_fa
ctory.h', |
| 2590 'browser/supervised_user/legacy/supervised_user_shared_settings_update.cc'
, | 2590 'browser/supervised_user/legacy/supervised_user_shared_settings_update.cc'
, |
| 2591 'browser/supervised_user/legacy/supervised_user_shared_settings_update.h', | 2591 'browser/supervised_user/legacy/supervised_user_shared_settings_update.h', |
| 2592 'browser/supervised_user/legacy/supervised_user_sync_service.cc', | 2592 'browser/supervised_user/legacy/supervised_user_sync_service.cc', |
| 2593 'browser/supervised_user/legacy/supervised_user_sync_service.h', | 2593 'browser/supervised_user/legacy/supervised_user_sync_service.h', |
| 2594 'browser/supervised_user/legacy/supervised_user_sync_service_factory.cc', | 2594 'browser/supervised_user/legacy/supervised_user_sync_service_factory.cc', |
| 2595 'browser/supervised_user/legacy/supervised_user_sync_service_factory.h', | 2595 'browser/supervised_user/legacy/supervised_user_sync_service_factory.h', |
| 2596 'browser/supervised_user/legacy/supervised_user_sync_service_observer.h', | 2596 'browser/supervised_user/legacy/supervised_user_sync_service_observer.h', |
| 2597 'browser/supervised_user/permission_request_creator.h', | 2597 'browser/supervised_user/permission_request_creator.h', |
| 2598 'browser/supervised_user/supervised_user_bookmarks_handler.cc', |
| 2599 'browser/supervised_user/supervised_user_bookmarks_handler.h', |
| 2598 'browser/supervised_user/supervised_user_constants.cc', | 2600 'browser/supervised_user/supervised_user_constants.cc', |
| 2599 'browser/supervised_user/supervised_user_constants.h', | 2601 'browser/supervised_user/supervised_user_constants.h', |
| 2600 'browser/supervised_user/supervised_user_interstitial.cc', | 2602 'browser/supervised_user/supervised_user_interstitial.cc', |
| 2601 'browser/supervised_user/supervised_user_interstitial.h', | 2603 'browser/supervised_user/supervised_user_interstitial.h', |
| 2602 'browser/supervised_user/supervised_user_navigation_observer.cc', | 2604 'browser/supervised_user/supervised_user_navigation_observer.cc', |
| 2603 'browser/supervised_user/supervised_user_navigation_observer.h', | 2605 'browser/supervised_user/supervised_user_navigation_observer.h', |
| 2604 'browser/supervised_user/supervised_user_pref_store.cc', | 2606 'browser/supervised_user/supervised_user_pref_store.cc', |
| 2605 'browser/supervised_user/supervised_user_pref_store.h', | 2607 'browser/supervised_user/supervised_user_pref_store.h', |
| 2606 'browser/supervised_user/supervised_user_resource_throttle.cc', | 2608 'browser/supervised_user/supervised_user_resource_throttle.cc', |
| 2607 'browser/supervised_user/supervised_user_resource_throttle.h', | 2609 'browser/supervised_user/supervised_user_resource_throttle.h', |
| (...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3688 'variables': { | 3690 'variables': { |
| 3689 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3691 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3690 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3692 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3691 }, | 3693 }, |
| 3692 'includes': [ '../build/protoc.gypi' ] | 3694 'includes': [ '../build/protoc.gypi' ] |
| 3693 }, | 3695 }, |
| 3694 ], | 3696 ], |
| 3695 },], | 3697 },], |
| 3696 ], | 3698 ], |
| 3697 } | 3699 } |
| OLD | NEW |