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

Side by Side Diff: sandbox/linux/BUILD.gn

Issue 1969503002: Address more TOOD(GYP) in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 7 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 | « sandbox/BUILD.gn ('k') | skia/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/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 "suid/client/setuid_sandbox_host.cc", 428 "suid/client/setuid_sandbox_host.cc",
429 "suid/client/setuid_sandbox_host.h", 429 "suid/client/setuid_sandbox_host.h",
430 "suid/common/sandbox.h", 430 "suid/common/sandbox.h",
431 "suid/common/suid_unsafe_environment_variables.h", 431 "suid/common/suid_unsafe_environment_variables.h",
432 ] 432 ]
433 } 433 }
434 } 434 }
435 } 435 }
436 436
437 if (is_android) { 437 if (is_android) {
438 # TODO(GYP) Delete this after we've converted everything to GN. 438 # TODO(GYP_GONE) Delete this after we've converted everything to GN.
439 group("sandbox_linux_unittests_deps") { 439 group("sandbox_linux_unittests_deps") {
440 testonly = true 440 testonly = true
441 deps = [ 441 deps = [
442 ":sandbox_linux_unittests", 442 ":sandbox_linux_unittests",
443 ] 443 ]
444 } 444 }
445 } 445 }
OLDNEW
« no previous file with comments | « sandbox/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698