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

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

Issue 2493063005: [DevTools] Use inspector_protocol generator in content/browser/devtools. (Closed)
Patch Set: roll Created 4 years, 1 month 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
« no previous file with comments | « no previous file | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "//components/tracing", 47 "//components/tracing",
48 "//components/tracing:startup_tracing", 48 "//components/tracing:startup_tracing",
49 "//components/url_formatter", 49 "//components/url_formatter",
50 "//components/variations", 50 "//components/variations",
51 "//content:resources", 51 "//content:resources",
52 "//content/app/resources", 52 "//content/app/resources",
53 "//content/app/strings", 53 "//content/app/strings",
54 "//content/browser/background_sync:background_sync_proto", 54 "//content/browser/background_sync:background_sync_proto",
55 "//content/browser/cache_storage:cache_storage_proto", 55 "//content/browser/cache_storage:cache_storage_proto",
56 "//content/browser/devtools:gen_devtools_protocol_handler", 56 "//content/browser/devtools:gen_devtools_protocol_handler",
57 "//content/browser/devtools:protocol_sources",
57 "//content/browser/devtools:resources", 58 "//content/browser/devtools:resources",
58 "//content/browser/notifications:notification_proto", 59 "//content/browser/notifications:notification_proto",
59 "//content/browser/service_worker:service_worker_proto", 60 "//content/browser/service_worker:service_worker_proto",
60 "//content/browser/speech/proto", 61 "//content/browser/speech/proto",
61 "//content/common", 62 "//content/common",
62 "//content/public/common:common_sources", 63 "//content/public/common:common_sources",
63 "//crypto", 64 "//crypto",
64 "//device/battery", 65 "//device/battery",
65 "//device/battery:mojo_bindings", 66 "//device/battery:mojo_bindings",
66 "//device/bluetooth", 67 "//device/bluetooth",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 149
149 public_deps = [ 150 public_deps = [
150 "//third_party/leveldatabase", 151 "//third_party/leveldatabase",
151 ] 152 ]
152 153
153 sources = [ 154 sources = [
154 # devtools_protocol_dispatcher.* is generated by 155 # devtools_protocol_dispatcher.* is generated by
155 # //content/browser/devtools:gen_devtools_protocol_handler. 156 # //content/browser/devtools:gen_devtools_protocol_handler.
156 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.cc", 157 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.cc",
157 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.h", 158 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.h",
159 "$target_gen_dir/devtools/protocol/forward.h",
160 "$target_gen_dir/devtools/protocol/io.cc",
161 "$target_gen_dir/devtools/protocol/io.h",
162 "$target_gen_dir/devtools/protocol/protocol.cc",
163 "$target_gen_dir/devtools/protocol/protocol.h",
164 "$target_gen_dir/devtools/protocol/tracing.cc",
165 "$target_gen_dir/devtools/protocol/tracing.h",
158 "../common/service_manager/child_connection.cc", 166 "../common/service_manager/child_connection.cc",
159 "../common/service_manager/child_connection.h", 167 "../common/service_manager/child_connection.h",
160 "../zygote/zygote_linux.cc", 168 "../zygote/zygote_linux.cc",
161 "../zygote/zygote_linux.h", 169 "../zygote/zygote_linux.h",
162 "../zygote/zygote_main_linux.cc", 170 "../zygote/zygote_main_linux.cc",
163 "accessibility/accessibility_mode_helper.cc", 171 "accessibility/accessibility_mode_helper.cc",
164 "accessibility/accessibility_mode_helper.h", 172 "accessibility/accessibility_mode_helper.h",
165 "accessibility/accessibility_tree_formatter.cc", 173 "accessibility/accessibility_tree_formatter.cc",
166 "accessibility/accessibility_tree_formatter.h", 174 "accessibility/accessibility_tree_formatter.h",
167 "accessibility/accessibility_tree_formatter_blink.cc", 175 "accessibility/accessibility_tree_formatter_blink.cc",
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "devtools/protocol/storage_handler.cc", 457 "devtools/protocol/storage_handler.cc",
450 "devtools/protocol/storage_handler.h", 458 "devtools/protocol/storage_handler.h",
451 "devtools/protocol/system_info_handler.cc", 459 "devtools/protocol/system_info_handler.cc",
452 "devtools/protocol/system_info_handler.h", 460 "devtools/protocol/system_info_handler.h",
453 "devtools/protocol/target_handler.cc", 461 "devtools/protocol/target_handler.cc",
454 "devtools/protocol/target_handler.h", 462 "devtools/protocol/target_handler.h",
455 "devtools/protocol/tethering_handler.cc", 463 "devtools/protocol/tethering_handler.cc",
456 "devtools/protocol/tethering_handler.h", 464 "devtools/protocol/tethering_handler.h",
457 "devtools/protocol/tracing_handler.cc", 465 "devtools/protocol/tracing_handler.cc",
458 "devtools/protocol/tracing_handler.h", 466 "devtools/protocol/tracing_handler.h",
467 "devtools/protocol_string.cc",
468 "devtools/protocol_string.h",
459 "devtools/render_frame_devtools_agent_host.cc", 469 "devtools/render_frame_devtools_agent_host.cc",
460 "devtools/render_frame_devtools_agent_host.h", 470 "devtools/render_frame_devtools_agent_host.h",
461 "devtools/service_worker_devtools_agent_host.cc", 471 "devtools/service_worker_devtools_agent_host.cc",
462 "devtools/service_worker_devtools_agent_host.h", 472 "devtools/service_worker_devtools_agent_host.h",
463 "devtools/service_worker_devtools_manager.cc", 473 "devtools/service_worker_devtools_manager.cc",
464 "devtools/service_worker_devtools_manager.h", 474 "devtools/service_worker_devtools_manager.h",
465 "devtools/shared_worker_devtools_agent_host.cc", 475 "devtools/shared_worker_devtools_agent_host.cc",
466 "devtools/shared_worker_devtools_agent_host.h", 476 "devtools/shared_worker_devtools_agent_host.h",
467 "devtools/shared_worker_devtools_manager.cc", 477 "devtools/shared_worker_devtools_manager.cc",
468 "devtools/shared_worker_devtools_manager.h", 478 "devtools/shared_worker_devtools_manager.h",
(...skipping 1484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 if (!is_component_build) { 1963 if (!is_component_build) {
1954 public_deps = [ 1964 public_deps = [
1955 ":browser", 1965 ":browser",
1956 ] 1966 ]
1957 } else { 1967 } else {
1958 public_deps = [ 1968 public_deps = [
1959 "//third_party/leveldatabase", 1969 "//third_party/leveldatabase",
1960 ] 1970 ]
1961 } 1971 }
1962 } 1972 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698