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

Issue 7307: Reduce header dependencies. (Closed)

Created:
12 years, 2 months ago by Evan Martin
Modified:
9 years, 7 months ago
Reviewers:
Mike Belshe, agl
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Reduce header dependencies. Random files in V8Bindings were getting rebuilt when I touched process_util.h. I tracked it down to stats_table.h and shared_memory.h. This change cuts down some dependencies there; more could be removed if we made some of our FooHandle typedefs into abstract data types instead.

Patch Set 1 #

Patch Set 2 : retry #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -28 lines) Patch
M base/shared_memory.h View 6 chunks +9 lines, -8 lines 0 comments Download
M base/stats_table.h View 3 chunks +0 lines, -3 lines 0 comments Download
M base/stats_table.cc View 9 chunks +38 lines, -17 lines 0 comments Download
M chrome/browser/automation/automation_provider.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browser_init.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browser_main.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/web_contents.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Evan Martin
12 years, 2 months ago (2008-10-14 17:41:32 UTC) #1
Evan Martin
Ping.
12 years, 2 months ago (2008-10-17 02:39:17 UTC) #2
Mike Belshe
lgtm
12 years, 2 months ago (2008-10-17 22:08:43 UTC) #3
Evan Martin
It turns out (after using a trybot) that a bunch of files were using process_util ...
12 years, 2 months ago (2008-10-22 17:28:30 UTC) #4
Evan Martin
+agl (maybe he'll respond quicker)
12 years, 2 months ago (2008-10-22 21:04:01 UTC) #5
Mike Belshe
12 years, 2 months ago (2008-10-22 21:26:18 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698