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

Unified Diff: chrome/common/common.scons

Issue 19683: Create a stub chrome executable that crashes when run. (Closed)
Patch Set: rebase Created 11 years, 11 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 | « chrome/browser/browser_main_gtk.cc ('k') | chrome/common/temp_scaffolding_stubs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/common.scons
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index eedbd94ad15e4db3c46954578ed401aab595250f..93fc73fa55fa9cb1ceb600b276d53932e4748d01 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -206,6 +206,11 @@ input_files = ChromeFileList([
])
if not env.Bit('windows'):
+ # TODO(port): This is temporary so we can link.
+ input_files.Append(
+ 'temp_scaffolding_stubs.cc'
+ )
+
# TODO(port): Port these.
input_files.Remove(
'chrome_plugin_util.cc',
« no previous file with comments | « chrome/browser/browser_main_gtk.cc ('k') | chrome/common/temp_scaffolding_stubs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698