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

Issue 197693002: [Android] Lint build/android/gyp/. (Closed)

Created:
6 years, 9 months ago by jbudorick
Modified:
6 years, 9 months ago
Reviewers:
craigdh, cjhopman, frankf
CC:
chromium-reviews, klundberg+watch_chromium.org, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Android] Lint build/android/gyp/. BUG=168518 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258451

Patch Set 1 #

Total comments: 3

Patch Set 2 : now using extra_paths_list to avoid F0401s #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -74 lines) Patch
M build/android/PRESUBMIT.py View 1 1 chunk +5 lines, -0 lines 0 comments Download
M build/android/gyp/ant.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/gyp/apk_install.py View 1 3 chunks +2 lines, -3 lines 0 comments Download
M build/android/gyp/create_device_library_links.py View 1 3 chunks +2 lines, -4 lines 0 comments Download
M build/android/gyp/create_native_libraries_header.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M build/android/gyp/create_standalone_apk.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/gyp/dex.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/gyp/emma_instr.py View 1 3 chunks +4 lines, -4 lines 0 comments Download
M build/android/gyp/finalize_apk.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/gyp/gcc_preprocess.py View 1 3 chunks +2 lines, -3 lines 0 comments Download
M build/android/gyp/generate_v14_compatible_resources.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M build/android/gyp/get_device_configuration.py View 1 1 chunk +0 lines, -8 lines 0 comments Download
M build/android/gyp/jar.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/gyp/jar_toc.py View 1 3 chunks +2 lines, -3 lines 0 comments Download
M build/android/gyp/javac.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/gyp/lint.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/gyp/proguard.py View 1 3 chunks +2 lines, -3 lines 0 comments Download
M build/android/gyp/push_libraries.py View 1 3 chunks +2 lines, -3 lines 0 comments Download
M build/android/gyp/strip_library_for_device.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/gyp/util/build_device.py View 1 3 chunks +5 lines, -5 lines 0 comments Download
M build/android/gyp/util/build_utils.py View 5 chunks +11 lines, -9 lines 0 comments Download
M build/android/gyp/util/md5_check.py View 3 chunks +12 lines, -2 lines 0 comments Download
M build/android/gyp/util/md5_check_test.py View 1 1 chunk +4 lines, -1 line 0 comments Download
M build/android/gyp/write_ordered_libraries.py View 1 3 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
jbudorick
6 years, 9 months ago (2014-03-12 16:39:23 UTC) #1
cjhopman
It looks like pylint is assuming the wrong sys.path. When these scripts actually run, sys.path[0] ...
6 years, 9 months ago (2014-03-12 17:43:09 UTC) #2
jbudorick
I think I should be able to get sys.path set up appropriately with a pylintrc ...
6 years, 9 months ago (2014-03-12 18:24:41 UTC) #3
jbudorick
On 2014/03/12 18:24:41, jbudorick wrote: > I think I should be able to get sys.path ...
6 years, 9 months ago (2014-03-12 19:28:29 UTC) #4
cjhopman
https://codereview.chromium.org/197693002/diff/1/build/android/gyp/get_device_configuration.py File build/android/gyp/get_device_configuration.py (left): https://codereview.chromium.org/197693002/diff/1/build/android/gyp/get_device_configuration.py#oldcode23 build/android/gyp/get_device_configuration.py:23: sys.path.append(BUILD_ANDROID_DIR) On 2014/03/12 18:24:42, jbudorick wrote: > On 2014/03/12 ...
6 years, 9 months ago (2014-03-12 19:34:11 UTC) #5
cjhopman
On 2014/03/12 19:28:29, jbudorick wrote: > On 2014/03/12 18:24:41, jbudorick wrote: > > I think ...
6 years, 9 months ago (2014-03-13 23:23:28 UTC) #6
jbudorick
On 2014/03/13 23:23:28, cjhopman wrote: > On 2014/03/12 19:28:29, jbudorick wrote: > > On 2014/03/12 ...
6 years, 9 months ago (2014-03-14 00:38:15 UTC) #7
jbudorick
Now F0401-free. I'm not sure about choosing to do a separate pylint call vs. adding ...
6 years, 9 months ago (2014-03-20 00:21:53 UTC) #8
cjhopman
lgtm. This is great, thanks.
6 years, 9 months ago (2014-03-20 01:20:11 UTC) #9
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 9 months ago (2014-03-20 13:51:45 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbudorick@chromium.org/197693002/20001
6 years, 9 months ago (2014-03-20 13:51:52 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 13:53:24 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-20 13:53:25 UTC) #13
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 9 months ago (2014-03-20 15:30:55 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbudorick@chromium.org/197693002/20001
6 years, 9 months ago (2014-03-20 15:31:54 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 15:34:06 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-20 15:34:07 UTC) #17
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 9 months ago (2014-03-20 20:56:30 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbudorick@chromium.org/197693002/20001
6 years, 9 months ago (2014-03-20 20:57:17 UTC) #19
commit-bot: I haz the power
6 years, 9 months ago (2014-03-20 23:09:32 UTC) #20
Message was sent while issue was closed.
Change committed as 258451

Powered by Google App Engine
This is Rietveld 408576698