Skip to content

Commit

Permalink
Add dependency on kasko for the nacl target
Browse files Browse the repository at this point in the history
BUG=617013
TBR=dschuff

Review-Url: https://codereview.chromium.org/2073203002
Cr-Commit-Position: refs/heads/master@{#400521}
  • Loading branch information
ananta authored and Commit bot committed Jun 17, 2016
1 parent aada0db commit 04ed41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/chrome_exe.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
'../crypto/crypto.gyp:crypto_nacl_win64',
'../ipc/ipc.gyp:ipc_win64',
'../sandbox/sandbox.gyp:sandbox_win64',
'../third_party/kasko/kasko.gyp:kasko_features',
'../third_party/kasko/kasko.gyp:kasko',
],
'defines': [
'<@(nacl_win64_defines)',
Expand Down
2 changes: 1 addition & 1 deletion components/nacl/broker/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ if (current_cpu == "x86") {
"//components/policy",
"//content/public/common:static_switches",
"//ipc",
"//third_party/kasko:kasko_features",
"//third_party/kasko",
]
}
}

0 comments on commit 04ed41a

Please sign in to comment.