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

Issue 113147: Also scan .m and .mm files in checkdeps.py (Closed)

Created:
11 years, 7 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Also scan .m and .mm files in checkdeps.py - add necessary DEPS rules - fix skia includes in test_shell to contain full path (third_party/skia/include/core/SkBitmap.h instead of just SkBitmap.h) - remove forbidden chrome/common include from app/resource_bundle_mac.mm Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=16273

Patch Set 1 #

Total comments: 5

Patch Set 2 : support #import #

Total comments: 1

Patch Set 3 : better regex #

Patch Set 4 : fix DEPS and includes #

Total comments: 2

Patch Set 5 : updat #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -15 lines) Patch
M app/resource_bundle_mac.mm View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/DEPS View 1 chunk +6 lines, -0 lines 0 comments Download
M tools/checkdeps/checkdeps.py View 1 2 3 4 3 chunks +10 lines, -11 lines 0 comments Download
M webkit/tools/DEPS View 4 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_clipboard_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell.cc View 4 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell_mac.mm View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
Paweł Hajdan Jr.
Please review: brettw: checkdeps.py changes pinkerton: I'm not sure about .m files. Please comment from ...
11 years, 7 months ago (2009-05-08 15:07:37 UTC) #1
pink (ping after 24hrs)
Seems like we want both .m and .mm but i have no idea of the ...
11 years, 7 months ago (2009-05-08 15:28:37 UTC) #2
Mark Mentovai
LGTM. Yes, we do want this. Be careful, though: it's possible that we have existing ...
11 years, 7 months ago (2009-05-08 15:41:24 UTC) #3
TVL
http://codereview.chromium.org/113147/diff/1/2 File tools/checkdeps/checkdeps.py (right): http://codereview.chromium.org/113147/diff/1/2#newcode73 Line 73: INCLUDE_PREFIX = "#include" if you really want to ...
11 years, 7 months ago (2009-05-08 15:45:49 UTC) #4
Mark Mentovai
Sorry, the LGTM covered the concept, not the code. http://codereview.chromium.org/113147/diff/1/2 File tools/checkdeps/checkdeps.py (right): http://codereview.chromium.org/113147/diff/1/2#newcode73 Line ...
11 years, 7 months ago (2009-05-08 15:47:23 UTC) #5
TVL
http://codereview.chromium.org/113147/diff/1/2 File tools/checkdeps/checkdeps.py (right): http://codereview.chromium.org/113147/diff/1/2#newcode87 Line 87: EXTRACT_INCLUDE_FILENAME = re.compile(INCLUDE_PREFIX + ' *"(.*)"') fyi - ...
11 years, 7 months ago (2009-05-08 16:00:09 UTC) #6
Paweł Hajdan Jr.
Patch updated. Few more comments about "why?". I'm working on removing dependency on libviews on ...
11 years, 7 months ago (2009-05-08 16:49:27 UTC) #7
Mark Mentovai
http://codereview.chromium.org/113147/diff/8/9 File tools/checkdeps/checkdeps.py (right): http://codereview.chromium.org/113147/diff/8/9#newcode87 Line 87: EXTRACT_INCLUDE_FILENAME = re.compile('(?:' + '|'.join(INCLUDE_PREFIXES) + We should ...
11 years, 7 months ago (2009-05-08 20:21:16 UTC) #8
Paweł Hajdan Jr.
Updated regex. Can someone review the list of "Illegal includes" in my previous comment and ...
11 years, 7 months ago (2009-05-11 17:05:50 UTC) #9
Paweł Hajdan Jr.
ping
11 years, 7 months ago (2009-05-14 17:33:46 UTC) #10
brettw
LGTM, sorry for the delay.
11 years, 7 months ago (2009-05-14 19:17:46 UTC) #11
Paweł Hajdan Jr.
brettw: no problem, still one problem with DEPS. I'll ask pink. pink: Please comment about ...
11 years, 7 months ago (2009-05-14 19:20:17 UTC) #12
pink (ping after 24hrs)
This is Mark and Tom's territory. They have much more understanding of what's going on ...
11 years, 7 months ago (2009-05-14 19:21:45 UTC) #13
Paweł Hajdan Jr.
DEPS rules added, skia includes fixed. Please review carefully. Things I have comments about: - ...
11 years, 7 months ago (2009-05-15 11:00:49 UTC) #14
Mark Mentovai
lgtm http://codereview.chromium.org/113147/diff/16/18 File tools/checkdeps/checkdeps.py (right): http://codereview.chromium.org/113147/diff/16/18#newcode274 Line 274: if len(file_name) < 2: This <2 check ...
11 years, 7 months ago (2009-05-15 20:48:23 UTC) #15
Paweł Hajdan Jr.
11 years, 7 months ago (2009-05-18 11:43:18 UTC) #16
Done. I also removed one forbidden include from resource_bundle_mac.mm.

Filed a bug about the mac dep.

Powered by Google App Engine
This is Rietveld 408576698