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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 14352005: Rename pnacl_file_host to nacl_file_host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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_browser.gypi ('k') | ppapi/native_client/src/trusted/plugin/pnacl_resources.cc » ('j') | 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 afffa329573a92e63083a6e34ed2f65040834dca..f643948d4322ef1c69eb1587b6108daf1aade367 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -886,8 +886,8 @@
'browser/metrics/variations/resource_request_allowed_notifier_test_util.cc',
'browser/metrics/variations/resource_request_allowed_notifier_test_util.h',
'browser/metrics/variations/resource_request_allowed_notifier_unittest.cc',
+ 'browser/nacl_host/nacl_file_host_unittest.cc',
'browser/nacl_host/nacl_validation_cache_unittest.cc',
- 'browser/nacl_host/pnacl_file_host_unittest.cc',
'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
'browser/net/chrome_net_log_unittest.cc',
'browser/net/chrome_network_delegate_unittest.cc',
@@ -1804,8 +1804,8 @@
}],
['disable_nacl==1', {
'sources!':[
+ 'browser/nacl_host/nacl_file_host_unittest.cc',
'browser/nacl_host/nacl_validation_cache_unittest.cc',
- 'browser/nacl_host/pnacl_file_host_unittest.cc',
'nacl/nacl_ipc_adapter_unittest.cc',
'nacl/nacl_validation_query_unittest.cc',
],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ppapi/native_client/src/trusted/plugin/pnacl_resources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698