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

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

Issue 1542213003: GN: Add assert(is_chromeos) to //chrome/browser/chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | no next file » | 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
11 assert(is_chromeos)
12
11 gypi_values = exec_script("//build/gypi_to_gn.py", 13 gypi_values = exec_script("//build/gypi_to_gn.py",
12 [ rebase_path("../../chrome_browser_chromeos.gypi") ], 14 [ rebase_path("../../chrome_browser_chromeos.gypi") ],
13 "scope", 15 "scope",
14 [ "../../chrome_browser_chromeos.gypi" ]) 16 [ "../../chrome_browser_chromeos.gypi" ])
15 17
16 source_set("chromeos") { 18 source_set("chromeos") {
17 assert(enable_extensions, "ChromeOS Chrome has to be built with extensions") 19 assert(enable_extensions, "ChromeOS Chrome has to be built with extensions")
18 20
19 configs += [ "//build/config/compiler:wexit_time_destructors" ] 21 configs += [ "//build/config/compiler:wexit_time_destructors" ]
20 22
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "policy/proto/install_attributes.proto", 198 "policy/proto/install_attributes.proto",
197 ] 199 ]
198 } 200 }
199 201
200 proto_library("attestation_proto") { 202 proto_library("attestation_proto") {
201 sources = [ 203 sources = [
202 "attestation/attestation_key_payload.proto", 204 "attestation/attestation_key_payload.proto",
203 "attestation/attestation_signed_data.proto", 205 "attestation/attestation_signed_data.proto",
204 ] 206 ]
205 } 207 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698