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

Unified Diff: chromeos/chromeos.gyp

Issue 11664005: Extending the translation from ONC to Shill. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Initial patch. Created 8 years 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: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index fbe4497bceccdecf9b21cd618a4eb89a83074877..3cbebb9220a2b946498347b14128946979c09700 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -248,6 +248,8 @@
'dbus/mock_update_engine_client.h',
'disks/mock_disk_mount_manager.cc',
'disks/mock_disk_mount_manager.h',
+ 'network/onc/onc_test_utils.cc',
+ 'network/onc/onc_test_utils.h',
],
'include_dirs': [
'..',
@@ -328,8 +330,6 @@
'network/onc/onc_certificate_importer_unittest.cc',
'network/onc/onc_merger_unittest.cc',
'network/onc/onc_normalizer_unittest.cc',
- 'network/onc/onc_test_utils.cc',
- 'network/onc/onc_test_utils.h',
'network/onc/onc_translator_unittest.cc',
'network/onc/onc_utils_unittest.cc',
'network/onc/onc_validator_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698