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

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

Issue 2458833005: Move printing defines to buildflag system. (Closed)
Patch Set: Merge Created 4 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/chrome_content_browser_client.cc ('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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//printing/features/features.gni")
8 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
9 10
10 assert(is_chromeos) 11 assert(is_chromeos)
11 12
12 source_set("chromeos") { 13 source_set("chromeos") {
13 assert(enable_extensions, "ChromeOS Chrome has to be built with extensions") 14 assert(enable_extensions, "ChromeOS Chrome has to be built with extensions")
14 15
15 configs += [ "//build/config/compiler:wexit_time_destructors" ] 16 configs += [ "//build/config/compiler:wexit_time_destructors" ]
16 17
17 public_deps = [ 18 public_deps = [
(...skipping 1610 matching lines...) Expand 10 before | Expand all | Expand 10 after
1628 "policy/proto/chrome_device_policy.proto", 1629 "policy/proto/chrome_device_policy.proto",
1629 "policy/proto/install_attributes.proto", 1630 "policy/proto/install_attributes.proto",
1630 ] 1631 ]
1631 } 1632 }
1632 1633
1633 proto_library("attestation_proto") { 1634 proto_library("attestation_proto") {
1634 sources = [ 1635 sources = [
1635 "attestation/attestation_key_payload.proto", 1636 "attestation/attestation_key_payload.proto",
1636 ] 1637 ]
1637 } 1638 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698