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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 75463005: Move more files from chrome/browser/nacl_host/ to components/nacl/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 0177056bc6c50612d1fec767894173f467d7044a..4852ec9b3bbac36d830549357e16a9448011d87b 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1036,9 +1036,6 @@
'browser/metrics/variations/variations_http_header_provider_unittest.cc',
'browser/metrics/variations/variations_service_unittest.cc',
'browser/metrics/variations/variations_request_scheduler_unittest.cc',
- 'browser/nacl_host/nacl_file_host_unittest.cc',
- 'browser/nacl_host/nacl_process_host_unittest.cc',
- 'browser/nacl_host/pnacl_host_unittest.cc',
'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
'browser/net/chrome_network_data_saving_metrics_unittest.cc',
'browser/net/chrome_network_delegate_unittest.cc',
@@ -2128,9 +2125,6 @@
}],
['disable_nacl==1', {
'sources!':[
- 'browser/nacl_host/nacl_file_host_unittest.cc',
- 'browser/nacl_host/nacl_process_host_unittest.cc',
- 'browser/nacl_host/pnacl_host_unittest.cc',
# TODO(yael): Move to //components/components_tests.gypi once
# nacl_defines is moved out of chrome.gyp into a common place.
'../components/nacl/loader/nacl_ipc_adapter_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698