diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-08 14:02:52 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-08 14:02:52 +0000 |
commit | 2dc46d09ed299eb2b191eb89ec1d8eeb99681633 (patch) | |
tree | d58a4705801f51c6c26af9b1a5855d85562a5ace /ppapi/ppapi_ipc_untrusted.gyp | |
parent | 3ccdc8640af9310c8eece436974e1d15d577092a (diff) | |
download | chromium_src-2dc46d09ed299eb2b191eb89ec1d8eeb99681633.zip chromium_src-2dc46d09ed299eb2b191eb89ec1d8eeb99681633.tar.gz chromium_src-2dc46d09ed299eb2b191eb89ec1d8eeb99681633.tar.bz2 |
components: Rename components_tracing.gyp to follow the same pattern of the other gyp files.
We renamed it to tracing.gyp so it conforms with the other gyp files.
components_tracing_untrusted.gyp was renamed to tracing_untrusted.gyp as well. And left as a separate gyp file as it's built as untrusted nacl and has its own
special build requirements which may conflict with the other .gypi files.
BUG=138280
R=jbauman@chromium.org,joi@chromium.org
TBR=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12599004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_ipc_untrusted.gyp')
-rw-r--r-- | ppapi/ppapi_ipc_untrusted.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/ppapi_ipc_untrusted.gyp b/ppapi/ppapi_ipc_untrusted.gyp index 6edad93..fd55a58 100644 --- a/ppapi/ppapi_ipc_untrusted.gyp +++ b/ppapi/ppapi_ipc_untrusted.gyp @@ -38,7 +38,7 @@ '../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted', '../ipc/ipc_untrusted.gyp:ipc_untrusted', '../ppapi/ppapi_shared_untrusted.gyp:ppapi_shared_untrusted', - '../components/components_tracing_untrusted.gyp:tracing_untrusted', + '../components/tracing_untrusted.gyp:tracing_untrusted', ], }, ], |