Commit 5b8e82f5 authored by Jun Mukai's avatar Jun Mukai

Fix resources grit paths.

BUG=None
R=oshima@chromium.org
TBR=oshima@chromium.org
TEST=compile succeeds

Review URL: https://codereview.chromium.org/508283003

Cr-Commit-Position: refs/heads/master@{#292409}
parent b496b156
...@@ -6,6 +6,7 @@ include_rules = [ ...@@ -6,6 +6,7 @@ include_rules = [
"+athena/home/public", "+athena/home/public",
"+athena/input/public", "+athena/input/public",
"+athena/resource_manager/public", "+athena/resource_manager/public",
"+athena/resources/grit/athena_resources.h",
"+athena/screen/public", "+athena/screen/public",
"+athena/system/public", "+athena/system/public",
"+athena/task/public", "+athena/task/public",
...@@ -15,7 +16,6 @@ include_rules = [ ...@@ -15,7 +16,6 @@ include_rules = [
"+components/omnibox", "+components/omnibox",
"+components/search_engines", "+components/search_engines",
"+content/public", "+content/public",
"+grit",
"+net", "+net",
"+ui/aura", "+ui/aura",
"+ui/app_list", "+ui/app_list",
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#include "athena/activity/public/activity_factory.h" #include "athena/activity/public/activity_factory.h"
#include "athena/activity/public/activity_manager.h" #include "athena/activity/public/activity_manager.h"
#include "athena/resources/grit/athena_resources.h"
#include "athena/screen/public/screen_manager.h" #include "athena/screen/public/screen_manager.h"
#include "grit/athena_resources.h"
#include "ui/base/resource/resource_bundle.h" #include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/image/image_skia.h" #include "ui/gfx/image/image_skia.h"
......
include_rules = [ include_rules = [
"+grit", "+ash/resources/grit/ash_resources.h",
] ]
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "grit/ash_resources.h" #include "ash/resources/grit/ash_resources.h"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment