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 2562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2573 'browser/ssl/ssl_blocking_page.h', | 2573 'browser/ssl/ssl_blocking_page.h', |
2574 'browser/ssl/ssl_client_certificate_selector.h', | 2574 'browser/ssl/ssl_client_certificate_selector.h', |
2575 'browser/ssl/ssl_error_classification.cc', | 2575 'browser/ssl/ssl_error_classification.cc', |
2576 'browser/ssl/ssl_error_classification.h', | 2576 'browser/ssl/ssl_error_classification.h', |
2577 'browser/ssl/ssl_error_handler.cc', | 2577 'browser/ssl/ssl_error_handler.cc', |
2578 'browser/ssl/ssl_error_handler.h', | 2578 'browser/ssl/ssl_error_handler.h', |
2579 'browser/ssl/ssl_error_info.cc', | 2579 'browser/ssl/ssl_error_info.cc', |
2580 'browser/ssl/ssl_error_info.h', | 2580 'browser/ssl/ssl_error_info.h', |
2581 ], | 2581 ], |
2582 'chrome_browser_supervised_user_sources': [ | 2582 'chrome_browser_supervised_user_sources': [ |
| 2583 'browser/content_settings/content_settings_supervised_provider.cc', |
| 2584 'browser/content_settings/content_settings_supervised_provider.h', |
2583 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.cc', | 2585 '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', | 2586 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.h', |
2585 'browser/supervised_user/child_accounts/child_account_service.cc', | 2587 'browser/supervised_user/child_accounts/child_account_service.cc', |
2586 'browser/supervised_user/child_accounts/child_account_service.h', | 2588 'browser/supervised_user/child_accounts/child_account_service.h', |
2587 'browser/supervised_user/child_accounts/child_account_service_android.cc', | 2589 'browser/supervised_user/child_accounts/child_account_service_android.cc', |
2588 'browser/supervised_user/child_accounts/child_account_service_android.h', | 2590 'browser/supervised_user/child_accounts/child_account_service_android.h', |
2589 'browser/supervised_user/child_accounts/child_account_service_factory.cc', | 2591 'browser/supervised_user/child_accounts/child_account_service_factory.cc', |
2590 'browser/supervised_user/child_accounts/child_account_service_factory.h', | 2592 'browser/supervised_user/child_accounts/child_account_service_factory.h', |
2591 'browser/supervised_user/child_accounts/family_info_fetcher.cc', | 2593 'browser/supervised_user/child_accounts/family_info_fetcher.cc', |
2592 'browser/supervised_user/child_accounts/family_info_fetcher.h', | 2594 'browser/supervised_user/child_accounts/family_info_fetcher.h', |
(...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3708 'variables': { | 3710 'variables': { |
3709 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3711 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3710 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3712 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3711 }, | 3713 }, |
3712 'includes': [ '../build/protoc.gypi' ] | 3714 'includes': [ '../build/protoc.gypi' ] |
3713 }, | 3715 }, |
3714 ], | 3716 ], |
3715 },], | 3717 },], |
3716 ], | 3718 ], |
3717 } | 3719 } |
OLD | NEW |