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

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

Issue 2753753007: Introduce Identity Service and its initial usage (Closed)
Patch Set: Response to reviews 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
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/browser/DEPS » ('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/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 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 "//media:media_features", 1581 "//media:media_features",
1582 "//media/midi", 1582 "//media/midi",
1583 "//mojo/common", 1583 "//mojo/common",
1584 "//mojo/edk/system", 1584 "//mojo/edk/system",
1585 "//mojo/public/cpp/bindings", 1585 "//mojo/public/cpp/bindings",
1586 "//mojo/public/js", 1586 "//mojo/public/js",
1587 "//net:extras", 1587 "//net:extras",
1588 "//ppapi/features", 1588 "//ppapi/features",
1589 "//printing/features", 1589 "//printing/features",
1590 "//rlz/features", 1590 "//rlz/features",
1591 "//services/identity:lib",
1591 "//services/image_decoder/public/cpp", 1592 "//services/image_decoder/public/cpp",
1592 "//services/preferences/public/cpp", 1593 "//services/preferences/public/cpp",
1593 "//services/preferences/public/cpp:service_main", 1594 "//services/preferences/public/cpp:service_main",
1594 "//services/preferences/public/interfaces", 1595 "//services/preferences/public/interfaces",
1595 "//services/service_manager/public/cpp", 1596 "//services/service_manager/public/cpp",
1596 "//services/shape_detection/public/interfaces", 1597 "//services/shape_detection/public/interfaces",
1597 "//skia", 1598 "//skia",
1598 "//sql", 1599 "//sql",
1599 "//storage/browser", 1600 "//storage/browser",
1600 "//storage/common", 1601 "//storage/common",
(...skipping 3001 matching lines...) Expand 10 before | Expand all | Expand 10 after
4602 "media/pepper_cdm_test_constants.cc", 4603 "media/pepper_cdm_test_constants.cc",
4603 "media/pepper_cdm_test_constants.h", 4604 "media/pepper_cdm_test_constants.h",
4604 ] 4605 ]
4605 } 4606 }
4606 } 4607 }
4607 4608
4608 service_manifest("preferences_manifest") { 4609 service_manifest("preferences_manifest") {
4609 name = "preferences" 4610 name = "preferences"
4610 source = "prefs/preferences_manifest.json" 4611 source = "prefs/preferences_manifest.json"
4611 } 4612 }
OLDNEW
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698