| 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 3259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3270 "notifications/fullscreen_notification_blocker.cc", | 3270 "notifications/fullscreen_notification_blocker.cc", |
| 3271 "notifications/fullscreen_notification_blocker.h", | 3271 "notifications/fullscreen_notification_blocker.h", |
| 3272 "notifications/google_now_notification_stats_collector.cc", | 3272 "notifications/google_now_notification_stats_collector.cc", |
| 3273 "notifications/google_now_notification_stats_collector.h", | 3273 "notifications/google_now_notification_stats_collector.h", |
| 3274 "notifications/message_center_notification_manager.cc", | 3274 "notifications/message_center_notification_manager.cc", |
| 3275 "notifications/message_center_notification_manager.h", | 3275 "notifications/message_center_notification_manager.h", |
| 3276 "notifications/message_center_settings_controller.cc", | 3276 "notifications/message_center_settings_controller.cc", |
| 3277 "notifications/message_center_settings_controller.h", | 3277 "notifications/message_center_settings_controller.h", |
| 3278 "notifications/message_center_stats_collector.cc", | 3278 "notifications/message_center_stats_collector.cc", |
| 3279 "notifications/message_center_stats_collector.h", | 3279 "notifications/message_center_stats_collector.h", |
| 3280 "notifications/notification_conversion_helper.cc", | |
| 3281 "notifications/notification_conversion_helper.h", | |
| 3282 "notifications/notification_system_observer.cc", | 3280 "notifications/notification_system_observer.cc", |
| 3283 "notifications/notification_system_observer.h", | 3281 "notifications/notification_system_observer.h", |
| 3284 "notifications/notification_ui_manager_desktop.cc", | 3282 "notifications/notification_ui_manager_desktop.cc", |
| 3285 "notifications/notifier_source.h", | 3283 "notifications/notifier_source.h", |
| 3286 "notifications/profile_notification.cc", | 3284 "notifications/profile_notification.cc", |
| 3287 "notifications/profile_notification.h", | 3285 "notifications/profile_notification.h", |
| 3288 "notifications/screen_lock_notification_blocker.cc", | 3286 "notifications/screen_lock_notification_blocker.cc", |
| 3289 "notifications/screen_lock_notification_blocker.h", | 3287 "notifications/screen_lock_notification_blocker.h", |
| 3290 "notifications/system_component_notifier_source_chromeos.cc", | 3288 "notifications/system_component_notifier_source_chromeos.cc", |
| 3291 "notifications/system_component_notifier_source_chromeos.h", | 3289 "notifications/system_component_notifier_source_chromeos.h", |
| (...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4502 "media/pepper_cdm_test_constants.cc", | 4500 "media/pepper_cdm_test_constants.cc", |
| 4503 "media/pepper_cdm_test_constants.h", | 4501 "media/pepper_cdm_test_constants.h", |
| 4504 ] | 4502 ] |
| 4505 } | 4503 } |
| 4506 } | 4504 } |
| 4507 | 4505 |
| 4508 service_manifest("preferences_manifest") { | 4506 service_manifest("preferences_manifest") { |
| 4509 name = "preferences" | 4507 name = "preferences" |
| 4510 source = "prefs/preferences_manifest.json" | 4508 source = "prefs/preferences_manifest.json" |
| 4511 } | 4509 } |
| OLD | NEW |