| 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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 "devtools/devtools_manager.cc", | 456 "devtools/devtools_manager.cc", |
| 457 "devtools/devtools_manager.h", | 457 "devtools/devtools_manager.h", |
| 458 "devtools/devtools_session.cc", | 458 "devtools/devtools_session.cc", |
| 459 "devtools/devtools_session.h", | 459 "devtools/devtools_session.h", |
| 460 "devtools/forwarding_agent_host.cc", | 460 "devtools/forwarding_agent_host.cc", |
| 461 "devtools/forwarding_agent_host.h", | 461 "devtools/forwarding_agent_host.h", |
| 462 "devtools/page_navigation_throttle.cc", | 462 "devtools/page_navigation_throttle.cc", |
| 463 "devtools/page_navigation_throttle.h", | 463 "devtools/page_navigation_throttle.h", |
| 464 "devtools/protocol/color_picker.cc", | 464 "devtools/protocol/color_picker.cc", |
| 465 "devtools/protocol/color_picker.h", | 465 "devtools/protocol/color_picker.h", |
| 466 "devtools/protocol/devtools_domain_handler.cc", |
| 467 "devtools/protocol/devtools_domain_handler.h", |
| 466 "devtools/protocol/dom_handler.cc", | 468 "devtools/protocol/dom_handler.cc", |
| 467 "devtools/protocol/dom_handler.h", | 469 "devtools/protocol/dom_handler.h", |
| 468 "devtools/protocol/emulation_handler.cc", | 470 "devtools/protocol/emulation_handler.cc", |
| 469 "devtools/protocol/emulation_handler.h", | 471 "devtools/protocol/emulation_handler.h", |
| 470 "devtools/protocol/input_handler.cc", | 472 "devtools/protocol/input_handler.cc", |
| 471 "devtools/protocol/input_handler.h", | 473 "devtools/protocol/input_handler.h", |
| 472 "devtools/protocol/inspector_handler.cc", | 474 "devtools/protocol/inspector_handler.cc", |
| 473 "devtools/protocol/inspector_handler.h", | 475 "devtools/protocol/inspector_handler.h", |
| 474 "devtools/protocol/io_handler.cc", | 476 "devtools/protocol/io_handler.cc", |
| 475 "devtools/protocol/io_handler.h", | 477 "devtools/protocol/io_handler.h", |
| (...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1989 if (!is_component_build) { | 1991 if (!is_component_build) { |
| 1990 public_deps = [ | 1992 public_deps = [ |
| 1991 ":browser", | 1993 ":browser", |
| 1992 ] | 1994 ] |
| 1993 } else { | 1995 } else { |
| 1994 public_deps = [ | 1996 public_deps = [ |
| 1995 "//third_party/leveldatabase", | 1997 "//third_party/leveldatabase", |
| 1996 ] | 1998 ] |
| 1997 } | 1999 } |
| 1998 } | 2000 } |
| OLD | NEW |