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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 "devtools/protocol/emulation_handler.cc", | 532 "devtools/protocol/emulation_handler.cc", |
533 "devtools/protocol/emulation_handler.h", | 533 "devtools/protocol/emulation_handler.h", |
534 "devtools/protocol/input_handler.cc", | 534 "devtools/protocol/input_handler.cc", |
535 "devtools/protocol/input_handler.h", | 535 "devtools/protocol/input_handler.h", |
536 "devtools/protocol/inspector_handler.cc", | 536 "devtools/protocol/inspector_handler.cc", |
537 "devtools/protocol/inspector_handler.h", | 537 "devtools/protocol/inspector_handler.h", |
538 "devtools/protocol/io_handler.cc", | 538 "devtools/protocol/io_handler.cc", |
539 "devtools/protocol/io_handler.h", | 539 "devtools/protocol/io_handler.h", |
540 "devtools/protocol/memory_handler.cc", | 540 "devtools/protocol/memory_handler.cc", |
541 "devtools/protocol/memory_handler.h", | 541 "devtools/protocol/memory_handler.h", |
| 542 "devtools/protocol/native_input_event_builder.h", |
| 543 "devtools/protocol/native_input_event_builder_mac.mm", |
542 "devtools/protocol/network_handler.cc", | 544 "devtools/protocol/network_handler.cc", |
543 "devtools/protocol/network_handler.h", | 545 "devtools/protocol/network_handler.h", |
544 "devtools/protocol/page_handler.cc", | 546 "devtools/protocol/page_handler.cc", |
545 "devtools/protocol/page_handler.h", | 547 "devtools/protocol/page_handler.h", |
546 "devtools/protocol/schema_handler.cc", | 548 "devtools/protocol/schema_handler.cc", |
547 "devtools/protocol/schema_handler.h", | 549 "devtools/protocol/schema_handler.h", |
548 "devtools/protocol/security_handler.cc", | 550 "devtools/protocol/security_handler.cc", |
549 "devtools/protocol/security_handler.h", | 551 "devtools/protocol/security_handler.h", |
550 "devtools/protocol/service_worker_handler.cc", | 552 "devtools/protocol/service_worker_handler.cc", |
551 "devtools/protocol/service_worker_handler.h", | 553 "devtools/protocol/service_worker_handler.h", |
(...skipping 1595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2147 if (!is_component_build) { | 2149 if (!is_component_build) { |
2148 public_deps = [ | 2150 public_deps = [ |
2149 ":browser", | 2151 ":browser", |
2150 ] | 2152 ] |
2151 } else { | 2153 } else { |
2152 public_deps = [ | 2154 public_deps = [ |
2153 "//third_party/leveldatabase", | 2155 "//third_party/leveldatabase", |
2154 ] | 2156 ] |
2155 } | 2157 } |
2156 } | 2158 } |
OLD | NEW |