diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-13 21:30:27 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-13 21:30:27 +0000 |
commit | dbe3e4196d95a487248aaf45378ee38ca7cb8fcc (patch) | |
tree | 0554857f7081eb5e26008dafd7ab19613b29b853 /ash/ash_resources.gypi | |
parent | 399990cdd5dd0f57be84f5bcd13ff96c5185ac43 (diff) | |
download | chromium_src-dbe3e4196d95a487248aaf45378ee38ca7cb8fcc.zip chromium_src-dbe3e4196d95a487248aaf45378ee38ca7cb8fcc.tar.gz chromium_src-dbe3e4196d95a487248aaf45378ee38ca7cb8fcc.tar.bz2 |
(reland r156610)
add ash_resources.grd and necessary changes to use images in ash/resources
BUG=146034
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=156610
Review URL: https://codereview.chromium.org/10905242
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_resources.gypi')
-rw-r--r-- | ash/ash_resources.gypi | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ash/ash_resources.gypi b/ash/ash_resources.gypi new file mode 100644 index 0000000..5c2d62a --- /dev/null +++ b/ash/ash_resources.gypi @@ -0,0 +1,29 @@ +# Copyright (c) 2012 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +{ + 'targets': [ + { + 'target_name': 'ash_resources', + 'type': 'none', + 'variables': { + 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources', + }, + 'actions': [ + { + 'action_name': 'ash_resources', + 'variables': { + 'grit_grd_file': 'resources/ash_resources.grd', + }, + 'includes': [ '../build/grit_action.gypi' ], + }, + ], + 'direct_dependent_settings': { + 'include_dirs': [ + '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources', + ], + }, + }, + ], +} |