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

Unified Diff: components/components_tests.gyp

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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 990c65321918cc9e33d3cd700b9aed645d20e9c6..6fe2df0cb25fc843a27faba0e1983301ed7a9ffd 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -134,8 +134,13 @@
}],
['disable_nacl==0', {
'sources': [
+ 'nacl/browser/nacl_file_host_unittest.cc',
+ 'nacl/browser/nacl_process_host_unittest.cc',
'nacl/browser/nacl_validation_cache_unittest.cc',
+ 'nacl/browser/pnacl_host_unittest.cc',
'nacl/browser/pnacl_translation_cache_unittest.cc',
+ 'nacl/browser/test_nacl_browser_delegate.cc',
+ 'nacl/common/nacl_host_messages.h',
Mark Seaborn 2013/11/21 23:47:34 This header doesn't belong in this list. (Headers
],
'dependencies': [
'nacl.gyp:nacl_browser',

Powered by Google App Engine
This is Rietveld 408576698