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

Issue 10837179: Fix DEPS failure. (Closed)

Created:
8 years, 4 months ago by tfarina
Modified:
8 years, 4 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Fix DEPS failure. I missed one include and somehow checkdeps.py didn't complain :/ BUG=125846 TBR=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150694

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M chrome/browser/ui/DEPS View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tfarina
TBRing...
8 years, 4 months ago (2012-08-09 02:41:34 UTC) #1
Ben Goodger (Google)
8 years, 4 months ago (2012-08-09 15:43:20 UTC) #2
LGTM


On Wed, Aug 8, 2012 at 7:41 PM, <tfarina@chromium.org> wrote:

> Reviewers: Ben Goodger (Google),
>
> Message:
> TBRing...
>
> Description:
> Fix DEPS failure.
>
> I missed one include and somehow checkdeps.py didn't complain :/
>
> BUG=125846
> TBR=ben@chromium.org
>
>
> Please review this at
https://chromiumcodereview.**appspot.com/10837179/<https://chromiumcodereview...
>
> SVN Base:
svn://svn.chromium.org/chrome/**trunk/src<http://svn.chromium.org/chrome/trunk/src>
>
> Affected files:
>   M chrome/browser/ui/DEPS
>
>
> Index: chrome/browser/ui/DEPS
> diff --git a/chrome/browser/ui/DEPS b/chrome/browser/ui/DEPS
> index 8c401440cfef648c900bdb74c63bce**1f8177312a..**
> 12eb17ddbe282bff91ad2f23ef64bd**83aeccc465 100644
> --- a/chrome/browser/ui/DEPS
> +++ b/chrome/browser/ui/DEPS
> @@ -5,6 +5,7 @@ include_rules = [
>   "!chrome/browser/ui/views/ash/**chrome_shell_delegate.h",
>   "!chrome/browser/ui/views/ash/**launcher/browser_launcher_**
> item_controller.h",
>   "!chrome/browser/ui/views/ash/**launcher/chrome_launcher_**
> controller.h",
> + "!chrome/browser/ui/views/ash/**launcher/launcher_favicon_**loader.h",
>   "!chrome/browser/ui/views/ash/**panel_view_aura.h",
>   "!chrome/browser/ui/views/**find_bar_host.h",
>   "!chrome/browser/ui/views/**frame/browser_frame.h",
>
>
>

Powered by Google App Engine
This is Rietveld 408576698