Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Side by Side Diff: content/browser/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: fix merge Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/nacl/renderer/plugin/BUILD.gn ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 "indexed_db/indexed_db_internals_ui.h", 780 "indexed_db/indexed_db_internals_ui.h",
781 "indexed_db/indexed_db_leveldb_coding.cc", 781 "indexed_db/indexed_db_leveldb_coding.cc",
782 "indexed_db/indexed_db_leveldb_coding.h", 782 "indexed_db/indexed_db_leveldb_coding.h",
783 "indexed_db/indexed_db_observer.cc", 783 "indexed_db/indexed_db_observer.cc",
784 "indexed_db/indexed_db_observer.h", 784 "indexed_db/indexed_db_observer.h",
785 "indexed_db/indexed_db_pending_connection.cc", 785 "indexed_db/indexed_db_pending_connection.cc",
786 "indexed_db/indexed_db_pending_connection.h", 786 "indexed_db/indexed_db_pending_connection.h",
787 "indexed_db/indexed_db_quota_client.cc", 787 "indexed_db/indexed_db_quota_client.cc",
788 "indexed_db/indexed_db_quota_client.h", 788 "indexed_db/indexed_db_quota_client.h",
789 "indexed_db/indexed_db_return_value.h", 789 "indexed_db/indexed_db_return_value.h",
790 "indexed_db/indexed_db_tracing.h",
790 "indexed_db/indexed_db_transaction.cc", 791 "indexed_db/indexed_db_transaction.cc",
791 "indexed_db/indexed_db_transaction.h", 792 "indexed_db/indexed_db_transaction.h",
792 "indexed_db/indexed_db_transaction_coordinator.cc", 793 "indexed_db/indexed_db_transaction_coordinator.cc",
793 "indexed_db/indexed_db_transaction_coordinator.h", 794 "indexed_db/indexed_db_transaction_coordinator.h",
794 "indexed_db/indexed_db_value.cc", 795 "indexed_db/indexed_db_value.cc",
795 "indexed_db/indexed_db_value.h", 796 "indexed_db/indexed_db_value.h",
796 "indexed_db/leveldb/leveldb_comparator.h", 797 "indexed_db/leveldb/leveldb_comparator.h",
797 "indexed_db/leveldb/leveldb_database.cc", 798 "indexed_db/leveldb/leveldb_database.cc",
798 "indexed_db/leveldb/leveldb_database.h", 799 "indexed_db/leveldb/leveldb_database.h",
799 "indexed_db/leveldb/leveldb_env.cc", 800 "indexed_db/leveldb/leveldb_env.cc",
800 "indexed_db/leveldb/leveldb_env.h", 801 "indexed_db/leveldb/leveldb_env.h",
801 "indexed_db/leveldb/leveldb_factory.h", 802 "indexed_db/leveldb/leveldb_factory.h",
802 "indexed_db/leveldb/leveldb_iterator.cc", 803 "indexed_db/leveldb/leveldb_iterator.cc",
803 "indexed_db/leveldb/leveldb_iterator.h", 804 "indexed_db/leveldb/leveldb_iterator.h",
804 "indexed_db/leveldb/leveldb_iterator_impl.cc", 805 "indexed_db/leveldb/leveldb_iterator_impl.cc",
805 "indexed_db/leveldb/leveldb_iterator_impl.h", 806 "indexed_db/leveldb/leveldb_iterator_impl.h",
806 "indexed_db/leveldb/leveldb_transaction.cc", 807 "indexed_db/leveldb/leveldb_transaction.cc",
807 "indexed_db/leveldb/leveldb_transaction.h", 808 "indexed_db/leveldb/leveldb_transaction.h",
808 "indexed_db/leveldb/leveldb_write_batch.cc", 809 "indexed_db/leveldb/leveldb_write_batch.cc",
809 "indexed_db/leveldb/leveldb_write_batch.h", 810 "indexed_db/leveldb/leveldb_write_batch.h",
811 "indexed_db/list_set.h",
810 "installedapp/installed_app_provider_impl_default.cc", 812 "installedapp/installed_app_provider_impl_default.cc",
811 "installedapp/installed_app_provider_impl_default.h", 813 "installedapp/installed_app_provider_impl_default.h",
812 "leveldb_wrapper_impl.cc", 814 "leveldb_wrapper_impl.cc",
813 "leveldb_wrapper_impl.h", 815 "leveldb_wrapper_impl.h",
814 "loader/async_resource_handler.cc", 816 "loader/async_resource_handler.cc",
815 "loader/async_resource_handler.h", 817 "loader/async_resource_handler.h",
816 "loader/detachable_resource_handler.cc", 818 "loader/detachable_resource_handler.cc",
817 "loader/detachable_resource_handler.h", 819 "loader/detachable_resource_handler.h",
818 "loader/downloaded_temp_file_impl.cc", 820 "loader/downloaded_temp_file_impl.cc",
819 "loader/downloaded_temp_file_impl.h", 821 "loader/downloaded_temp_file_impl.h",
(...skipping 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 if (!is_component_build) { 2058 if (!is_component_build) {
2057 public_deps = [ 2059 public_deps = [
2058 ":browser", 2060 ":browser",
2059 ] 2061 ]
2060 } else { 2062 } else {
2061 public_deps = [ 2063 public_deps = [
2062 "//third_party/leveldatabase", 2064 "//third_party/leveldatabase",
2063 ] 2065 ]
2064 } 2066 }
2065 } 2067 }
OLDNEW
« no previous file with comments | « components/nacl/renderer/plugin/BUILD.gn ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698