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

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

Issue 2354973003: [DevTools] Move subtargets functionality from ServiceWorker to Target domain. (Closed)
Patch Set: Created 4 years, 3 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 "devtools/protocol/schema_handler.cc", 422 "devtools/protocol/schema_handler.cc",
423 "devtools/protocol/schema_handler.h", 423 "devtools/protocol/schema_handler.h",
424 "devtools/protocol/security_handler.cc", 424 "devtools/protocol/security_handler.cc",
425 "devtools/protocol/security_handler.h", 425 "devtools/protocol/security_handler.h",
426 "devtools/protocol/service_worker_handler.cc", 426 "devtools/protocol/service_worker_handler.cc",
427 "devtools/protocol/service_worker_handler.h", 427 "devtools/protocol/service_worker_handler.h",
428 "devtools/protocol/storage_handler.cc", 428 "devtools/protocol/storage_handler.cc",
429 "devtools/protocol/storage_handler.h", 429 "devtools/protocol/storage_handler.h",
430 "devtools/protocol/system_info_handler.cc", 430 "devtools/protocol/system_info_handler.cc",
431 "devtools/protocol/system_info_handler.h", 431 "devtools/protocol/system_info_handler.h",
432 "devtools/protocol/target_handler.cc",
433 "devtools/protocol/target_handler.h",
432 "devtools/protocol/tethering_handler.cc", 434 "devtools/protocol/tethering_handler.cc",
433 "devtools/protocol/tethering_handler.h", 435 "devtools/protocol/tethering_handler.h",
434 "devtools/protocol/tracing_handler.cc", 436 "devtools/protocol/tracing_handler.cc",
435 "devtools/protocol/tracing_handler.h", 437 "devtools/protocol/tracing_handler.h",
436 "devtools/render_frame_devtools_agent_host.cc", 438 "devtools/render_frame_devtools_agent_host.cc",
437 "devtools/render_frame_devtools_agent_host.h", 439 "devtools/render_frame_devtools_agent_host.h",
438 "devtools/service_worker_devtools_agent_host.cc", 440 "devtools/service_worker_devtools_agent_host.cc",
439 "devtools/service_worker_devtools_agent_host.h", 441 "devtools/service_worker_devtools_agent_host.h",
440 "devtools/service_worker_devtools_manager.cc", 442 "devtools/service_worker_devtools_manager.cc",
441 "devtools/service_worker_devtools_manager.h", 443 "devtools/service_worker_devtools_manager.h",
(...skipping 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1945 if (!is_component_build) { 1947 if (!is_component_build) {
1946 public_deps = [ 1948 public_deps = [
1947 ":browser", 1949 ":browser",
1948 ] 1950 ]
1949 } else { 1951 } else {
1950 public_deps = [ 1952 public_deps = [
1951 "//third_party/leveldatabase", 1953 "//third_party/leveldatabase",
1952 ] 1954 ]
1953 } 1955 }
1954 } 1956 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698