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

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

Issue 2897503002: Eliminate remaining ../ header includes (Closed)
Patch Set: Add more deps Created 3 years, 7 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("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 "//components/policy:generated", 1836 "//components/policy:generated",
1837 "//components/resources", 1837 "//components/resources",
1838 "//components/sync", 1838 "//components/sync",
1839 "//components/variations:test_support", 1839 "//components/variations:test_support",
1840 "//crypto:platform", 1840 "//crypto:platform",
1841 "//dbus", 1841 "//dbus",
1842 "//mojo/public/cpp/system:system", 1842 "//mojo/public/cpp/system:system",
1843 "//skia", 1843 "//skia",
1844 "//testing/gmock", 1844 "//testing/gmock",
1845 "//testing/gtest", 1845 "//testing/gtest",
1846 "//third_party/WebKit/public:blink_headers",
1846 "//third_party/icu", 1847 "//third_party/icu",
1847 "//third_party/leveldatabase", 1848 "//third_party/leveldatabase",
1848 "//ui/chromeos/resources", 1849 "//ui/chromeos/resources",
1849 ] 1850 ]
1850 data = [ 1851 data = [
1851 "//chromeos/test/data/", 1852 "//chromeos/test/data/",
1852 ] 1853 ]
1853 } 1854 }
1854 1855
1855 proto_library("device_policy_proto") { 1856 proto_library("device_policy_proto") {
1856 sources = [ 1857 sources = [
1857 "policy/proto/chrome_device_policy.proto", 1858 "policy/proto/chrome_device_policy.proto",
1858 "policy/proto/install_attributes.proto", 1859 "policy/proto/install_attributes.proto",
1859 ] 1860 ]
1860 } 1861 }
1861 1862
1862 proto_library("attestation_proto") { 1863 proto_library("attestation_proto") {
1863 sources = [ 1864 sources = [
1864 "attestation/attestation_key_payload.proto", 1865 "attestation/attestation_key_payload.proto",
1865 ] 1866 ]
1866 } 1867 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698