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

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

Issue 2671683002: getInstalledRelatedApps: Add browser-side Mojo service (stub). (Closed)
Patch Set: Added TODO. Created 3 years, 9 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 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 "indexed_db/leveldb/leveldb_env.cc", 774 "indexed_db/leveldb/leveldb_env.cc",
775 "indexed_db/leveldb/leveldb_env.h", 775 "indexed_db/leveldb/leveldb_env.h",
776 "indexed_db/leveldb/leveldb_factory.h", 776 "indexed_db/leveldb/leveldb_factory.h",
777 "indexed_db/leveldb/leveldb_iterator.h", 777 "indexed_db/leveldb/leveldb_iterator.h",
778 "indexed_db/leveldb/leveldb_iterator_impl.cc", 778 "indexed_db/leveldb/leveldb_iterator_impl.cc",
779 "indexed_db/leveldb/leveldb_iterator_impl.h", 779 "indexed_db/leveldb/leveldb_iterator_impl.h",
780 "indexed_db/leveldb/leveldb_transaction.cc", 780 "indexed_db/leveldb/leveldb_transaction.cc",
781 "indexed_db/leveldb/leveldb_transaction.h", 781 "indexed_db/leveldb/leveldb_transaction.h",
782 "indexed_db/leveldb/leveldb_write_batch.cc", 782 "indexed_db/leveldb/leveldb_write_batch.cc",
783 "indexed_db/leveldb/leveldb_write_batch.h", 783 "indexed_db/leveldb/leveldb_write_batch.h",
784 "installedapp/installed_app_provider_impl_default.cc",
785 "installedapp/installed_app_provider_impl_default.h",
784 "leveldb_wrapper_impl.cc", 786 "leveldb_wrapper_impl.cc",
785 "leveldb_wrapper_impl.h", 787 "leveldb_wrapper_impl.h",
786 "loader/async_resource_handler.cc", 788 "loader/async_resource_handler.cc",
787 "loader/async_resource_handler.h", 789 "loader/async_resource_handler.h",
788 "loader/async_revalidation_driver.cc", 790 "loader/async_revalidation_driver.cc",
789 "loader/async_revalidation_driver.h", 791 "loader/async_revalidation_driver.h",
790 "loader/async_revalidation_manager.cc", 792 "loader/async_revalidation_manager.cc",
791 "loader/async_revalidation_manager.h", 793 "loader/async_revalidation_manager.h",
792 "loader/detachable_resource_handler.cc", 794 "loader/detachable_resource_handler.cc",
793 "loader/detachable_resource_handler.h", 795 "loader/detachable_resource_handler.h",
(...skipping 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
2031 if (!is_component_build) { 2033 if (!is_component_build) {
2032 public_deps = [ 2034 public_deps = [
2033 ":browser", 2035 ":browser",
2034 ] 2036 ]
2035 } else { 2037 } else {
2036 public_deps = [ 2038 public_deps = [
2037 "//third_party/leveldatabase", 2039 "//third_party/leveldatabase",
2038 ] 2040 ]
2039 } 2041 }
2040 } 2042 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698