Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index bcbb25943a89239189e6a9c07bfa164e8b0cdd9d..b2bc5c759b8cc74ac72d4e3f40deb6929a9022b3 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -350,6 +350,21 @@ |
| '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
| ], |
| }, # target_name: chromium_builder_webrtc |
| + { |
|
noelallen1
2012/11/21 01:33:48
You should conditionally depend nacl_ppapi_sdk and
|
| + '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"', { |