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

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

Issue 2805763004: [System-Keyboard-Lock] Forward navigator functions to RenderFrameHost (Closed)
Patch Set: Resolve review comments Created 3 years, 7 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
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 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 "indexed_db/leveldb/leveldb_iterator.h", 809 "indexed_db/leveldb/leveldb_iterator.h",
810 "indexed_db/leveldb/leveldb_iterator_impl.cc", 810 "indexed_db/leveldb/leveldb_iterator_impl.cc",
811 "indexed_db/leveldb/leveldb_iterator_impl.h", 811 "indexed_db/leveldb/leveldb_iterator_impl.h",
812 "indexed_db/leveldb/leveldb_transaction.cc", 812 "indexed_db/leveldb/leveldb_transaction.cc",
813 "indexed_db/leveldb/leveldb_transaction.h", 813 "indexed_db/leveldb/leveldb_transaction.h",
814 "indexed_db/leveldb/leveldb_write_batch.cc", 814 "indexed_db/leveldb/leveldb_write_batch.cc",
815 "indexed_db/leveldb/leveldb_write_batch.h", 815 "indexed_db/leveldb/leveldb_write_batch.h",
816 "indexed_db/list_set.h", 816 "indexed_db/list_set.h",
817 "installedapp/installed_app_provider_impl_default.cc", 817 "installedapp/installed_app_provider_impl_default.cc",
818 "installedapp/installed_app_provider_impl_default.h", 818 "installedapp/installed_app_provider_impl_default.h",
819 "keyboard_lock/keyboard_lock_service_impl.cc",
820 "keyboard_lock/keyboard_lock_service_impl.h",
819 "leveldb_wrapper_impl.cc", 821 "leveldb_wrapper_impl.cc",
820 "leveldb_wrapper_impl.h", 822 "leveldb_wrapper_impl.h",
821 "loader/async_resource_handler.cc", 823 "loader/async_resource_handler.cc",
822 "loader/async_resource_handler.h", 824 "loader/async_resource_handler.h",
823 "loader/detachable_resource_handler.cc", 825 "loader/detachable_resource_handler.cc",
824 "loader/detachable_resource_handler.h", 826 "loader/detachable_resource_handler.h",
825 "loader/downloaded_temp_file_impl.cc", 827 "loader/downloaded_temp_file_impl.cc",
826 "loader/downloaded_temp_file_impl.h", 828 "loader/downloaded_temp_file_impl.h",
827 "loader/global_routing_id.h", 829 "loader/global_routing_id.h",
828 "loader/intercepting_resource_handler.cc", 830 "loader/intercepting_resource_handler.cc",
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 if (!is_component_build) { 2069 if (!is_component_build) {
2068 public_deps = [ 2070 public_deps = [
2069 ":browser", 2071 ":browser",
2070 ] 2072 ]
2071 } else { 2073 } else {
2072 public_deps = [ 2074 public_deps = [
2073 "//third_party/leveldatabase", 2075 "//third_party/leveldatabase",
2074 ] 2076 ]
2075 } 2077 }
2076 } 2078 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/browser/keyboard_lock/keyboard_lock_service_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698