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

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

Issue 2601873002: Add a mojo bridge for PersistentPrefStore. (Closed)
Patch Set: rebase 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1560 "//media/midi", 1560 "//media/midi",
1561 "//mojo/common", 1561 "//mojo/common",
1562 "//mojo/edk/system", 1562 "//mojo/edk/system",
1563 "//mojo/public/cpp/bindings", 1563 "//mojo/public/cpp/bindings",
1564 "//mojo/public/js", 1564 "//mojo/public/js",
1565 "//net:extras", 1565 "//net:extras",
1566 "//ppapi/features", 1566 "//ppapi/features",
1567 "//printing/features", 1567 "//printing/features",
1568 "//rlz/features", 1568 "//rlz/features",
1569 "//services/image_decoder/public/cpp", 1569 "//services/image_decoder/public/cpp",
1570 "//services/preferences/public/cpp",
1570 "//services/preferences/public/interfaces/", 1571 "//services/preferences/public/interfaces/",
1571 "//services/service_manager/public/cpp", 1572 "//services/service_manager/public/cpp",
1572 "//services/shape_detection/public/interfaces", 1573 "//services/shape_detection/public/interfaces",
1573 "//skia", 1574 "//skia",
1574 "//sql", 1575 "//sql",
1575 "//storage/browser", 1576 "//storage/browser",
1576 "//storage/common", 1577 "//storage/common",
1577 "//third_party/WebKit/public:features", 1578 "//third_party/WebKit/public:features",
1578 "//third_party/WebKit/public:image_resources", 1579 "//third_party/WebKit/public:image_resources",
1579 "//third_party/WebKit/public:resources", 1580 "//third_party/WebKit/public:resources",
(...skipping 2974 matching lines...) Expand 10 before | Expand all | Expand 10 after
4554 "media/pepper_cdm_test_constants.cc", 4555 "media/pepper_cdm_test_constants.cc",
4555 "media/pepper_cdm_test_constants.h", 4556 "media/pepper_cdm_test_constants.h",
4556 ] 4557 ]
4557 } 4558 }
4558 } 4559 }
4559 4560
4560 service_manifest("preferences_manifest") { 4561 service_manifest("preferences_manifest") {
4561 name = "preferences" 4562 name = "preferences"
4562 source = "prefs/preferences_manifest.json" 4563 source = "prefs/preferences_manifest.json"
4563 } 4564 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | chrome/browser/prefs/profile_pref_store_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698