Index: ppapi/native_client/native_client.gyp |
diff --git a/ppapi/native_client/native_client.gyp b/ppapi/native_client/native_client.gyp |
index 7ad7cac33a3fc75d4e0ec9d9ca96ea7a90d5492b..8a94c3abcbf8df6c8860e10c195d3362094277a0 100644 |
--- a/ppapi/native_client/native_client.gyp |
+++ b/ppapi/native_client/native_client.gyp |
@@ -20,21 +20,20 @@ |
'..', |
], |
'copies': [ |
- # TODO(bradnelson): Re-enable on nacl DEPS roll. |
- #{ |
- # 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/include/nacl', |
- # 'files': [ |
- # 'src/trusted/weak_ref/call_on_main_thread.h', |
- # 'src/shared/ppapi_proxy/ppruntime.h', |
- # ], |
- #}, |
- #{ |
- # 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_glibc/include/nacl', |
- # 'files': [ |
- # 'src/trusted/weak_ref/call_on_main_thread.h', |
- # 'src/shared/ppapi_proxy/ppruntime.h', |
- # ], |
- #}, |
+ { |
+ 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/include/nacl', |
+ 'files': [ |
+ 'src/trusted/weak_ref/call_on_main_thread.h', |
+ 'src/shared/ppapi_proxy/ppruntime.h', |
+ ], |
+ }, |
+ { |
+ 'destination': '<(SHARED_INTERMEDIATE_DIR)/tc_glibc/include/nacl', |
+ 'files': [ |
+ 'src/trusted/weak_ref/call_on_main_thread.h', |
+ 'src/shared/ppapi_proxy/ppruntime.h', |
+ ], |
+ }, |
# Here we copy linker scripts out of the Native Client repository. |
# These are source, not build artifacts. |
{ |