| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 966 'browser/metrics/metrics_reporting_scheduler.h', | 966 'browser/metrics/metrics_reporting_scheduler.h', |
| 967 'browser/metrics/metrics_service.cc', | 967 'browser/metrics/metrics_service.cc', |
| 968 'browser/metrics/metrics_service.h', | 968 'browser/metrics/metrics_service.h', |
| 969 'browser/metrics/perf_provider_chromeos.cc', | 969 'browser/metrics/perf_provider_chromeos.cc', |
| 970 'browser/metrics/perf_provider_chromeos.h', | 970 'browser/metrics/perf_provider_chromeos.h', |
| 971 'browser/metrics/thread_watcher.cc', | 971 'browser/metrics/thread_watcher.cc', |
| 972 'browser/metrics/thread_watcher.h', | 972 'browser/metrics/thread_watcher.h', |
| 973 'browser/metrics/tracking_synchronizer.cc', | 973 'browser/metrics/tracking_synchronizer.cc', |
| 974 'browser/metrics/tracking_synchronizer.h', | 974 'browser/metrics/tracking_synchronizer.h', |
| 975 'browser/metrics/tracking_synchronizer_observer.h', | 975 'browser/metrics/tracking_synchronizer_observer.h', |
| 976 'browser/metrics/variations/eula_accepted_notifier.cc', |
| 977 'browser/metrics/variations/eula_accepted_notifier.h', |
| 978 'browser/metrics/variations/eula_accepted_notifier_chromeos.cc', |
| 979 'browser/metrics/variations/eula_accepted_notifier_chromeos.h', |
| 976 'browser/metrics/variations/network_time_tracker.cc', | 980 'browser/metrics/variations/network_time_tracker.cc', |
| 977 'browser/metrics/variations/network_time_tracker.h', | 981 'browser/metrics/variations/network_time_tracker.h', |
| 978 'browser/metrics/variations/resource_request_allowed_notifier.cc', | 982 'browser/metrics/variations/resource_request_allowed_notifier.cc', |
| 979 'browser/metrics/variations/resource_request_allowed_notifier.h', | 983 'browser/metrics/variations/resource_request_allowed_notifier.h', |
| 980 'browser/metrics/variations/variations_http_header_provider.cc', | 984 'browser/metrics/variations/variations_http_header_provider.cc', |
| 981 'browser/metrics/variations/variations_http_header_provider.h', | 985 'browser/metrics/variations/variations_http_header_provider.h', |
| 982 'browser/metrics/variations/variations_registry_syncer_win.cc', | 986 'browser/metrics/variations/variations_registry_syncer_win.cc', |
| 983 'browser/metrics/variations/variations_registry_syncer_win.h', | 987 'browser/metrics/variations/variations_registry_syncer_win.h', |
| 984 'browser/metrics/variations/variations_request_scheduler.cc', | 988 'browser/metrics/variations/variations_request_scheduler.cc', |
| 985 'browser/metrics/variations/variations_request_scheduler.h', | 989 'browser/metrics/variations/variations_request_scheduler.h', |
| (...skipping 2029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3015 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3019 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3016 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3020 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3017 }, | 3021 }, |
| 3018 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3022 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3019 }, | 3023 }, |
| 3020 ], | 3024 ], |
| 3021 }, | 3025 }, |
| 3022 ], | 3026 ], |
| 3023 ], | 3027 ], |
| 3024 } | 3028 } |
| OLD | NEW |