|
|
Created:
7 years, 1 month ago by lliabraa Modified:
7 years, 1 month ago CC:
chromium-reviews Base URL:
http://git.chromium.org/chromium/src.git@master Visibility:
Public. |
DescriptionInclude content/content_shell_and_tests.gyp:* for all platforms.
The content_unittests target used to be pulled in by content.gyp:*
but after a refactoring it is necessary to explicitly include it via
content/content_shell_and_tests.gyp:*
BUG=None
R=jochen@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231394
Patch Set 1 #
Total comments: 4
Patch Set 2 : include content_shell_and_tests.gyp:* in topmost section #Messages
Total messages: 15 (0 generated)
https://codereview.chromium.org/48793002/diff/1/build/all.gyp File build/all.gyp (right): https://codereview.chromium.org/48793002/diff/1/build/all.gyp#newcode75 build/all.gyp:75: '../content/content_shell_and_tests.gyp:content_unittests', why not just *
https://codereview.chromium.org/48793002/diff/1/build/all.gyp File build/all.gyp (right): https://codereview.chromium.org/48793002/diff/1/build/all.gyp#newcode75 build/all.gyp:75: '../content/content_shell_and_tests.gyp:content_unittests', Is there a reason why the top section shouldn't just have this line actually (with nothing else about content_shell_and_tests.gyp in either the iOS or !iOS sections)? It's not clear to me and Lane why the !iOS section specifies targets from content_shell_and_tests.gyp individually. On 2013/10/28 13:52:51, jochen wrote: > why not just *
https://codereview.chromium.org/48793002/diff/1/build/all.gyp File build/all.gyp (right): https://codereview.chromium.org/48793002/diff/1/build/all.gyp#newcode75 build/all.gyp:75: '../content/content_shell_and_tests.gyp:content_unittests', On 2013/10/28 13:59:57, blundell wrote: > Is there a reason why the top section shouldn't just have this line actually > (with nothing else about content_shell_and_tests.gyp in either the iOS or !iOS > sections)? It's not clear to me and Lane why the !iOS section specifies targets > from content_shell_and_tests.gyp individually. > > On 2013/10/28 13:52:51, jochen wrote: > > why not just * > Good point. We should probably add this line right next to the content.gyp:* line
https://codereview.chromium.org/48793002/diff/1/build/all.gyp File build/all.gyp (right): https://codereview.chromium.org/48793002/diff/1/build/all.gyp#newcode75 build/all.gyp:75: '../content/content_shell_and_tests.gyp:content_unittests', On 2013/10/28 14:06:16, jochen wrote: > On 2013/10/28 13:59:57, blundell wrote: > > Is there a reason why the top section shouldn't just have this line actually > > (with nothing else about content_shell_and_tests.gyp in either the iOS or !iOS > > sections)? It's not clear to me and Lane why the !iOS section specifies > targets > > from content_shell_and_tests.gyp individually. > > > > On 2013/10/28 13:52:51, jochen wrote: > > > why not just * > > > > Good point. > > We should probably add this line right next to the content.gyp:* line Done.
lgtm
You should update the CL description to better indicate the change that it's making now.
On 2013/10/28 14:15:48, blundell wrote: > You should update the CL description to better indicate the change that it's > making now. Done
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lliabraa@chromium.org/48793002/80002
Sorry for I got bad news for ya. Compile failed with a clobber build on linux_chromeos_clang. http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chro... Your code is likely broken or HEAD is junk. Please ensure your code is not broken then alert the build sheriffs. Look at the try server FAQ for more details.
On 2013/10/28 14:53:47, I haz the power (commit-bot) wrote: > Sorry for I got bad news for ya. > Compile failed with a clobber build on linux_chromeos_clang. > http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chro... > Your code is likely broken or HEAD is junk. Please ensure your > code is not broken then alert the build sheriffs. > Look at the try server FAQ for more details. oh noes... seems like some unit tests don't even compile anymore :-/ we need to fix this ASAP
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lliabraa@chromium.org/48793002/80002
Sorry for I got bad news for ya. Compile failed with a clobber build on mac. http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac&number... Your code is likely broken or HEAD is junk. Please ensure your code is not broken then alert the build sheriffs. Look at the try server FAQ for more details.
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lliabraa@chromium.org/48793002/80002
Message was sent while issue was closed.
Committed patchset #2 manually as r231394. |