| 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 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 "loader/stream_writer.cc", | 811 "loader/stream_writer.cc", |
| 812 "loader/stream_writer.h", | 812 "loader/stream_writer.h", |
| 813 "loader/sync_resource_handler.cc", | 813 "loader/sync_resource_handler.cc", |
| 814 "loader/sync_resource_handler.h", | 814 "loader/sync_resource_handler.h", |
| 815 "loader/temporary_file_stream.cc", | 815 "loader/temporary_file_stream.cc", |
| 816 "loader/temporary_file_stream.h", | 816 "loader/temporary_file_stream.h", |
| 817 "loader/throttling_resource_handler.cc", | 817 "loader/throttling_resource_handler.cc", |
| 818 "loader/throttling_resource_handler.h", | 818 "loader/throttling_resource_handler.h", |
| 819 "loader/upload_data_stream_builder.cc", | 819 "loader/upload_data_stream_builder.cc", |
| 820 "loader/upload_data_stream_builder.h", | 820 "loader/upload_data_stream_builder.h", |
| 821 "loader/upload_progress_tracker.cc", |
| 822 "loader/upload_progress_tracker.h", |
| 821 "loader/url_loader_factory_impl.cc", | 823 "loader/url_loader_factory_impl.cc", |
| 822 "loader/url_loader_factory_impl.h", | 824 "loader/url_loader_factory_impl.h", |
| 823 "loader_delegate_impl.cc", | 825 "loader_delegate_impl.cc", |
| 824 "loader_delegate_impl.h", | 826 "loader_delegate_impl.h", |
| 825 "mach_broker_mac.h", | 827 "mach_broker_mac.h", |
| 826 "mach_broker_mac.mm", | 828 "mach_broker_mac.mm", |
| 827 "manifest/manifest_manager_host.cc", | 829 "manifest/manifest_manager_host.cc", |
| 828 "manifest/manifest_manager_host.h", | 830 "manifest/manifest_manager_host.h", |
| 829 "media/android/browser_media_player_manager.cc", | 831 "media/android/browser_media_player_manager.cc", |
| 830 "media/android/browser_media_player_manager.h", | 832 "media/android/browser_media_player_manager.h", |
| (...skipping 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1975 if (!is_component_build) { | 1977 if (!is_component_build) { |
| 1976 public_deps = [ | 1978 public_deps = [ |
| 1977 ":browser", | 1979 ":browser", |
| 1978 ] | 1980 ] |
| 1979 } else { | 1981 } else { |
| 1980 public_deps = [ | 1982 public_deps = [ |
| 1981 "//third_party/leveldatabase", | 1983 "//third_party/leveldatabase", |
| 1982 ] | 1984 ] |
| 1983 } | 1985 } |
| 1984 } | 1986 } |
| OLD | NEW |