| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index e5b783a3dd4cde672e31ff9c8a7c34b05466c656..8ca8bb34923ce99cc48032c935469701151f5f77 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -630,7 +630,6 @@ group("gn_only") {
|
| "//components/sessions:unit_tests",
|
| "//media/blink:media_blink_unittests",
|
| "//media/cast:udp_proxy",
|
| - "//native_client/src/trusted/platform_qualify:vcpuid",
|
| "//native_client/src/trusted/debug_stub:gdb_rsp_unittest",
|
| "//storage/browser:dump_file_system",
|
| "//third_party/angle:libANGLE",
|
| @@ -683,7 +682,10 @@ group("gn_only") {
|
| ]
|
|
|
| if (target_cpu == "x86" || target_cpu == "x64") {
|
| - deps += [ "//third_party/libjpeg_turbo:simd_asm" ]
|
| + deps += [
|
| + "//third_party/libjpeg_turbo:simd_asm",
|
| + "//native_client/src/trusted/platform_qualify:vcpuid",
|
| + ]
|
| }
|
| if (enable_nacl) {
|
| deps += [ "//native_client/src/trusted/service_runtime:sel_ldr" ]
|
|
|