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

Unified Diff: ppapi/native_client/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/BUILD.gn
diff --git a/ppapi/native_client/BUILD.gn b/ppapi/native_client/BUILD.gn
index 45ee5acb2562ad512706520e812217911650c660..14138b3ff93d612d8c23b67c97b0811dd08e56b2 100644
--- a/ppapi/native_client/BUILD.gn
+++ b/ppapi/native_client/BUILD.gn
@@ -21,17 +21,17 @@ if (is_nacl) {
"//base",
"//components/tracing",
"//gpu/command_buffer/client",
- "//gpu/command_buffer/common",
"//gpu/command_buffer/client:gles2_implementation",
+ "//gpu/command_buffer/common",
"//gpu/ipc",
"//ipc",
"//media:shared_memory_support",
- "//native_client/src/untrusted/irt:irt_core_lib",
- "//native_client/src/shared/srpc",
+ "//native_client/src/shared/gio",
"//native_client/src/shared/platform",
+ "//native_client/src/shared/srpc",
"//native_client/src/tools/tls_edit($host_toolchain)",
+ "//native_client/src/untrusted/irt:irt_core_lib",
"//native_client/src/untrusted/nacl:imc_syscalls",
- "//native_client/src/shared/gio",
"//ppapi/native_client/src/untrusted/pnacl_irt_shim:irt",
"//ppapi/proxy",
"//ppapi/proxy:ipc",
@@ -101,15 +101,15 @@ if (is_nacl) {
group("irt") {
public_deps = [
- ":nacl_irt_debuglink(//build/toolchain/nacl:irt_${target_cpu})",
":nacl_irt_debug(//build/toolchain/nacl:irt_${target_cpu})",
+ ":nacl_irt_debuglink(//build/toolchain/nacl:irt_${target_cpu})",
]
# On 32-bit Windows, we also ship the 64-bit IRT.
if (is_win && target_cpu == "x86") {
public_deps += [
- ":nacl_irt_debuglink(//build/toolchain/nacl:irt_x64)",
":nacl_irt_debug(//build/toolchain/nacl:irt_x64)",
+ ":nacl_irt_debuglink(//build/toolchain/nacl:irt_x64)",
]
}
}
« components/BUILD.gn ('K') | « ppapi/host/BUILD.gn ('k') | remoting/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698