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

Unified Diff: SConstruct.chromiumos

Issue 6730052: Use chromeos::Process in libchromeos.a instead of g_spawn_async. (Closed) Base URL: http://git.chromium.org/git/cros.git@0.11.257.B
Patch Set: Created 9 years, 9 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_keyboard.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 ba2a1bf8d72569de1f151aeed4a5b9f0bcedc824..f45b651ab8adf5ef239d8549c4eeebd379d4cad6 100644
--- a/SConstruct.chromiumos
+++ b/SConstruct.chromiumos
@@ -118,7 +118,7 @@ SOURCES = Split('''\
''')
env = base_env.Clone()
-env.Append(LIBS=['base', 'chromeos', 'rt', 'rootdev'])
+env.Append(LIBS=['chromeos', 'base', 'rt', 'rootdev'])
# glib, dbus, and ibus environment
env.ParseConfig('%s --cflags --libs dbus-1 glib-2.0 gudev-1.0 dbus-glib-1 ibus-1.0 libpcrecpp x11' % env['ENV']['PKG_CONFIG'])
@@ -166,7 +166,7 @@ env_gtest = env_test.Clone()
env_gtest.Append(LIBS=['gtest'])
env_gtest_main = env_test.Clone()
-env_gtest_main.Append(LIBS=['gtest', 'gtest_main', 'chromeos'])
+env_gtest_main.Append(LIBS=['gtest', 'gtest_main', 'chromeos', 'base'])
env_gtest_main.ParseConfig('%s --cflags --libs libpcrecpp x11' % (
env_test['ENV']['PKG_CONFIG']))
« no previous file with comments | « no previous file | chromeos_keyboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698