summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authordbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-17 03:26:05 +0000
committerdbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-17 03:26:05 +0000
commit47a8f5799dca4876b487d92f77715fc47a1fa613 (patch)
tree2a54d5b7baef30b1aa08d65ad6b3fe600aeb49f8 /build
parent8b759f4cffdc107c148b8912138bdac38b5a0869 (diff)
downloadchromium_src-47a8f5799dca4876b487d92f77715fc47a1fa613.zip
chromium_src-47a8f5799dca4876b487d92f77715fc47a1fa613.tar.gz
chromium_src-47a8f5799dca4876b487d92f77715fc47a1fa613.tar.bz2
Revert 168359 - [NaCl SDK] Beginnings of moving more stuff from build_sdk.py to GYP.
Adds a new target to all.gyp: chromium_builder_nacl_sdk Adds a native_client_sdk gyp file: it depends on nacl_core_sdk from the native_client repo, but also builds and copies ppapi libraries to the toolchain directories. BUG=none Review URL: https://chromiumcodereview.appspot.com/11363045 TBR=binji@chromium.org Review URL: https://codereview.chromium.org/11411055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp15
1 files changed, 0 insertions, 15 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 934c6d8..d0dc21e2a 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -351,21 +351,6 @@
'../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
],
}, # target_name: chromium_builder_webrtc
- {
- 'target_name': 'chromium_builder_nacl_sdk',
- 'type': 'none',
- 'dependencies': [
- '../chrome/chrome.gyp:chrome',
- '../native_client_sdk/src/build_tools/nacl_ppapi_sdk.gyp:*',
- ],
- 'conditions': [
- ['OS=="win"', {
- 'dependencies': [
- '../chrome/chrome.gyp:chrome_nacl_win64',
- ],
- }],
- ],
- }, # target_name: chromium_builder_nacl_sdk
], # targets
}],
['OS=="mac"', {