| 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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 815     "loader/stream_writer.cc", | 815     "loader/stream_writer.cc", | 
| 816     "loader/stream_writer.h", | 816     "loader/stream_writer.h", | 
| 817     "loader/sync_resource_handler.cc", | 817     "loader/sync_resource_handler.cc", | 
| 818     "loader/sync_resource_handler.h", | 818     "loader/sync_resource_handler.h", | 
| 819     "loader/temporary_file_stream.cc", | 819     "loader/temporary_file_stream.cc", | 
| 820     "loader/temporary_file_stream.h", | 820     "loader/temporary_file_stream.h", | 
| 821     "loader/throttling_resource_handler.cc", | 821     "loader/throttling_resource_handler.cc", | 
| 822     "loader/throttling_resource_handler.h", | 822     "loader/throttling_resource_handler.h", | 
| 823     "loader/upload_data_stream_builder.cc", | 823     "loader/upload_data_stream_builder.cc", | 
| 824     "loader/upload_data_stream_builder.h", | 824     "loader/upload_data_stream_builder.h", | 
|  | 825     "loader/upload_progress_tracker.cc", | 
|  | 826     "loader/upload_progress_tracker.h", | 
| 825     "loader/url_loader_factory_impl.cc", | 827     "loader/url_loader_factory_impl.cc", | 
| 826     "loader/url_loader_factory_impl.h", | 828     "loader/url_loader_factory_impl.h", | 
| 827     "loader_delegate_impl.cc", | 829     "loader_delegate_impl.cc", | 
| 828     "loader_delegate_impl.h", | 830     "loader_delegate_impl.h", | 
| 829     "mach_broker_mac.h", | 831     "mach_broker_mac.h", | 
| 830     "mach_broker_mac.mm", | 832     "mach_broker_mac.mm", | 
| 831     "manifest/manifest_manager_host.cc", | 833     "manifest/manifest_manager_host.cc", | 
| 832     "manifest/manifest_manager_host.h", | 834     "manifest/manifest_manager_host.h", | 
| 833     "media/android/browser_media_player_manager.cc", | 835     "media/android/browser_media_player_manager.cc", | 
| 834     "media/android/browser_media_player_manager.h", | 836     "media/android/browser_media_player_manager.h", | 
| (...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1967   if (!is_component_build) { | 1969   if (!is_component_build) { | 
| 1968     public_deps = [ | 1970     public_deps = [ | 
| 1969       ":browser", | 1971       ":browser", | 
| 1970     ] | 1972     ] | 
| 1971   } else { | 1973   } else { | 
| 1972     public_deps = [ | 1974     public_deps = [ | 
| 1973       "//third_party/leveldatabase", | 1975       "//third_party/leveldatabase", | 
| 1974     ] | 1976     ] | 
| 1975   } | 1977   } | 
| 1976 } | 1978 } | 
| OLD | NEW | 
|---|