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

Unified Diff: ipc/build.scons

Issue 354011: This change kills the SCons build, since we have switched completely... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: Created 11 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 | « installer/win/build.scons ('k') | main.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/build.scons
===================================================================
--- ipc/build.scons (revision 30708)
+++ ipc/build.scons (working copy)
@@ -1,33 +0,0 @@
-# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-__doc__ = """
-Master configuration for building ipc component.
-"""
-
-Import('env')
-
-inputs = [
- 'ipc_channel_proxy',
- 'ipc_logging',
- 'ipc_message',
- 'ipc_message_utils',
- 'ipc_switches',
- 'ipc_sync_channel',
- 'ipc_sync_message',
-]
-
-if env.Bit('windows'):
- inputs += [
- 'ipc_channel_win',
- ]
-
-if env.Bit('mac') or env.Bit('linux'):
- inputs += [
- 'file_descriptor_set_posix',
- 'ipc_channel_posix',
- ]
-
-input_files = env.MakeObjects(inputs, '$CHROME_SRC_DIR/ipc', 'cc')
-env.ComponentLibrary('o3d_ipc', input_files)
« no previous file with comments | « installer/win/build.scons ('k') | main.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698