| OLD | NEW |
| 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 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1843 "//components/policy:generated", | 1843 "//components/policy:generated", |
| 1844 "//components/resources", | 1844 "//components/resources", |
| 1845 "//components/sync", | 1845 "//components/sync", |
| 1846 "//components/variations:test_support", | 1846 "//components/variations:test_support", |
| 1847 "//crypto:platform", | 1847 "//crypto:platform", |
| 1848 "//dbus", | 1848 "//dbus", |
| 1849 "//mojo/public/cpp/system:system", | 1849 "//mojo/public/cpp/system:system", |
| 1850 "//skia", | 1850 "//skia", |
| 1851 "//testing/gmock", | 1851 "//testing/gmock", |
| 1852 "//testing/gtest", | 1852 "//testing/gtest", |
| 1853 "//third_party/WebKit/public:blink_headers", |
| 1853 "//third_party/icu", | 1854 "//third_party/icu", |
| 1854 "//third_party/leveldatabase", | 1855 "//third_party/leveldatabase", |
| 1855 "//ui/chromeos/resources", | 1856 "//ui/chromeos/resources", |
| 1856 ] | 1857 ] |
| 1857 data = [ | 1858 data = [ |
| 1858 "//chromeos/test/data/", | 1859 "//chromeos/test/data/", |
| 1859 ] | 1860 ] |
| 1860 } | 1861 } |
| 1861 | 1862 |
| 1862 proto_library("device_policy_proto") { | 1863 proto_library("device_policy_proto") { |
| 1863 sources = [ | 1864 sources = [ |
| 1864 "policy/proto/chrome_device_policy.proto", | 1865 "policy/proto/chrome_device_policy.proto", |
| 1865 "policy/proto/install_attributes.proto", | 1866 "policy/proto/install_attributes.proto", |
| 1866 ] | 1867 ] |
| 1867 } | 1868 } |
| 1868 | 1869 |
| 1869 proto_library("attestation_proto") { | 1870 proto_library("attestation_proto") { |
| 1870 sources = [ | 1871 sources = [ |
| 1871 "attestation/attestation_key_payload.proto", | 1872 "attestation/attestation_key_payload.proto", |
| 1872 ] | 1873 ] |
| 1873 } | 1874 } |
| OLD | NEW |