| 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 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2265 "notifications/notifier_state_tracker.cc", | 2265 "notifications/notifier_state_tracker.cc", |
| 2266 "notifications/notifier_state_tracker.h", | 2266 "notifications/notifier_state_tracker.h", |
| 2267 "notifications/notifier_state_tracker_factory.cc", | 2267 "notifications/notifier_state_tracker_factory.cc", |
| 2268 "notifications/notifier_state_tracker_factory.h", | 2268 "notifications/notifier_state_tracker_factory.h", |
| 2269 "notifications/persistent_notification_delegate.cc", | 2269 "notifications/persistent_notification_delegate.cc", |
| 2270 "notifications/persistent_notification_delegate.h", | 2270 "notifications/persistent_notification_delegate.h", |
| 2271 "notifications/persistent_notification_handler.cc", | 2271 "notifications/persistent_notification_handler.cc", |
| 2272 "notifications/persistent_notification_handler.h", | 2272 "notifications/persistent_notification_handler.h", |
| 2273 "notifications/platform_notification_service_impl.cc", | 2273 "notifications/platform_notification_service_impl.cc", |
| 2274 "notifications/platform_notification_service_impl.h", | 2274 "notifications/platform_notification_service_impl.h", |
| 2275 "notifications/web_notification_delegate.cc", |
| 2276 "notifications/web_notification_delegate.h", |
| 2275 "push_messaging/push_messaging_notification_manager.cc", | 2277 "push_messaging/push_messaging_notification_manager.cc", |
| 2276 "push_messaging/push_messaging_notification_manager.h", | 2278 "push_messaging/push_messaging_notification_manager.h", |
| 2277 ] | 2279 ] |
| 2278 if (android_java_ui) { | 2280 if (android_java_ui) { |
| 2279 sources += [ | 2281 sources += [ |
| 2280 "notifications/notification_permission_infobar_delegate.cc", | 2282 "notifications/notification_permission_infobar_delegate.cc", |
| 2281 "notifications/notification_permission_infobar_delegate.h", | 2283 "notifications/notification_permission_infobar_delegate.h", |
| 2282 "notifications/notification_platform_bridge_android.cc", | 2284 "notifications/notification_platform_bridge_android.cc", |
| 2283 "notifications/notification_platform_bridge_android.h", | 2285 "notifications/notification_platform_bridge_android.h", |
| 2284 ] | 2286 ] |
| (...skipping 1973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4258 # linking all of the test support. | 4260 # linking all of the test support. |
| 4259 static_library("pepper_cdm_test_constants") { | 4261 static_library("pepper_cdm_test_constants") { |
| 4260 testonly = true | 4262 testonly = true |
| 4261 visibility = [ "//chrome/*" ] | 4263 visibility = [ "//chrome/*" ] |
| 4262 sources = [ | 4264 sources = [ |
| 4263 "media/pepper_cdm_test_constants.cc", | 4265 "media/pepper_cdm_test_constants.cc", |
| 4264 "media/pepper_cdm_test_constants.h", | 4266 "media/pepper_cdm_test_constants.h", |
| 4265 ] | 4267 ] |
| 4266 } | 4268 } |
| 4267 } | 4269 } |
| OLD | NEW |