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

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

Issue 2671683002: getInstalledRelatedApps: Add browser-side Mojo service (stub). (Closed)
Patch Set: Added self to OWNERS. Created 3 years, 10 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("//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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 "indexed_db/leveldb/leveldb_env.cc", 762 "indexed_db/leveldb/leveldb_env.cc",
763 "indexed_db/leveldb/leveldb_env.h", 763 "indexed_db/leveldb/leveldb_env.h",
764 "indexed_db/leveldb/leveldb_factory.h", 764 "indexed_db/leveldb/leveldb_factory.h",
765 "indexed_db/leveldb/leveldb_iterator.h", 765 "indexed_db/leveldb/leveldb_iterator.h",
766 "indexed_db/leveldb/leveldb_iterator_impl.cc", 766 "indexed_db/leveldb/leveldb_iterator_impl.cc",
767 "indexed_db/leveldb/leveldb_iterator_impl.h", 767 "indexed_db/leveldb/leveldb_iterator_impl.h",
768 "indexed_db/leveldb/leveldb_transaction.cc", 768 "indexed_db/leveldb/leveldb_transaction.cc",
769 "indexed_db/leveldb/leveldb_transaction.h", 769 "indexed_db/leveldb/leveldb_transaction.h",
770 "indexed_db/leveldb/leveldb_write_batch.cc", 770 "indexed_db/leveldb/leveldb_write_batch.cc",
771 "indexed_db/leveldb/leveldb_write_batch.h", 771 "indexed_db/leveldb/leveldb_write_batch.h",
772 "installedapp/installed_app_provider_impl_default.cc",
773 "installedapp/installed_app_provider_impl_default.h",
772 "leveldb_wrapper_impl.cc", 774 "leveldb_wrapper_impl.cc",
773 "leveldb_wrapper_impl.h", 775 "leveldb_wrapper_impl.h",
774 "loader/async_resource_handler.cc", 776 "loader/async_resource_handler.cc",
775 "loader/async_resource_handler.h", 777 "loader/async_resource_handler.h",
776 "loader/async_revalidation_driver.cc", 778 "loader/async_revalidation_driver.cc",
777 "loader/async_revalidation_driver.h", 779 "loader/async_revalidation_driver.h",
778 "loader/async_revalidation_manager.cc", 780 "loader/async_revalidation_manager.cc",
779 "loader/async_revalidation_manager.h", 781 "loader/async_revalidation_manager.h",
780 "loader/detachable_resource_handler.cc", 782 "loader/detachable_resource_handler.cc",
781 "loader/detachable_resource_handler.h", 783 "loader/detachable_resource_handler.h",
(...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 if (!is_component_build) { 2017 if (!is_component_build) {
2016 public_deps = [ 2018 public_deps = [
2017 ":browser", 2019 ":browser",
2018 ] 2020 ]
2019 } else { 2021 } else {
2020 public_deps = [ 2022 public_deps = [
2021 "//third_party/leveldatabase", 2023 "//third_party/leveldatabase",
2022 ] 2024 ]
2023 } 2025 }
2024 } 2026 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698