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

Issue 216013003: Clean up repack.py and repack_locale.py usage. (Closed)

Created:
6 years, 9 months ago by aurimas (slooooooooow)
Modified:
6 years, 8 months ago
CC:
chromium-reviews, tfarina, jam, darin-cc_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, android-webview-reviews_chromium.org
Visibility:
Public.

Description

Clean up repack.py and repack_locale.py usage. - Creates repack_pack.gypi action - Updates all the call-sites of repack.py - Removes chrome_repack_pseudo_locales.gypi to instead use chrome_repack_locales.gypi - Remove unused repack_locales_cmd list BUG=338759 R=tfarina@chromium.org, thakis@chromium.org TBR=asargent@chromium.org, benm@chromium.org, blundell@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260279

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -159 lines) Patch
M android_webview/android_webview.gyp View 2 chunks +2 lines, -12 lines 0 comments Download
M apps/apps.gypi View 2 chunks +2 lines, -12 lines 0 comments Download
A build/repack_action.gypi View 1 chunk +23 lines, -0 lines 1 comment Download
M chrome/chrome.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_dll_bundle.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_repack_chrome_100_percent.gypi View 2 chunks +2 lines, -8 lines 0 comments Download
M chrome/chrome_repack_chrome_200_percent.gypi View 2 chunks +2 lines, -8 lines 0 comments Download
M chrome/chrome_repack_locales.gypi View 2 chunks +11 lines, -10 lines 0 comments Download
D chrome/chrome_repack_pseudo_locales.gypi View 1 chunk +0 lines, -40 lines 0 comments Download
M chrome/chrome_repack_resources.gypi View 2 chunks +2 lines, -8 lines 0 comments Download
M chrome/chrome_resources.gyp View 4 chunks +9 lines, -8 lines 0 comments Download
M components/components_tests.gyp View 1 chunk +2 lines, -10 lines 0 comments Download
M content/content_shell.gypi View 2 chunks +13 lines, -25 lines 2 comments Download
M ui/resources/ui_resources.gyp View 2 chunks +2 lines, -16 lines 1 comment Download

Messages

Total messages: 13 (0 generated)
aurimas (slooooooooow)
Hey Nico, Please take a look at this change. Thanks! Aurimas
6 years, 9 months ago (2014-03-28 01:54:50 UTC) #1
tfarina
I reviewed only ui_resources.gyp. lgtm https://chromiumcodereview.appspot.com/216013003/diff/1/ui/resources/ui_resources.gyp File ui/resources/ui_resources.gyp (right): https://chromiumcodereview.appspot.com/216013003/diff/1/ui/resources/ui_resources.gyp#newcode59 ui/resources/ui_resources.gyp:59: 'includes': [ '../../build/repack_action.gypi' ], ...
6 years, 9 months ago (2014-03-28 02:24:06 UTC) #2
Nico
neato, lgtm https://chromiumcodereview.appspot.com/216013003/diff/1/build/repack_action.gypi File build/repack_action.gypi (right): https://chromiumcodereview.appspot.com/216013003/diff/1/build/repack_action.gypi#newcode9 build/repack_action.gypi:9: # pak_output: string: the output pak file ...
6 years, 9 months ago (2014-03-28 03:08:24 UTC) #3
aurimas (slooooooooow)
The CQ bit was checked by aurimas@chromium.org
6 years, 9 months ago (2014-03-28 04:44:39 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aurimas@chromium.org/216013003/1
6 years, 9 months ago (2014-03-28 04:46:24 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 08:30:15 UTC) #6
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=136947
6 years, 9 months ago (2014-03-28 08:30:15 UTC) #7
aurimas (slooooooooow)
The CQ bit was checked by aurimas@chromium.org
6 years, 9 months ago (2014-03-28 14:46:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aurimas@chromium.org/216013003/1
6 years, 9 months ago (2014-03-28 14:48:03 UTC) #9
aurimas (slooooooooow)
Committed patchset #1 manually as r260279 (presubmit successful).
6 years, 9 months ago (2014-03-28 21:11:24 UTC) #10
blundell
//components LGTM
6 years, 8 months ago (2014-03-31 13:47:42 UTC) #11
tfarina
https://codereview.chromium.org/216013003/diff/1/content/content_shell.gypi File content/content_shell.gypi (right): https://codereview.chromium.org/216013003/diff/1/content/content_shell.gypi#newcode500 content/content_shell.gypi:500: 'pak_output': '<(PRODUCT_DIR)/content_shell.pak', this isn't inside 'variables', does that make ...
6 years, 8 months ago (2014-04-02 19:11:37 UTC) #12
blundell
6 years, 8 months ago (2014-04-03 08:43:43 UTC) #13
Message was sent while issue was closed.
https://codereview.chromium.org/216013003/diff/1/content/content_shell.gypi
File content/content_shell.gypi (right):

https://codereview.chromium.org/216013003/diff/1/content/content_shell.gypi#n...
content/content_shell.gypi:500: 'pak_output':
'<(PRODUCT_DIR)/content_shell.pak',
The conditions block is actually within a 'variables' dictionary -- in fact, the
inner 'variables' dictionary at 495 is probably unnecessary.

On 2014/04/02 19:11:38, tfarina wrote:
> this isn't inside 'variables', does that make any difference? I notice that
> pak_inputs is, but pak_output isn't. hence it might not being generating a
> pak_output variable.

Powered by Google App Engine
This is Rietveld 408576698