| 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 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1370 "streams/stream_handle_impl.h", | 1370 "streams/stream_handle_impl.h", |
| 1371 "streams/stream_read_observer.h", | 1371 "streams/stream_read_observer.h", |
| 1372 "streams/stream_register_observer.h", | 1372 "streams/stream_register_observer.h", |
| 1373 "streams/stream_registry.cc", | 1373 "streams/stream_registry.cc", |
| 1374 "streams/stream_registry.h", | 1374 "streams/stream_registry.h", |
| 1375 "streams/stream_url_request_job.cc", | 1375 "streams/stream_url_request_job.cc", |
| 1376 "streams/stream_url_request_job.h", | 1376 "streams/stream_url_request_job.h", |
| 1377 "streams/stream_write_observer.h", | 1377 "streams/stream_write_observer.h", |
| 1378 "theme_helper_mac.h", | 1378 "theme_helper_mac.h", |
| 1379 "theme_helper_mac.mm", | 1379 "theme_helper_mac.mm", |
| 1380 "tracing/arc_tracing_agent.cc", |
| 1381 "tracing/arc_tracing_agent.h", |
| 1380 "tracing/background_tracing_config_impl.cc", | 1382 "tracing/background_tracing_config_impl.cc", |
| 1381 "tracing/background_tracing_config_impl.h", | 1383 "tracing/background_tracing_config_impl.h", |
| 1382 "tracing/background_tracing_manager_impl.cc", | 1384 "tracing/background_tracing_manager_impl.cc", |
| 1383 "tracing/background_tracing_manager_impl.h", | 1385 "tracing/background_tracing_manager_impl.h", |
| 1384 "tracing/background_tracing_rule.cc", | 1386 "tracing/background_tracing_rule.cc", |
| 1385 "tracing/background_tracing_rule.h", | 1387 "tracing/background_tracing_rule.h", |
| 1386 "tracing/etw_tracing_agent_win.cc", | 1388 "tracing/etw_tracing_agent_win.cc", |
| 1387 "tracing/etw_tracing_agent_win.h", | 1389 "tracing/etw_tracing_agent_win.h", |
| 1388 "tracing/file_tracing_provider_impl.cc", | 1390 "tracing/file_tracing_provider_impl.cc", |
| 1389 "tracing/file_tracing_provider_impl.h", | 1391 "tracing/file_tracing_provider_impl.h", |
| (...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2038 if (!is_component_build) { | 2040 if (!is_component_build) { |
| 2039 public_deps = [ | 2041 public_deps = [ |
| 2040 ":browser", | 2042 ":browser", |
| 2041 ] | 2043 ] |
| 2042 } else { | 2044 } else { |
| 2043 public_deps = [ | 2045 public_deps = [ |
| 2044 "//third_party/leveldatabase", | 2046 "//third_party/leveldatabase", |
| 2045 ] | 2047 ] |
| 2046 } | 2048 } |
| 2047 } | 2049 } |
| OLD | NEW |