| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 "metrics/sampling_metrics_provider.cc", | 610 "metrics/sampling_metrics_provider.cc", |
| 611 "metrics/sampling_metrics_provider.h", | 611 "metrics/sampling_metrics_provider.h", |
| 612 "metrics/subprocess_metrics_provider.cc", | 612 "metrics/subprocess_metrics_provider.cc", |
| 613 "metrics/subprocess_metrics_provider.h", | 613 "metrics/subprocess_metrics_provider.h", |
| 614 "metrics/thread_watcher.cc", | 614 "metrics/thread_watcher.cc", |
| 615 "metrics/thread_watcher.h", | 615 "metrics/thread_watcher.h", |
| 616 "metrics/thread_watcher_android.cc", | 616 "metrics/thread_watcher_android.cc", |
| 617 "metrics/thread_watcher_android.h", | 617 "metrics/thread_watcher_android.h", |
| 618 "metrics/thread_watcher_report_hang.cc", | 618 "metrics/thread_watcher_report_hang.cc", |
| 619 "metrics/thread_watcher_report_hang.h", | 619 "metrics/thread_watcher_report_hang.h", |
| 620 "metrics/time_ticks_experiment_win.cc", | |
| 621 "metrics/time_ticks_experiment_win.h", | |
| 622 "metrics/variations/chrome_variations_service_client.cc", | 620 "metrics/variations/chrome_variations_service_client.cc", |
| 623 "metrics/variations/chrome_variations_service_client.h", | 621 "metrics/variations/chrome_variations_service_client.h", |
| 624 "mod_pagespeed/mod_pagespeed_metrics.cc", | 622 "mod_pagespeed/mod_pagespeed_metrics.cc", |
| 625 "mod_pagespeed/mod_pagespeed_metrics.h", | 623 "mod_pagespeed/mod_pagespeed_metrics.h", |
| 626 "native_window_notification_source.h", | 624 "native_window_notification_source.h", |
| 627 "net/async_dns_field_trial.cc", | 625 "net/async_dns_field_trial.cc", |
| 628 "net/async_dns_field_trial.h", | 626 "net/async_dns_field_trial.h", |
| 629 "net/chrome_cookie_notification_details.h", | 627 "net/chrome_cookie_notification_details.h", |
| 630 "net/chrome_extensions_network_delegate.cc", | 628 "net/chrome_extensions_network_delegate.cc", |
| 631 "net/chrome_extensions_network_delegate.h", | 629 "net/chrome_extensions_network_delegate.h", |
| (...skipping 3844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4476 "media/pepper_cdm_test_constants.cc", | 4474 "media/pepper_cdm_test_constants.cc", |
| 4477 "media/pepper_cdm_test_constants.h", | 4475 "media/pepper_cdm_test_constants.h", |
| 4478 ] | 4476 ] |
| 4479 } | 4477 } |
| 4480 } | 4478 } |
| 4481 | 4479 |
| 4482 service_manifest("preferences_manifest") { | 4480 service_manifest("preferences_manifest") { |
| 4483 name = "preferences" | 4481 name = "preferences" |
| 4484 source = "prefs/preferences_manifest.json" | 4482 source = "prefs/preferences_manifest.json" |
| 4485 } | 4483 } |
| OLD | NEW |