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 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
684 'browser/metrics/metrics_service_accessor.cc', | 684 'browser/metrics/metrics_service_accessor.cc', |
685 'browser/metrics/metrics_service_accessor.h', | 685 'browser/metrics/metrics_service_accessor.h', |
686 'browser/metrics/metrics_services_manager.cc', | 686 'browser/metrics/metrics_services_manager.cc', |
687 'browser/metrics/metrics_services_manager.h', | 687 'browser/metrics/metrics_services_manager.h', |
688 'browser/metrics/network_stats_uploader.cc', | 688 'browser/metrics/network_stats_uploader.cc', |
689 'browser/metrics/network_stats_uploader.h', | 689 'browser/metrics/network_stats_uploader.h', |
690 'browser/metrics/omnibox_metrics_provider.cc', | 690 'browser/metrics/omnibox_metrics_provider.cc', |
691 'browser/metrics/omnibox_metrics_provider.h', | 691 'browser/metrics/omnibox_metrics_provider.h', |
692 'browser/metrics/perf_provider_chromeos.cc', | 692 'browser/metrics/perf_provider_chromeos.cc', |
693 'browser/metrics/perf_provider_chromeos.h', | 693 'browser/metrics/perf_provider_chromeos.h', |
694 'browser/metrics/profiler_metrics_provider.cc', | |
695 'browser/metrics/profiler_metrics_provider.h', | |
696 'browser/metrics/rappor/sampling.cc', | 694 'browser/metrics/rappor/sampling.cc', |
697 'browser/metrics/rappor/sampling.h', | 695 'browser/metrics/rappor/sampling.h', |
698 'browser/metrics/signin_status_metrics_provider.cc', | 696 'browser/metrics/signin_status_metrics_provider.cc', |
699 'browser/metrics/signin_status_metrics_provider.h', | 697 'browser/metrics/signin_status_metrics_provider.h', |
700 'browser/metrics/thread_watcher.cc', | 698 'browser/metrics/thread_watcher.cc', |
701 'browser/metrics/thread_watcher.h', | 699 'browser/metrics/thread_watcher.h', |
702 'browser/metrics/thread_watcher_android.cc', | 700 'browser/metrics/thread_watcher_android.cc', |
703 'browser/metrics/thread_watcher_android.h', | 701 'browser/metrics/thread_watcher_android.h', |
704 'browser/metrics/time_ticks_experiment_win.cc', | 702 'browser/metrics/time_ticks_experiment_win.cc', |
705 'browser/metrics/time_ticks_experiment_win.h', | 703 'browser/metrics/time_ticks_experiment_win.h', |
706 'browser/metrics/tracking_synchronizer.cc', | |
707 'browser/metrics/tracking_synchronizer.h', | |
708 'browser/metrics/tracking_synchronizer_observer.h', | |
709 'browser/metrics/variations/generated_resources_map.h', | 704 'browser/metrics/variations/generated_resources_map.h', |
710 'browser/metrics/variations/generated_resources_map_lookup.cc', | 705 'browser/metrics/variations/generated_resources_map_lookup.cc', |
711 'browser/metrics/variations/variations_registry_syncer_win.cc', | 706 'browser/metrics/variations/variations_registry_syncer_win.cc', |
712 'browser/metrics/variations/variations_registry_syncer_win.h', | 707 'browser/metrics/variations/variations_registry_syncer_win.h', |
713 'browser/metrics/variations/variations_request_scheduler.cc', | 708 'browser/metrics/variations/variations_request_scheduler.cc', |
714 'browser/metrics/variations/variations_request_scheduler.h', | 709 'browser/metrics/variations/variations_request_scheduler.h', |
715 'browser/metrics/variations/variations_seed_store.cc', | 710 'browser/metrics/variations/variations_seed_store.cc', |
716 'browser/metrics/variations/variations_seed_store.h', | 711 'browser/metrics/variations/variations_seed_store.h', |
717 'browser/metrics/variations/variations_service.cc', | 712 'browser/metrics/variations/variations_service.cc', |
718 'browser/metrics/variations/variations_service.h', | 713 'browser/metrics/variations/variations_service.h', |
(...skipping 2058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2777 '../components/components.gyp:feedback_component', | 2772 '../components/components.gyp:feedback_component', |
2778 '../components/components.gyp:gcm_driver', | 2773 '../components/components.gyp:gcm_driver', |
2779 '../components/components.gyp:google_core_browser', | 2774 '../components/components.gyp:google_core_browser', |
2780 '../components/components.gyp:history_core_browser', | 2775 '../components/components.gyp:history_core_browser', |
2781 '../components/components.gyp:history_core_common', | 2776 '../components/components.gyp:history_core_common', |
2782 '../components/components.gyp:infobars_core', | 2777 '../components/components.gyp:infobars_core', |
2783 '../components/components.gyp:invalidation', | 2778 '../components/components.gyp:invalidation', |
2784 '../components/components.gyp:metrics', | 2779 '../components/components.gyp:metrics', |
2785 '../components/components.gyp:metrics_gpu', | 2780 '../components/components.gyp:metrics_gpu', |
2786 '../components/components.gyp:metrics_net', | 2781 '../components/components.gyp:metrics_net', |
| 2782 '../components/components.gyp:metrics_profiler', |
2787 '../components/components.gyp:navigation_metrics', | 2783 '../components/components.gyp:navigation_metrics', |
2788 '../components/components.gyp:network_time', | 2784 '../components/components.gyp:network_time', |
2789 '../components/components.gyp:omaha_query_params', | 2785 '../components/components.gyp:omaha_query_params', |
2790 '../components/components.gyp:omnibox', | 2786 '../components/components.gyp:omnibox', |
2791 '../components/components.gyp:os_crypt', | 2787 '../components/components.gyp:os_crypt', |
2792 '../components/components.gyp:password_manager_core_browser', | 2788 '../components/components.gyp:password_manager_core_browser', |
2793 '../components/components.gyp:password_manager_core_common', | 2789 '../components/components.gyp:password_manager_core_common', |
2794 '../components/components.gyp:policy_component', | 2790 '../components/components.gyp:policy_component', |
2795 '../components/components.gyp:precache_core', | 2791 '../components/components.gyp:precache_core', |
2796 '../components/components.gyp:query_parser', | 2792 '../components/components.gyp:query_parser', |
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3537 'variables': { | 3533 'variables': { |
3538 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3534 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3539 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3535 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3540 }, | 3536 }, |
3541 'includes': [ '../build/protoc.gypi' ] | 3537 'includes': [ '../build/protoc.gypi' ] |
3542 }, | 3538 }, |
3543 ], | 3539 ], |
3544 },], | 3540 },], |
3545 ], | 3541 ], |
3546 } | 3542 } |
OLD | NEW |