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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 307993007: ash: Convert ash_resources to a normal GYP file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 30e363552941e34207a5437a011b10491c11a2cb..64dedbf6d55124faa303a79a507acfca5eaef16d 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2123,8 +2123,8 @@
'browser/ui/app_list/search/tokenized_string_unittest.cc',
],
'dependencies': [
- '../ash/ash.gyp:ash_resources',
'../ash/ash.gyp:ash_test_support',
+ '../ash/ash_resources.gyp:ash_resources',
'../ash/ash_strings.gyp:ash_strings',
],
# We eventually want to compile both in Win Aura builds, see
@@ -2283,7 +2283,7 @@
}],
['chromeos==1', {
'dependencies': [
- '../ash/ash.gyp:ash_resources',
+ '../ash/ash_resources.gyp:ash_resources',
],
'sources!': [
'browser/extensions/api/messaging/native_message_process_host_unittest.cc',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698