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

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

Issue 702023002: Renamed enable_printing and printing_mode in *.gyp* and .*gn* files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 13:48:51 PST 2014 Created 6 years, 1 month 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/ui/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("//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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "//components/variations", 73 "//components/variations",
74 "//content/public/browser", 74 "//content/public/browser",
75 "//content/public/common", 75 "//content/public/common",
76 "//crypto", 76 "//crypto",
77 "//dbus", 77 "//dbus",
78 "//device/bluetooth", 78 "//device/bluetooth",
79 "//device/hid", 79 "//device/hid",
80 "//media", 80 "//media",
81 "//net", 81 "//net",
82 "//ppapi:ppapi_ipc", # For PpapiMsg_LoadPlugin 82 "//ppapi:ppapi_ipc", # For PpapiMsg_LoadPlugin
83 "//printing", # TODO: care about enable_printing 83 # TODO: care about enable_basic_printing and enable_print_preview.
84 "//printing",
84 "//skia", 85 "//skia",
85 "//storage/browser", 86 "//storage/browser",
86 "//storage/common", 87 "//storage/common",
87 "//sync", 88 "//sync",
88 "//third_party/adobe/flash:flapper_version_h", 89 "//third_party/adobe/flash:flapper_version_h",
89 "//third_party/cacheinvalidation", 90 "//third_party/cacheinvalidation",
90 "//third_party/expat", 91 "//third_party/expat",
91 "//third_party/hunspell", 92 "//third_party/hunspell",
92 "//third_party/icu", 93 "//third_party/icu",
93 "//third_party/leveldatabase", 94 "//third_party/leveldatabase",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "policy/proto/install_attributes.proto", 173 "policy/proto/install_attributes.proto",
173 ] 174 ]
174 } 175 }
175 176
176 proto_library("attestation_proto") { 177 proto_library("attestation_proto") {
177 sources = [ 178 sources = [
178 "attestation/attestation_key_payload.proto", 179 "attestation/attestation_key_payload.proto",
179 "attestation/attestation_signed_data.proto", 180 "attestation/attestation_signed_data.proto",
180 ] 181 ]
181 } 182 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698