Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: content/public/browser/BUILD.gn

Issue 2934163003: Add a ServiceWorkerContextObserver to content's public API. (Closed)
Patch Set: Clarifying comment Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # See //content/BUILD.gn for how this works. 7 # See //content/BUILD.gn for how this works.
8 group("browser") { 8 group("browser") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "resource_request_info.h", 220 "resource_request_info.h",
221 "resource_throttle.cc", 221 "resource_throttle.cc",
222 "resource_throttle.h", 222 "resource_throttle.h",
223 "restore_type.h", 223 "restore_type.h",
224 "save_page_type.h", 224 "save_page_type.h",
225 "screen_orientation_delegate.h", 225 "screen_orientation_delegate.h",
226 "security_style_explanation.h", 226 "security_style_explanation.h",
227 "security_style_explanations.cc", 227 "security_style_explanations.cc",
228 "security_style_explanations.h", 228 "security_style_explanations.h",
229 "service_worker_context.h", 229 "service_worker_context.h",
230 "service_worker_context_observer.h",
230 "service_worker_usage_info.cc", 231 "service_worker_usage_info.cc",
231 "service_worker_usage_info.h", 232 "service_worker_usage_info.h",
232 "session_storage_namespace.h", 233 "session_storage_namespace.h",
233 "session_storage_usage_info.h", 234 "session_storage_usage_info.h",
234 "site_instance.h", 235 "site_instance.h",
235 "speech_recognition_event_listener.h", 236 "speech_recognition_event_listener.h",
236 "speech_recognition_manager.h", 237 "speech_recognition_manager.h",
237 "speech_recognition_manager_delegate.h", 238 "speech_recognition_manager_delegate.h",
238 "speech_recognition_session_config.cc", 239 "speech_recognition_session_config.cc",
239 "speech_recognition_session_config.h", 240 "speech_recognition_session_config.h",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 ] 349 ]
349 } 350 }
350 351
351 if (is_chromeos) { 352 if (is_chromeos) {
352 sources += [ 353 sources += [
353 "arc_tracing_agent.cc", 354 "arc_tracing_agent.cc",
354 "arc_tracing_agent.h", 355 "arc_tracing_agent.h",
355 ] 356 ]
356 } 357 }
357 } 358 }
OLDNEW
« no previous file with comments | « content/browser/service_worker/service_worker_context_wrapper.cc ('k') | content/public/browser/service_worker_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698