| 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 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 "loader/stream_writer.cc", | 808 "loader/stream_writer.cc", |
| 809 "loader/stream_writer.h", | 809 "loader/stream_writer.h", |
| 810 "loader/sync_resource_handler.cc", | 810 "loader/sync_resource_handler.cc", |
| 811 "loader/sync_resource_handler.h", | 811 "loader/sync_resource_handler.h", |
| 812 "loader/temporary_file_stream.cc", | 812 "loader/temporary_file_stream.cc", |
| 813 "loader/temporary_file_stream.h", | 813 "loader/temporary_file_stream.h", |
| 814 "loader/throttling_resource_handler.cc", | 814 "loader/throttling_resource_handler.cc", |
| 815 "loader/throttling_resource_handler.h", | 815 "loader/throttling_resource_handler.h", |
| 816 "loader/upload_data_stream_builder.cc", | 816 "loader/upload_data_stream_builder.cc", |
| 817 "loader/upload_data_stream_builder.h", | 817 "loader/upload_data_stream_builder.h", |
| 818 "loader/upload_progress_tracker.cc", |
| 819 "loader/upload_progress_tracker.h", |
| 818 "loader/url_loader_factory_impl.cc", | 820 "loader/url_loader_factory_impl.cc", |
| 819 "loader/url_loader_factory_impl.h", | 821 "loader/url_loader_factory_impl.h", |
| 820 "loader_delegate_impl.cc", | 822 "loader_delegate_impl.cc", |
| 821 "loader_delegate_impl.h", | 823 "loader_delegate_impl.h", |
| 822 "mach_broker_mac.h", | 824 "mach_broker_mac.h", |
| 823 "mach_broker_mac.mm", | 825 "mach_broker_mac.mm", |
| 824 "manifest/manifest_manager_host.cc", | 826 "manifest/manifest_manager_host.cc", |
| 825 "manifest/manifest_manager_host.h", | 827 "manifest/manifest_manager_host.h", |
| 826 "media/android/browser_media_player_manager.cc", | 828 "media/android/browser_media_player_manager.cc", |
| 827 "media/android/browser_media_player_manager.h", | 829 "media/android/browser_media_player_manager.h", |
| (...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1960 if (!is_component_build) { | 1962 if (!is_component_build) { |
| 1961 public_deps = [ | 1963 public_deps = [ |
| 1962 ":browser", | 1964 ":browser", |
| 1963 ] | 1965 ] |
| 1964 } else { | 1966 } else { |
| 1965 public_deps = [ | 1967 public_deps = [ |
| 1966 "//third_party/leveldatabase", | 1968 "//third_party/leveldatabase", |
| 1967 ] | 1969 ] |
| 1968 } | 1970 } |
| 1969 } | 1971 } |
| OLD | NEW |