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 2556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2567 'browser/ssl/ssl_blocking_page.h', | 2567 'browser/ssl/ssl_blocking_page.h', |
2568 'browser/ssl/ssl_client_certificate_selector.h', | 2568 'browser/ssl/ssl_client_certificate_selector.h', |
2569 'browser/ssl/ssl_error_classification.cc', | 2569 'browser/ssl/ssl_error_classification.cc', |
2570 'browser/ssl/ssl_error_classification.h', | 2570 'browser/ssl/ssl_error_classification.h', |
2571 'browser/ssl/ssl_error_handler.cc', | 2571 'browser/ssl/ssl_error_handler.cc', |
2572 'browser/ssl/ssl_error_handler.h', | 2572 'browser/ssl/ssl_error_handler.h', |
2573 'browser/ssl/ssl_error_info.cc', | 2573 'browser/ssl/ssl_error_info.cc', |
2574 'browser/ssl/ssl_error_info.h', | 2574 'browser/ssl/ssl_error_info.h', |
2575 ], | 2575 ], |
2576 'chrome_browser_supervised_user_sources': [ | 2576 'chrome_browser_supervised_user_sources': [ |
| 2577 'browser/content_settings/content_settings_supervised_provider.cc', |
| 2578 'browser/content_settings/content_settings_supervised_provider.h', |
2577 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.cc', | 2579 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.cc', |
2578 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.h', | 2580 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an
droid.h', |
2579 'browser/supervised_user/child_accounts/child_account_service.cc', | 2581 'browser/supervised_user/child_accounts/child_account_service.cc', |
2580 'browser/supervised_user/child_accounts/child_account_service.h', | 2582 'browser/supervised_user/child_accounts/child_account_service.h', |
2581 'browser/supervised_user/child_accounts/child_account_service_android.cc', | 2583 'browser/supervised_user/child_accounts/child_account_service_android.cc', |
2582 'browser/supervised_user/child_accounts/child_account_service_android.h', | 2584 'browser/supervised_user/child_accounts/child_account_service_android.h', |
2583 'browser/supervised_user/child_accounts/child_account_service_factory.cc', | 2585 'browser/supervised_user/child_accounts/child_account_service_factory.cc', |
2584 'browser/supervised_user/child_accounts/child_account_service_factory.h', | 2586 'browser/supervised_user/child_accounts/child_account_service_factory.h', |
2585 'browser/supervised_user/child_accounts/family_info_fetcher.cc', | 2587 'browser/supervised_user/child_accounts/family_info_fetcher.cc', |
2586 'browser/supervised_user/child_accounts/family_info_fetcher.h', | 2588 'browser/supervised_user/child_accounts/family_info_fetcher.h', |
(...skipping 1114 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 |