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

Unified Diff: ash/ash_strings.gyp

Issue 9307037: Reland http://codereview.chromium.org/9121050/ with fix for aura_win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separate ash_strings into its own gyp to break circular dependencies Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/launcher/app_launcher_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_strings.gyp
diff --git a/ash/ash_strings.gyp b/ash/ash_strings.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..4b09ad25101e0265367fdb8c1b67aba2771b3dc0
--- /dev/null
+++ b/ash/ash_strings.gyp
@@ -0,0 +1,32 @@
+# 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.
+
+{
+ 'variables': {
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
+ },
+
+ 'targets': [
+ {
+ 'target_name': 'ash_strings',
+ 'type': 'none',
+ 'actions': [
+ # Localizable resources.
+ {
+ 'action_name': 'ash_strings',
+ 'variables': {
+ 'grit_grd_file': 'ash_strings.grd',
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ash_strings',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)/ash_strings',
+ ],
+ },
+ },
+ ],
+}
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/launcher/app_launcher_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698