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

Issue 47323002: ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. (Closed)

Created:
7 years, 1 month ago by tfarina
Modified:
7 years, 1 month ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org, tfarina
Visibility:
Public.

Description

ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. This is the pattern we follow for projects under ui/, each top-level directory (app_list, aura, compositor, events) have its own gyp file for its main target (library). BUG=299841 TEST=build/gyp_chromium, ninja -C out/Debug shell_dialogs, and other targets still build. R=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231478

Patch Set 1 #

Patch Set 2 : pretty_gyp.py #

Patch Set 3 : ui_unittests.gyp #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -503 lines) Patch
M android_webview/android_webview.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/ash.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M build/all.gyp View 1 2 6 chunks +6 lines, -6 lines 2 comments Download
M build/all_android.gyp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/cc_tests.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/content_common.gypi View 1 chunk +1 line, -1 line 0 comments Download
M content/content_tests.gypi View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M printing/printing.gyp View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/app_list.gyp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ui/aura/aura.gyp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ui/keyboard/keyboard.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/message_center.gyp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
D ui/shell_dialogs.gypi View 1 chunk +0 lines, -83 lines 0 comments Download
A ui/shell_dialogs/shell_dialogs.gyp View 1 1 chunk +89 lines, -0 lines 0 comments Download
M ui/ui.gyp View 1 2 1 chunk +0 lines, -2 lines 1 comment Download
A + ui/ui_unittests.gyp View 1 2 3 chunks +8 lines, -5 lines 0 comments Download
M ui/ui_unittests.gypi View 1 2 1 chunk +0 lines, -382 lines 0 comments Download
M ui/views/views.gyp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
tfarina
Hi Ben, please, take a look. Thanks!
7 years, 1 month ago (2013-10-27 01:06:47 UTC) #1
tfarina
According to Mac, this is creating a cycle: gyp: Cycles in .gyp file dependency graph ...
7 years, 1 month ago (2013-10-27 03:53:57 UTC) #2
tfarina
Mac issue fixed (by making ui_unittests a normal gyp file rather than a gyp include ...
7 years, 1 month ago (2013-10-27 04:29:12 UTC) #3
Ben Goodger (Google)
lgtm thanks!
7 years, 1 month ago (2013-10-28 17:36:32 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/47323002/130001
7 years, 1 month ago (2013-10-28 18:08:58 UTC) #5
commit-bot: I haz the power
Change committed as 231478
7 years, 1 month ago (2013-10-29 01:32:23 UTC) #6
lliabraa
On 2013/10/29 01:32:23, I haz the power (commit-bot) wrote: > Change committed as 231478 I'm ...
7 years, 1 month ago (2013-10-30 15:36:27 UTC) #7
lliabraa
https://codereview.chromium.org/47323002/diff/130001/build/all.gyp File build/all.gyp (right): https://codereview.chromium.org/47323002/diff/130001/build/all.gyp#newcode74 build/all.gyp:74: 'dependencies': [ maybe add a dependency on ui_unittests here? ...
7 years, 1 month ago (2013-10-30 15:39:33 UTC) #8
tfarina
lliabraa, I'll only be able to do something in ~4 hours, when I get back ...
7 years, 1 month ago (2013-10-30 17:04:45 UTC) #9
tfarina
7 years, 1 month ago (2013-11-01 21:54:49 UTC) #10
Message was sent while issue was closed.
https://codereview.chromium.org/47323002/diff/130001/build/all.gyp
File build/all.gyp (right):

https://codereview.chromium.org/47323002/diff/130001/build/all.gyp#newcode28
build/all.gyp:28: '../ui/ui.gyp:*',
ahh, here is the problem :/

this was pulling all the unittest stuff, because ui_unittests.gypi was included
in ui.gyp

Powered by Google App Engine
This is Rietveld 408576698