From 50b7313afada331600ae0a8c355888a974cc2719 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Wed, 9 Jul 2014 22:50:06 +0000 Subject: Add target_arch config variable to .isolate files. Deduplicate chrome.isolate items found in angle.isolate. Move comment about D3DCompiler_43.dll to 32bits build. If it is going to be mapped, it is only for 32 bits builds and not 64 bits builds since this DLL doesn't seem to exist in 64 bits. R=scheib@chromium.org,kbr@chromium.org BUG= Review URL: https://codereview.chromium.org/379843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282155 0039d316-1c4b-4281-b951-d872f2087c98 --- build/isolate.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'build/isolate.gypi') diff --git a/build/isolate.gypi b/build/isolate.gypi index c291916..38d7aee 100644 --- a/build/isolate.gypi +++ b/build/isolate.gypi @@ -100,6 +100,7 @@ '--config-variable', 'icu_use_data_file_flag=<(icu_use_data_file_flag)', '--config-variable', 'libpeer_target_type=<(libpeer_target_type)', '--config-variable', 'use_openssl=<(use_openssl)', + '--config-variable', 'target_arch=<(target_arch)', ], 'conditions': [ # Note: When gyp merges lists, it appends them to the old value. -- cgit v1.1