diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-01 21:31:17 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-01 21:31:17 +0000 |
commit | 64582371e4e4988d9ea5292afa95c19072f3240b (patch) | |
tree | 1e3e52d2320193d364eaaae9ac09b27c0bc1ae02 /build | |
parent | 46af73a283dfc4b4b8a5c3926a6730f18ec13867 (diff) | |
download | chromium_src-64582371e4e4988d9ea5292afa95c19072f3240b.zip chromium_src-64582371e4e4988d9ea5292afa95c19072f3240b.tar.gz chromium_src-64582371e4e4988d9ea5292afa95c19072f3240b.tar.bz2 |
Fix code style and gyp files in cast to build cast_unittest
*.gypi should not be used for dependency directly. Renaming those files
to *.gyp. Also style fixes to make compilers happy.
This change is reland of r226264.
TBR=acolwell
Review URL: https://codereview.chromium.org/25544003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226305 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 8b9f488..4323061 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -41,6 +41,7 @@ '../gpu/tools/tools.gyp:*', '../ipc/ipc.gyp:*', '../jingle/jingle.gyp:*', + '../media/cast/cast.gyp:*', '../media/media.gyp:*', '../ppapi/ppapi.gyp:*', '../ppapi/ppapi_internal.gyp:*', |