| 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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 762 'browser/metrics/tracking_synchronizer_observer.h', | 762 'browser/metrics/tracking_synchronizer_observer.h', |
| 763 'browser/metrics/variations/generated_resources_map.h', | 763 'browser/metrics/variations/generated_resources_map.h', |
| 764 'browser/metrics/variations/variations_registry_syncer_win.cc', | 764 'browser/metrics/variations/variations_registry_syncer_win.cc', |
| 765 'browser/metrics/variations/variations_registry_syncer_win.h', | 765 'browser/metrics/variations/variations_registry_syncer_win.h', |
| 766 'browser/metrics/variations/variations_request_scheduler.cc', | 766 'browser/metrics/variations/variations_request_scheduler.cc', |
| 767 'browser/metrics/variations/variations_request_scheduler.h', | 767 'browser/metrics/variations/variations_request_scheduler.h', |
| 768 'browser/metrics/variations/variations_service.cc', | 768 'browser/metrics/variations/variations_service.cc', |
| 769 'browser/metrics/variations/variations_service.h', | 769 'browser/metrics/variations/variations_service.h', |
| 770 'browser/metrics/variations/variations_seed_store.cc', | 770 'browser/metrics/variations/variations_seed_store.cc', |
| 771 'browser/metrics/variations/variations_seed_store.h', | 771 'browser/metrics/variations/variations_seed_store.h', |
| 772 'browser/metrics/wifi_access_point_info_provider.h', |
| 773 'browser/metrics/wifi_access_point_info_provider_chromeos.h', |
| 774 'browser/metrics/wifi_access_point_info_provider_chromeos.cc', |
| 775 'browser/metrics/wifi_access_point_info_provider_stub.h', |
| 776 'browser/metrics/wifi_access_point_info_provider_stub.cc', |
| 772 'browser/native_window_notification_source.h', | 777 'browser/native_window_notification_source.h', |
| 773 'browser/net/about_protocol_handler.cc', | 778 'browser/net/about_protocol_handler.cc', |
| 774 'browser/net/about_protocol_handler.h', | 779 'browser/net/about_protocol_handler.h', |
| 775 'browser/net/async_dns_field_trial.cc', | 780 'browser/net/async_dns_field_trial.cc', |
| 776 'browser/net/async_dns_field_trial.h', | 781 'browser/net/async_dns_field_trial.h', |
| 777 'browser/net/chrome_cookie_notification_details.h', | 782 'browser/net/chrome_cookie_notification_details.h', |
| 778 'browser/net/chrome_extensions_network_delegate.cc', | 783 'browser/net/chrome_extensions_network_delegate.cc', |
| 779 'browser/net/chrome_extensions_network_delegate.h', | 784 'browser/net/chrome_extensions_network_delegate.h', |
| 780 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 785 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 781 'browser/net/chrome_fraudulent_certificate_reporter.h', | 786 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| (...skipping 2818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3600 'package_name': 'org/chromium/chrome/browser', | 3605 'package_name': 'org/chromium/chrome/browser', |
| 3601 'template_deps': ['browser/android/tab_load_status.h'], | 3606 'template_deps': ['browser/android/tab_load_status.h'], |
| 3602 }, | 3607 }, |
| 3603 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3608 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3604 }, | 3609 }, |
| 3605 ], | 3610 ], |
| 3606 }, | 3611 }, |
| 3607 ], | 3612 ], |
| 3608 ], | 3613 ], |
| 3609 } | 3614 } |
| OLD | NEW |