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

Unified Diff: ash/ash_strings.gyp

Issue 2163253003: Moves ash/strings to ash/common/strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extraneous Created 4 years, 5 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/common/strings/BUILD.gn » ('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
index 2865b5c16efef3b4ba368f63375a4fa4e13a18cf..76e9399dce7647985350a0f1133daed7e261b448 100644
--- a/ash/ash_strings.gyp
+++ b/ash/ash_strings.gyp
@@ -5,11 +5,11 @@
{
'targets': [
{
- # GN version: //ash/strings
+ # GN version: //ash/common/strings
'target_name': 'ash_strings',
'type': 'none',
'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ash/strings',
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ash/common/strings',
},
'actions': [
{
@@ -24,7 +24,7 @@
},
{
# Creates a pak file containing strings for ash_unittests, etc.
- # GN version: //ash/strings:ash_test_strings
+ # GN version: //ash/common/strings:ash_test_strings
'target_name': 'ash_test_strings',
'type': 'none',
'dependencies': [
@@ -37,7 +37,7 @@
'variables': {
'pak_output': '<(PRODUCT_DIR)/ash_test_strings.pak',
'pak_inputs': [
- '<(SHARED_INTERMEDIATE_DIR)/ash/strings/ash_strings_en-US.pak',
+ '<(SHARED_INTERMEDIATE_DIR)/ash/common/strings/ash_strings_en-US.pak',
'<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.pak',
'<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak',
],
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/common/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698