Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: ppapi/ppapi_proxy_nacl.gyp

Issue 189713002: Declare dependency on blink_headers in targets that use blink headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/common/webkit_common.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_proxy_nacl.gyp
diff --git a/ppapi/ppapi_proxy_nacl.gyp b/ppapi/ppapi_proxy_nacl.gyp
index bbbab0903d9dac817bce02efea213ea51469dd31..b971c77342369702f6652d99531a54ad03c01cca 100644
--- a/ppapi/ppapi_proxy_nacl.gyp
+++ b/ppapi/ppapi_proxy_nacl.gyp
@@ -28,19 +28,20 @@
'..',
],
'dependencies': [
- '../native_client/tools.gyp:prep_toolchain',
'../base/base_nacl.gyp:base_nacl',
+ '../components/tracing_nacl.gyp:tracing_nacl',
'../gpu/command_buffer/command_buffer_nacl.gyp:gles2_utils_nacl',
'../gpu/gpu_nacl.gyp:command_buffer_client_nacl',
'../gpu/gpu_nacl.gyp:command_buffer_common_nacl',
- '../gpu/gpu_nacl.gyp:gles2_implementation_nacl',
'../gpu/gpu_nacl.gyp:gles2_cmd_helper_nacl',
+ '../gpu/gpu_nacl.gyp:gles2_implementation_nacl',
'../gpu/gpu_nacl.gyp:gpu_ipc_nacl',
'../ipc/ipc_nacl.gyp:ipc_nacl',
- '../ppapi/ppapi_shared_nacl.gyp:ppapi_shared_nacl',
+ '../native_client/tools.gyp:prep_toolchain',
'../ppapi/ppapi_ipc_nacl.gyp:ppapi_ipc_nacl',
+ '../ppapi/ppapi_shared_nacl.gyp:ppapi_shared_nacl',
+ '../third_party/WebKit/public/blink.gyp:blink_headers',
'../third_party/khronos/khronos.gyp:khronos_headers',
bbudge 2014/03/07 02:07:33 Oh, just noticed this one is out of order.
jamesr 2014/03/07 02:09:00 I don't think so - uppercase letters sort before l
bbudge 2014/03/07 02:20:22 You're right. My excuse is the shuttle is bouncing
- '../components/tracing_nacl.gyp:tracing_nacl',
],
},
],
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/common/webkit_common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698