| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 "devtools/protocol/emulation_handler.cc", | 483 "devtools/protocol/emulation_handler.cc", |
| 484 "devtools/protocol/emulation_handler.h", | 484 "devtools/protocol/emulation_handler.h", |
| 485 "devtools/protocol/input_handler.cc", | 485 "devtools/protocol/input_handler.cc", |
| 486 "devtools/protocol/input_handler.h", | 486 "devtools/protocol/input_handler.h", |
| 487 "devtools/protocol/inspector_handler.cc", | 487 "devtools/protocol/inspector_handler.cc", |
| 488 "devtools/protocol/inspector_handler.h", | 488 "devtools/protocol/inspector_handler.h", |
| 489 "devtools/protocol/io_handler.cc", | 489 "devtools/protocol/io_handler.cc", |
| 490 "devtools/protocol/io_handler.h", | 490 "devtools/protocol/io_handler.h", |
| 491 "devtools/protocol/memory_handler.cc", | 491 "devtools/protocol/memory_handler.cc", |
| 492 "devtools/protocol/memory_handler.h", | 492 "devtools/protocol/memory_handler.h", |
| 493 "devtools/protocol/native_input_event_builder.h", |
| 494 "devtools/protocol/native_input_event_builder_mac.mm", |
| 493 "devtools/protocol/network_handler.cc", | 495 "devtools/protocol/network_handler.cc", |
| 494 "devtools/protocol/network_handler.h", | 496 "devtools/protocol/network_handler.h", |
| 495 "devtools/protocol/page_handler.cc", | 497 "devtools/protocol/page_handler.cc", |
| 496 "devtools/protocol/page_handler.h", | 498 "devtools/protocol/page_handler.h", |
| 497 "devtools/protocol/schema_handler.cc", | 499 "devtools/protocol/schema_handler.cc", |
| 498 "devtools/protocol/schema_handler.h", | 500 "devtools/protocol/schema_handler.h", |
| 499 "devtools/protocol/security_handler.cc", | 501 "devtools/protocol/security_handler.cc", |
| 500 "devtools/protocol/security_handler.h", | 502 "devtools/protocol/security_handler.h", |
| 501 "devtools/protocol/service_worker_handler.cc", | 503 "devtools/protocol/service_worker_handler.cc", |
| 502 "devtools/protocol/service_worker_handler.h", | 504 "devtools/protocol/service_worker_handler.h", |
| (...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2029 if (!is_component_build) { | 2031 if (!is_component_build) { |
| 2030 public_deps = [ | 2032 public_deps = [ |
| 2031 ":browser", | 2033 ":browser", |
| 2032 ] | 2034 ] |
| 2033 } else { | 2035 } else { |
| 2034 public_deps = [ | 2036 public_deps = [ |
| 2035 "//third_party/leveldatabase", | 2037 "//third_party/leveldatabase", |
| 2036 ] | 2038 ] |
| 2037 } | 2039 } |
| 2038 } | 2040 } |
| OLD | NEW |