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

Issue 809343008: Add files for libexif GN target. (Closed)

Created:
5 years, 11 months ago by Slava Chigrin
Modified:
5 years, 3 months ago
CC:
chromium-reviews, brucedawson
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add files for libexif GN target. Committed: https://crrev.com/ea5d3521a1b31b02c1b556647e0f35a7a746f828 Cr-Commit-Position: refs/heads/master@{#311654}

Patch Set 1 #

Total comments: 4

Patch Set 2 : TODO comments added. #

Total comments: 7

Patch Set 3 : Comments updated. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -0 lines) Patch
A third_party/libexif/BUILD.gn View 1 2 1 chunk +67 lines, -0 lines 2 comments Download

Messages

Total messages: 27 (9 generated)
Slava Chigrin
https://codereview.chromium.org/809343008/diff/1/third_party/libexif/BUILD.gn File third_party/libexif/BUILD.gn (right): https://codereview.chromium.org/809343008/diff/1/third_party/libexif/BUILD.gn#newcode41 third_party/libexif/BUILD.gn:41: #TODO(GYP): Additional options for non-Windows platforms. At present I ...
5 years, 11 months ago (2015-01-14 20:08:30 UTC) #2
Lei Zhang
I don't think anyone is trying to use MSVC + /analyze + GN at the ...
5 years, 11 months ago (2015-01-14 23:17:41 UTC) #3
Slava Chigrin
Thank you for review, uploaded new version. https://codereview.chromium.org/809343008/diff/1/third_party/libexif/BUILD.gn File third_party/libexif/BUILD.gn (right): https://codereview.chromium.org/809343008/diff/1/third_party/libexif/BUILD.gn#newcode6 third_party/libexif/BUILD.gn:6: if (!is_linux ...
5 years, 11 months ago (2015-01-15 08:07:45 UTC) #5
Lei Zhang
libexif works on Linux because it got lucky. If you don't mind, just add "TODO(thestig): ...
5 years, 11 months ago (2015-01-15 08:24:11 UTC) #6
Lei Zhang
https://codereview.chromium.org/809343008/diff/40001/third_party/libexif/BUILD.gn File third_party/libexif/BUILD.gn (right): https://codereview.chromium.org/809343008/diff/40001/third_party/libexif/BUILD.gn#newcode8 third_party/libexif/BUILD.gn:8: # TODO(GYP) Add Linux support, if neccessary. ... that ...
5 years, 11 months ago (2015-01-15 08:30:27 UTC) #7
Lei Zhang
Also, do you plan on including the libexif GN file in chrome/utility/BUILD.gn? There's currently an ...
5 years, 11 months ago (2015-01-15 08:39:10 UTC) #9
Slava Chigrin
Thank you for review! Yes, I am planning to enable that soon. I have several ...
5 years, 11 months ago (2015-01-15 08:42:49 UTC) #10
Lei Zhang
lgtm https://codereview.chromium.org/809343008/diff/40001/third_party/libexif/BUILD.gn File third_party/libexif/BUILD.gn (right): https://codereview.chromium.org/809343008/diff/40001/third_party/libexif/BUILD.gn#newcode59 third_party/libexif/BUILD.gn:59: #TODO(GYP): Remove /analyze, when it will be used ...
5 years, 11 months ago (2015-01-15 08:46:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/809343008/80001
5 years, 11 months ago (2015-01-15 08:48:09 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/37940)
5 years, 11 months ago (2015-01-15 09:45:45 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/809343008/80001
5 years, 11 months ago (2015-01-15 13:17:43 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/37940)
5 years, 11 months ago (2015-01-15 13:18:05 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/809343008/80001
5 years, 11 months ago (2015-01-15 13:44:55 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:80001)
5 years, 11 months ago (2015-01-15 13:45:57 UTC) #22
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/ea5d3521a1b31b02c1b556647e0f35a7a746f828 Cr-Commit-Position: refs/heads/master@{#311654}
5 years, 11 months ago (2015-01-15 13:46:59 UTC) #23
Nico
https://codereview.chromium.org/809343008/diff/80001/third_party/libexif/BUILD.gn File third_party/libexif/BUILD.gn (right): https://codereview.chromium.org/809343008/diff/80001/third_party/libexif/BUILD.gn#newcode13 third_party/libexif/BUILD.gn:13: static_library("libexif") { doesn't this have to be a dll? ...
5 years, 3 months ago (2015-09-02 22:54:49 UTC) #25
Slava Chigrin
https://codereview.chromium.org/809343008/diff/80001/third_party/libexif/BUILD.gn File third_party/libexif/BUILD.gn (right): https://codereview.chromium.org/809343008/diff/80001/third_party/libexif/BUILD.gn#newcode13 third_party/libexif/BUILD.gn:13: static_library("libexif") { On 2015/09/02 22:54:49, Nico (vacation Thu Sep ...
5 years, 3 months ago (2015-09-03 19:28:18 UTC) #26
Nico
5 years, 3 months ago (2015-09-10 22:27:03 UTC) #27
Message was sent while issue was closed.
On 2015/09/03 19:28:18, Slava Chigrin wrote:
>
https://codereview.chromium.org/809343008/diff/80001/third_party/libexif/BUIL...
> File third_party/libexif/BUILD.gn (right):
> 
>
https://codereview.chromium.org/809343008/diff/80001/third_party/libexif/BUIL...
> third_party/libexif/BUILD.gn:13: static_library("libexif") {
> On 2015/09/02 22:54:49, Nico (vacation Thu Sep 2) wrote:
> > doesn't this have to be a dll? image_metadata_extractor.cc is trying to load
> > libexif.dll...
> 
> Yes, my bad. In GYP it defined ad "loadable_module", I will make fix soon.
Sorry
> for this mistake...

Any luck?

Powered by Google App Engine
This is Rietveld 408576698