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

Issue 2868068: Switched dynamic_annotations.gyp from using the DEPTH attribute to a relative directory. (Closed)

Created:
10 years, 5 months ago by Michael Williamson
Modified:
9 years, 7 months ago
Reviewers:
tony
CC:
chromium-reviews, brettw-cc_chromium.org
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Switched dynamic_annotations.gyp from using the DEPTH attribute to a relative directory. The DEPTH attribute works fine as long as you're building the base library from the chrome src directory (which the vast majority of people do). If, however, you're trying to build it as a dependency in another project (as I am for the webtest-plugin project), the DEPTH attribute does not work. The relative path builds correctly in both situations. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53809

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M base/third_party/dynamic_annotations/dynamic_annotations.gyp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Williamson
Tony, looks like you added the file; mind doing the review? Thanks, Mike
10 years, 5 months ago (2010-07-27 00:37:10 UTC) #1
tony
I see, so you have something like: myproject/myproject.gyp myproject/chromium/base/* myproject/chromium/base/third_party/dynamic_annotations It would be nicer for ...
10 years, 5 months ago (2010-07-27 16:24:01 UTC) #2
Michael Williamson
Also, I don't have commiting access. Mind pushing this for me? On Tue, Jul 27, ...
10 years, 5 months ago (2010-07-27 16:56:40 UTC) #3
Michael Williamson
Thanks for the review Tony. Originally, I actually tried to do what you suggested, but ...
10 years, 5 months ago (2010-07-27 17:05:09 UTC) #4
tony
10 years, 5 months ago (2010-07-27 18:16:04 UTC) #5
Ok, I will land this for you.

Since you're only using base and ipc, it's probably easy for you to move them
next to your main gyp file.  But anyway, since it's a small change, I'll go
ahead and land it.

Powered by Google App Engine
This is Rietveld 408576698