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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 'browser/metrics/thread_watcher.cc', | 752 'browser/metrics/thread_watcher.cc', |
753 'browser/metrics/thread_watcher.h', | 753 'browser/metrics/thread_watcher.h', |
754 'browser/metrics/thread_watcher_android.cc', | 754 'browser/metrics/thread_watcher_android.cc', |
755 'browser/metrics/thread_watcher_android.h', | 755 'browser/metrics/thread_watcher_android.h', |
756 'browser/metrics/time_ticks_experiment_win.cc', | 756 'browser/metrics/time_ticks_experiment_win.cc', |
757 'browser/metrics/time_ticks_experiment_win.h', | 757 'browser/metrics/time_ticks_experiment_win.h', |
758 'browser/metrics/tracking_synchronizer.cc', | 758 'browser/metrics/tracking_synchronizer.cc', |
759 'browser/metrics/tracking_synchronizer.h', | 759 'browser/metrics/tracking_synchronizer.h', |
760 'browser/metrics/tracking_synchronizer_observer.h', | 760 'browser/metrics/tracking_synchronizer_observer.h', |
761 'browser/metrics/variations/generated_resources_map.h', | 761 'browser/metrics/variations/generated_resources_map.h', |
| 762 'browser/metrics/variations/generated_resources_map_lookup.cc', |
762 'browser/metrics/variations/variations_registry_syncer_win.cc', | 763 'browser/metrics/variations/variations_registry_syncer_win.cc', |
763 'browser/metrics/variations/variations_registry_syncer_win.h', | 764 'browser/metrics/variations/variations_registry_syncer_win.h', |
764 'browser/metrics/variations/variations_request_scheduler.cc', | 765 'browser/metrics/variations/variations_request_scheduler.cc', |
765 'browser/metrics/variations/variations_request_scheduler.h', | 766 'browser/metrics/variations/variations_request_scheduler.h', |
766 'browser/metrics/variations/variations_service.cc', | 767 'browser/metrics/variations/variations_service.cc', |
767 'browser/metrics/variations/variations_service.h', | 768 'browser/metrics/variations/variations_service.h', |
768 'browser/metrics/variations/variations_seed_store.cc', | 769 'browser/metrics/variations/variations_seed_store.cc', |
769 'browser/metrics/variations/variations_seed_store.h', | 770 'browser/metrics/variations/variations_seed_store.h', |
770 'browser/native_window_notification_source.h', | 771 'browser/native_window_notification_source.h', |
771 'browser/net/about_protocol_handler.cc', | 772 'browser/net/about_protocol_handler.cc', |
(...skipping 2815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3587 'package_name': 'org/chromium/chrome/browser', | 3588 'package_name': 'org/chromium/chrome/browser', |
3588 'template_deps': ['browser/android/tab_load_status.h'], | 3589 'template_deps': ['browser/android/tab_load_status.h'], |
3589 }, | 3590 }, |
3590 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3591 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3591 }, | 3592 }, |
3592 ], | 3593 ], |
3593 }, | 3594 }, |
3594 ], | 3595 ], |
3595 ], | 3596 ], |
3596 } | 3597 } |
OLD | NEW |