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

Side by Side Diff: build/SConscript.main

Issue 27008: Add linux printing module. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/SConscript » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import os 5 import os
6 import shutil 6 import shutil
7 import sys 7 import sys
8 8
9 9
10 if sys.platform == 'win32': 10 if sys.platform == 'win32':
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 COMPONENT_TEST_RUNNABLE = False, 97 COMPONENT_TEST_RUNNABLE = False,
98 98
99 BASE_DIR = '$OBJ_ROOT/base', 99 BASE_DIR = '$OBJ_ROOT/base',
100 BREAKPAD_DIR = '$OBJ_ROOT/breakpad', 100 BREAKPAD_DIR = '$OBJ_ROOT/breakpad',
101 CHROME_DIR = '$OBJ_ROOT/chrome', 101 CHROME_DIR = '$OBJ_ROOT/chrome',
102 GEARS_DIR = '$OBJ_ROOT/gears', 102 GEARS_DIR = '$OBJ_ROOT/gears',
103 GOOGLE_UPDATE_DIR = '$OBJ_ROOT/google_update', 103 GOOGLE_UPDATE_DIR = '$OBJ_ROOT/google_update',
104 GOOGLEURL_DIR = '$OBJ_ROOT/googleurl', 104 GOOGLEURL_DIR = '$OBJ_ROOT/googleurl',
105 MEDIA_DIR = '$OBJ_ROOT/media', 105 MEDIA_DIR = '$OBJ_ROOT/media',
106 NET_DIR = '$OBJ_ROOT/net', 106 NET_DIR = '$OBJ_ROOT/net',
107 PRINTING_DIR = '$OBJ_ROOT/printing',
107 RLZ_DIR = '$OBJ_ROOT/rlz', 108 RLZ_DIR = '$OBJ_ROOT/rlz',
108 SANDBOX_DIR = '$OBJ_ROOT/sandbox', 109 SANDBOX_DIR = '$OBJ_ROOT/sandbox',
109 SDCH_DIR = '$OBJ_ROOT/sdch', 110 SDCH_DIR = '$OBJ_ROOT/sdch',
110 SKIA_DIR = '$OBJ_ROOT/skia', 111 SKIA_DIR = '$OBJ_ROOT/skia',
111 TESTING_DIR = '$OBJ_ROOT/testing', 112 TESTING_DIR = '$OBJ_ROOT/testing',
112 THIRD_PARTY_DIR = '$OBJ_ROOT/third_party', 113 THIRD_PARTY_DIR = '$OBJ_ROOT/third_party',
113 TOOLS_DIR = '$OBJ_ROOT/tools', 114 TOOLS_DIR = '$OBJ_ROOT/tools',
114 V8_DIR = '$OBJ_ROOT/v8', 115 V8_DIR = '$OBJ_ROOT/v8',
115 WEBKIT_DIR = '$OBJ_ROOT/webkit', 116 WEBKIT_DIR = '$OBJ_ROOT/webkit',
116 117
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 # specified in the LOAD= argument to cut down on the build. 190 # specified in the LOAD= argument to cut down on the build.
190 sconscripts = root_env.ChromiumLoadComponentSConscripts( 191 sconscripts = root_env.ChromiumLoadComponentSConscripts(
191 base = '$BASE_DIR/base.scons', 192 base = '$BASE_DIR/base.scons',
192 breakpad = '$BREAKPAD_DIR/SConscript', 193 breakpad = '$BREAKPAD_DIR/SConscript',
193 chrome = '$CHROME_DIR/chrome.scons', 194 chrome = '$CHROME_DIR/chrome.scons',
194 gears = '$GEARS_DIR/SConscript', 195 gears = '$GEARS_DIR/SConscript',
195 google_update = '$GOOGLE_UPDATE_DIR/SConscript', 196 google_update = '$GOOGLE_UPDATE_DIR/SConscript',
196 googleurl = '$GOOGLEURL_DIR/googleurl.scons', 197 googleurl = '$GOOGLEURL_DIR/googleurl.scons',
197 media = '$MEDIA_DIR/media.scons', 198 media = '$MEDIA_DIR/media.scons',
198 net = '$NET_DIR/net.scons', 199 net = '$NET_DIR/net.scons',
200 printing = '$PRINTING_DIR/printing.scons',
199 rlz = '$RLZ_DIR/SConscript', 201 rlz = '$RLZ_DIR/SConscript',
200 sandbox = '$SANDBOX_DIR/sandbox.scons', 202 sandbox = '$SANDBOX_DIR/sandbox.scons',
201 sdch = '$SDCH_DIR/SConscript', 203 sdch = '$SDCH_DIR/SConscript',
202 skia = '$SKIA_DIR/SConscript', 204 skia = '$SKIA_DIR/SConscript',
203 testing = '$TESTING_DIR/SConscript.gtest', 205 testing = '$TESTING_DIR/SConscript.gtest',
204 third_party = [ 206 third_party = [
205 '$BSDIFF_DIR/bsdiff.scons', 207 '$BSDIFF_DIR/bsdiff.scons',
206 '$BSPATCH_DIR/bspatch.scons', 208 '$BSPATCH_DIR/bspatch.scons',
207 '$BZIP2_DIR/bzip2.scons', 209 '$BZIP2_DIR/bzip2.scons',
208 '$ICU38_DIR/icu38.scons', 210 '$ICU38_DIR/icu38.scons',
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 'all_libraries', 839 'all_libraries',
838 'all_languages', 840 'all_languages',
839 'all_programs', 841 'all_programs',
840 'all_test_programs', 842 'all_test_programs',
841 ], projects = [p], 843 ], projects = [p],
842 COMPONENT_VS_PROJECT_SCRIPT_PATH=( 844 COMPONENT_VS_PROJECT_SCRIPT_PATH=(
843 'cd $$(ProjectDir)/$VS_PROJECT_TO_MAIN_DIR && hammer.bat'), 845 'cd $$(ProjectDir)/$VS_PROJECT_TO_MAIN_DIR && hammer.bat'),
844 ) 846 )
845 847
846 # ------------------------------------------------------------------------- 848 # -------------------------------------------------------------------------
OLDNEW
« no previous file with comments | « no previous file | chrome/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698