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

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

Issue 709683004: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-1-security-class
Patch Set: fix android_aosp build Created 6 years 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/sync/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//components/nacl/nacl_defines.gni") 7 import("//components/nacl/nacl_defines.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 27 matching lines...) Expand all
38 38
39 deps = [ 39 deps = [
40 # TODO(tbarzic): Cleanup this list. 40 # TODO(tbarzic): Cleanup this list.
41 "//ash", 41 "//ash",
42 "//ash:ash_with_content", 42 "//ash:ash_with_content",
43 "//breakpad:client", 43 "//breakpad:client",
44 "//components/login", 44 "//components/login",
45 "//components/session_manager/core", 45 "//components/session_manager/core",
46 "//components/user_manager", 46 "//components/user_manager",
47 "//components/wallpaper", 47 "//components/wallpaper",
48 "//components/wifi_sync",
48 "//chrome/browser/devtools", 49 "//chrome/browser/devtools",
49 "//chrome/browser/extensions", 50 "//chrome/browser/extensions",
50 "//chrome/browser/history:in_memory_url_index_cache_proto", 51 "//chrome/browser/history:in_memory_url_index_cache_proto",
51 "//chrome/browser/net:cert_logger_proto", 52 "//chrome/browser/net:cert_logger_proto",
52 "//chrome/browser/safe_browsing:chunk_proto", 53 "//chrome/browser/safe_browsing:chunk_proto",
53 "//chrome/browser/safe_browsing:metadata_proto", 54 "//chrome/browser/safe_browsing:metadata_proto",
54 "//chrome/browser/safe_browsing:report_proto", 55 "//chrome/browser/safe_browsing:report_proto",
55 "//chrome/common", 56 "//chrome/common",
56 "//chrome/common/extensions/api", 57 "//chrome/common/extensions/api",
57 "//chrome/common/extensions/api:api_registration", 58 "//chrome/common/extensions/api:api_registration",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "policy/proto/install_attributes.proto", 186 "policy/proto/install_attributes.proto",
186 ] 187 ]
187 } 188 }
188 189
189 proto_library("attestation_proto") { 190 proto_library("attestation_proto") {
190 sources = [ 191 sources = [
191 "attestation/attestation_key_payload.proto", 192 "attestation/attestation_key_payload.proto",
192 "attestation/attestation_signed_data.proto", 193 "attestation/attestation_signed_data.proto",
193 ] 194 ]
194 } 195 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sync/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698