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

Unified Diff: chrome/chrome.scons

Issue 14472: Initial generation of native Visual Studio solution files... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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
« no previous file with comments | « chrome/browser/views/SConscript ('k') | chrome/chrome_sln.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.scons
===================================================================
--- chrome/chrome.scons (revision 7290)
+++ chrome/chrome.scons (working copy)
@@ -43,6 +43,8 @@
LOAD_NAMES = ['chrome'],
+ chrome_sln = 'chrome_sln.scons',
+ locales = 'app/locales/locales.scons',
browser = 'browser/browser.scons',
debugger = 'browser/debugger/debugger.scons',
common = 'common/common.scons',
@@ -78,31 +80,4 @@
image_diff = 'tools/test/image_diff/image_diff.scons',
)
-# TODO(port)
-if env.AnyBits('linux', 'mac'):
- remove_files = [
- 'installer/mini_installer/installer_unittests.scons',
- 'installer/mini_installer/mini_installer.scons',
- 'installer/setup/setup.scons',
- 'installer/util/util.scons',
- 'test/activex_test_control/activex_test_control.scons',
- 'test/automated_ui_tests/automated_ui_tests.scons',
- 'test/automation/automation.scons',
- 'test/interactive_ui/interactive_ui_tests.scons',
- 'test/memory_test/memory_test.scons',
- 'test/mini_installer_test/mini_installer_test.scons',
- 'test/page_cycler/page_cycler_tests.scons',
- 'test/plugin/plugin_tests.scons',
- 'test/reliability/reliability_tests.scons',
- 'test/security_tests/security_tests.scons',
- 'test/selenium/selenium_tests.scons',
- 'test/startup/startup_tests.scons',
- 'test/tab_switching/tab_switching_test.scons',
- 'test/ui/ui_tests.scons',
- 'tools/convert_dict/convert_dict.scons',
- 'tools/crash_service/crash_service.scons',
- 'tools/profiles/generate_profile.scons',
- ]
- sconscript_files = list(set(sconscript_files) - set(remove_files))
-
SConscript(sconscript_files, exports=['env'])
« no previous file with comments | « chrome/browser/views/SConscript ('k') | chrome/chrome_sln.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698