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

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

Issue 2698083007: Port device_generic_sensor to be hosted in Device Service. (Closed)
Patch Set: Port device_generic_sensor to be hosted in Device Service. 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') | services/device/public/cpp/BUILD.gn » ('J')
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 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1588 "//media/midi", 1588 "//media/midi",
1589 "//mojo/common", 1589 "//mojo/common",
1590 "//mojo/edk/system", 1590 "//mojo/edk/system",
1591 "//mojo/public/cpp/bindings", 1591 "//mojo/public/cpp/bindings",
1592 "//mojo/public/js", 1592 "//mojo/public/js",
1593 "//net:extras", 1593 "//net:extras",
1594 "//ppapi/features", 1594 "//ppapi/features",
1595 "//printing/features", 1595 "//printing/features",
1596 "//rlz/features", 1596 "//rlz/features",
1597 "//services/data_decoder/public/cpp", 1597 "//services/data_decoder/public/cpp",
1598 "//services/device/public/cpp:device_features",
1598 "//services/identity:lib", 1599 "//services/identity:lib",
1599 "//services/preferences/public/cpp", 1600 "//services/preferences/public/cpp",
1600 "//services/preferences/public/cpp:service_main", 1601 "//services/preferences/public/cpp:service_main",
1601 "//services/preferences/public/interfaces", 1602 "//services/preferences/public/interfaces",
1602 "//services/service_manager/public/cpp", 1603 "//services/service_manager/public/cpp",
1603 "//services/shape_detection/public/interfaces", 1604 "//services/shape_detection/public/interfaces",
1604 "//skia", 1605 "//skia",
1605 "//sql", 1606 "//sql",
1606 "//storage/browser", 1607 "//storage/browser",
1607 "//storage/common", 1608 "//storage/common",
(...skipping 3011 matching lines...) Expand 10 before | Expand all | Expand 10 after
4619 "media/pepper_cdm_test_constants.cc", 4620 "media/pepper_cdm_test_constants.cc",
4620 "media/pepper_cdm_test_constants.h", 4621 "media/pepper_cdm_test_constants.h",
4621 ] 4622 ]
4622 } 4623 }
4623 } 4624 }
4624 4625
4625 service_manifest("preferences_manifest") { 4626 service_manifest("preferences_manifest") {
4626 name = "preferences" 4627 name = "preferences"
4627 source = "prefs/preferences_manifest.json" 4628 source = "prefs/preferences_manifest.json"
4628 } 4629 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | services/device/public/cpp/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698