ls -l xcodebuild/Debug/{libsqlite3,libicuuc}.a
-rw-r--r-- 1 shess eng 8632400 Jun 21 16:50 xcodebuild/Debug/libicuuc.a
-rw-r--r-- 1 shess eng 1691176 Jun 23 15:27 xcodebuild/Debug/libsqlite3.a
I don't know, it doesn't freak me out that much to put it in base/.
Philosophically, there are lots of modules dependent on base/ which
certainly don't need sqlite, though.
> 2. Move it to webkit/. Since chrome/ can depend on this, it doesn't violate
> any dependency rules, but I think it's not quite appropriate.
I think this would be weird.
> 3. Make it a top-level directory /src/sql. I don't think it's big enough (15
> files including tests) to warrant this status, though.
That said, you can easily just ignore it. It doesn't seem tons less
likely than, say, googleurl.
-scott
This gets my vote. If it feels like a standalone component, it should
probably be a standalone component. It seems like we may have more in
the future. Maybe there could be a top-level misc directory
eventually, if there are a bunch of smaller components?
-- Dirk
> 4. <your brilliant idea here>
> Option (1) is my preference, but I yield to the OWNERS. I've CCed some of
> them for their input.
> Thanks,
> Robert
> rsesek / @chromium.org
>
> --
> Chromium Developers mailing list: chromi...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-dev
>
We could even call such a directory "app/".
This gets my vote. If it feels like a standalone component, it should
probably be a standalone component. It seems like we may have more in
the future. Maybe there could be a top-level misc directory
eventually, if there are a bunch of smaller components?
-- Dirk