| 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 3271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3282 "notifications/fullscreen_notification_blocker.cc", | 3282 "notifications/fullscreen_notification_blocker.cc", |
| 3283 "notifications/fullscreen_notification_blocker.h", | 3283 "notifications/fullscreen_notification_blocker.h", |
| 3284 "notifications/google_now_notification_stats_collector.cc", | 3284 "notifications/google_now_notification_stats_collector.cc", |
| 3285 "notifications/google_now_notification_stats_collector.h", | 3285 "notifications/google_now_notification_stats_collector.h", |
| 3286 "notifications/message_center_notification_manager.cc", | 3286 "notifications/message_center_notification_manager.cc", |
| 3287 "notifications/message_center_notification_manager.h", | 3287 "notifications/message_center_notification_manager.h", |
| 3288 "notifications/message_center_settings_controller.cc", | 3288 "notifications/message_center_settings_controller.cc", |
| 3289 "notifications/message_center_settings_controller.h", | 3289 "notifications/message_center_settings_controller.h", |
| 3290 "notifications/message_center_stats_collector.cc", | 3290 "notifications/message_center_stats_collector.cc", |
| 3291 "notifications/message_center_stats_collector.h", | 3291 "notifications/message_center_stats_collector.h", |
| 3292 "notifications/notification_conversion_helper.cc", | |
| 3293 "notifications/notification_conversion_helper.h", | |
| 3294 "notifications/notification_system_observer.cc", | 3292 "notifications/notification_system_observer.cc", |
| 3295 "notifications/notification_system_observer.h", | 3293 "notifications/notification_system_observer.h", |
| 3296 "notifications/notification_ui_manager_desktop.cc", | 3294 "notifications/notification_ui_manager_desktop.cc", |
| 3297 "notifications/notifier_source.h", | 3295 "notifications/notifier_source.h", |
| 3298 "notifications/profile_notification.cc", | 3296 "notifications/profile_notification.cc", |
| 3299 "notifications/profile_notification.h", | 3297 "notifications/profile_notification.h", |
| 3300 "notifications/screen_lock_notification_blocker.cc", | 3298 "notifications/screen_lock_notification_blocker.cc", |
| 3301 "notifications/screen_lock_notification_blocker.h", | 3299 "notifications/screen_lock_notification_blocker.h", |
| 3302 "notifications/system_component_notifier_source_chromeos.cc", | 3300 "notifications/system_component_notifier_source_chromeos.cc", |
| 3303 "notifications/system_component_notifier_source_chromeos.h", | 3301 "notifications/system_component_notifier_source_chromeos.h", |
| (...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4517 "media/pepper_cdm_test_constants.cc", | 4515 "media/pepper_cdm_test_constants.cc", |
| 4518 "media/pepper_cdm_test_constants.h", | 4516 "media/pepper_cdm_test_constants.h", |
| 4519 ] | 4517 ] |
| 4520 } | 4518 } |
| 4521 } | 4519 } |
| 4522 | 4520 |
| 4523 service_manifest("preferences_manifest") { | 4521 service_manifest("preferences_manifest") { |
| 4524 name = "preferences" | 4522 name = "preferences" |
| 4525 source = "prefs/preferences_manifest.json" | 4523 source = "prefs/preferences_manifest.json" |
| 4526 } | 4524 } |
| OLD | NEW |