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

Side by Side Diff: tools/origin_trials/validate_subdomain_origin/BUILD.gn

Issue 2456053004: Validate origins when generating subdomain tokens (Closed)
Patch Set: Fix android_cronet build error Created 4 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
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 if (current_toolchain == host_toolchain) {
6 executable("validate_subdomain_origin") {
7 output_name = "validate_subdomain_origin"
8 sources = [
9 "validate_subdomain_origin.cc",
10 ]
11
12 configs += [ "//build/config/compiler:wexit_time_destructors" ]
13
14 deps = [
15 "//base",
16 "//net",
17 "//url",
18 ]
19 }
20 }
OLDNEW
« no previous file with comments | « tools/origin_trials/generate_token.py ('k') | tools/origin_trials/validate_subdomain_origin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698