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

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

Issue 1545803002: Use .rc strings in fewer places for installer util. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/extensions/BUILD.gn » ('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("//chrome/chrome_tests.gni") 7 import("//chrome/chrome_tests.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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "//build/linux:fontconfig", 43 "//build/linux:fontconfig",
44 "//chrome/browser/devtools", 44 "//chrome/browser/devtools",
45 "//chrome/browser/extensions", 45 "//chrome/browser/extensions",
46 "//chrome/browser/safe_browsing:chunk_proto", 46 "//chrome/browser/safe_browsing:chunk_proto",
47 "//chrome/browser/safe_browsing:metadata_proto", 47 "//chrome/browser/safe_browsing:metadata_proto",
48 "//chrome/common", 48 "//chrome/common",
49 "//chrome/common/extensions/api", 49 "//chrome/common/extensions/api",
50 "//chrome/common/extensions/api:api_registration", 50 "//chrome/common/extensions/api:api_registration",
51 "//chrome/common/net", 51 "//chrome/common/net",
52 "//chrome/common/safe_browsing:proto", 52 "//chrome/common/safe_browsing:proto",
53 "//chrome/installer/util", 53 "//chrome/installer/util:with_no_strings",
54 "//chromeos", 54 "//chromeos",
55 "//chromeos:cryptohome_proto", 55 "//chromeos:cryptohome_proto",
56 "//chromeos:cryptohome_signkey_proto", 56 "//chromeos:cryptohome_signkey_proto",
57 "//chromeos:power_manager_proto", 57 "//chromeos:power_manager_proto",
58 "//chromeos/ime:gencode", 58 "//chromeos/ime:gencode",
59 "//components/arc", 59 "//components/arc",
60 "//components/certificate_reporting:cert_logger_proto", 60 "//components/certificate_reporting:cert_logger_proto",
61 "//components/certificate_reporting:encrypted_cert_logger_proto", 61 "//components/certificate_reporting:encrypted_cert_logger_proto",
62 "//components/drive", 62 "//components/drive",
63 "//components/flags_ui", 63 "//components/flags_ui",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "policy/proto/install_attributes.proto", 196 "policy/proto/install_attributes.proto",
197 ] 197 ]
198 } 198 }
199 199
200 proto_library("attestation_proto") { 200 proto_library("attestation_proto") {
201 sources = [ 201 sources = [
202 "attestation/attestation_key_payload.proto", 202 "attestation/attestation_key_payload.proto",
203 "attestation/attestation_signed_data.proto", 203 "attestation/attestation_signed_data.proto",
204 ] 204 ]
205 } 205 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698