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

Unified Diff: components/components_tests.gyp

Issue 61763026: Move chrome/browser/nacl_host/pnacl_translation_cache.* 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 21319a22b3787b53cadf7f66abcd858d241798ca..bebc1f778022f4bb9caead94899ac67277b6833f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -131,9 +131,11 @@
['disable_nacl==0', {
'sources': [
'nacl/browser/nacl_validation_cache_unittest.cc',
+ 'nacl/browser/pnacl_translation_cache_unittest.cc',
],
'dependencies': [
'nacl.gyp:nacl_browser',
+ 'nacl_common.gyp:nacl_common',
],
}],
['OS == "android"', {
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698