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

Unified Diff: sandbox/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/BUILD.gn ('k') | sandbox/linux/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/BUILD.gn
diff --git a/sandbox/BUILD.gn b/sandbox/BUILD.gn
index 647fde7aa30ac1b1f6d3a1928a186b0b3b006d4f..15fb62092f36b877a20df11d5a5319979ba7c308 100644
--- a/sandbox/BUILD.gn
+++ b/sandbox/BUILD.gn
@@ -5,13 +5,19 @@
# Meta-target that forwards to the proper platform one.
group("sandbox") {
if (is_win) {
- deps = [ "//sandbox/win:sandbox" ]
+ deps = [
+ "//sandbox/win:sandbox",
+ ]
} else if (is_mac) {
# TODO(GYP): Make sandbox compile w/ 10.6 SDK.
if (false) {
- deps = [ "//sandbox/mac:sandbox" ]
+ deps = [
+ "//sandbox/mac:sandbox",
+ ]
}
} else if (is_linux || is_android) {
- deps = [ "//sandbox/linux:sandbox" ]
+ deps = [
+ "//sandbox/linux:sandbox",
+ ]
}
}
« no previous file with comments | « remoting/webapp/BUILD.gn ('k') | sandbox/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698