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

Unified Diff: SConstruct.chromiumos

Issue 6896001: Implement SetNetworkDeviceProperty() and ClearNetworkDeviceProperty(). (Closed) Base URL: ssh://gitrw.chromium.org:9222/cros.git@master
Patch Set: Slight tune-up of test program Created 9 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 | « no previous file | chromeos_cros_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct.chromiumos
diff --git a/SConstruct.chromiumos b/SConstruct.chromiumos
index d550094df20d7bee1e00ba53c4a32f4c1251dcb2..9708d1ccdaca59459b43ded121ca0f7753fa4d99 100644
--- a/SConstruct.chromiumos
+++ b/SConstruct.chromiumos
@@ -200,6 +200,7 @@ tests = [
env_test.Program('monitor_update_engine', ['monitor_update_engine.cc', Load]),
env_test.Program('cryptohome_drive', ['drive_cryptohome.cc', Load]),
env_test.Program('simlock_test', ['simlock_test.cc', Load]),
+ env_test.Program('network_property_test', ['network_property_test.cc', Load]),
]
test_alias = Alias('test', tests)
AlwaysBuild(test_alias)
« no previous file with comments | « no previous file | chromeos_cros_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698