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

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

Issue 2698083007: Port device_generic_sensor to be hosted in Device Service. (Closed)
Patch Set: code rebase Created 3 years, 8 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 | « no previous file | 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 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 "//media/midi", 1599 "//media/midi",
1600 "//mojo/common", 1600 "//mojo/common",
1601 "//mojo/edk/system", 1601 "//mojo/edk/system",
1602 "//mojo/public/cpp/bindings", 1602 "//mojo/public/cpp/bindings",
1603 "//mojo/public/js", 1603 "//mojo/public/js",
1604 "//net:extras", 1604 "//net:extras",
1605 "//ppapi/features", 1605 "//ppapi/features",
1606 "//printing/features", 1606 "//printing/features",
1607 "//rlz/features", 1607 "//rlz/features",
1608 "//services/data_decoder/public/cpp", 1608 "//services/data_decoder/public/cpp",
1609 "//services/device/public/cpp:device_features",
1609 "//services/identity:lib", 1610 "//services/identity:lib",
1610 "//services/preferences/public/cpp", 1611 "//services/preferences/public/cpp",
1611 "//services/preferences/public/cpp:service_main", 1612 "//services/preferences/public/cpp:service_main",
1612 "//services/preferences/public/cpp/tracked", 1613 "//services/preferences/public/cpp/tracked",
1613 "//services/preferences/public/interfaces", 1614 "//services/preferences/public/interfaces",
1614 "//services/preferences/tracked", 1615 "//services/preferences/tracked",
1615 "//services/service_manager/public/cpp", 1616 "//services/service_manager/public/cpp",
1616 "//services/shape_detection/public/interfaces", 1617 "//services/shape_detection/public/interfaces",
1617 "//skia", 1618 "//skia",
1618 "//sql", 1619 "//sql",
(...skipping 3060 matching lines...) Expand 10 before | Expand all | Expand 10 after
4679 "media/pepper_cdm_test_constants.cc", 4680 "media/pepper_cdm_test_constants.cc",
4680 "media/pepper_cdm_test_constants.h", 4681 "media/pepper_cdm_test_constants.h",
4681 ] 4682 ]
4682 } 4683 }
4683 } 4684 }
4684 4685
4685 service_manifest("preferences_forwarder_manifest") { 4686 service_manifest("preferences_forwarder_manifest") {
4686 name = "preferences_forwarder" 4687 name = "preferences_forwarder"
4687 source = "prefs/forwarder_manifest.json" 4688 source = "prefs/forwarder_manifest.json"
4688 } 4689 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698