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

Issue 10332209: Fix the path to native_theme_resources.rc (Closed)

Created:
8 years, 7 months ago by oshima
Modified:
8 years, 7 months ago
CC:
chromium-reviews, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Fix the path to native_theme_resources.rc TBR=ben@chromium.org BUG=none TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137531

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M ui/aura/aura.gyp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
oshima
8 years, 7 months ago (2012-05-16 22:04:51 UTC) #1
Ben Goodger (Google)
8 years, 7 months ago (2012-05-16 22:13:31 UTC) #2
LGTM

On Wed, May 16, 2012 at 3:04 PM, <oshima@chromium.org> wrote:

> Reviewers: Ben Goodger (Google),
>
> Description:
> Fix the path to native_theme_resources.rc
>
> TBR=ben@chromium.org
> BUG=none
> TEST=none
>
> Committed: https://src.chromium.org/**viewvc/chrome?view=rev&**
>
revision=137531<https://src.chromium.org/viewvc/chrome?view=rev&revision=137531>
>
> Please review this at
http://codereview.chromium.**org/10332209/<http://codereview.chromium.org/103...
>
> SVN Base:
svn://svn.chromium.org/chrome/**trunk/src<http://svn.chromium.org/chrome/trunk/src>
>
> Affected files:
>  M ui/aura/aura.gyp
>
>
> Index: ui/aura/aura.gyp
> diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
> index c9716f98e211a75bed8ee7084060a5**6409112ce2..**
> e53782a025fca1ebd124bfcadea77e**856032f504 100644
> --- a/ui/aura/aura.gyp
> +++ b/ui/aura/aura.gyp
> @@ -213,7 +213,7 @@
>       ],
>       'sources': [
>         'demo/demo_main.cc',
> -        '<(SHARED_INTERMEDIATE_DIR)/**ui/base/native_theme/native_**
> theme_resources.rc',
> +        '<(SHARED_INTERMEDIATE_DIR)/**ui/native_theme/native_theme_**
> resources.rc',
>         '<(SHARED_INTERMEDIATE_DIR)/**ui/ui_resources/ui_resources.**rc',
>       ],
>     },
>
>
>

Powered by Google App Engine
This is Rietveld 408576698