Closed Bug 981427 Opened 10 years ago Closed 10 years ago

CppEclipse usability improvements for b2g

Categories

(Firefox Build System :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla30

People

(Reporter: BenWa, Unassigned)

References

Details

Attachments

(1 file)

Attached patch patchSplinter Review
+++ This bug was initially created as a clone of Bug #981411 +++

This fixes the build system, launch configuration, disables the scanner (slow and useless).
Attachment #8388227 - Flags: review?(botond)
Comment on attachment 8388227 [details] [diff] [review]
patch

Review of attachment 8388227 [details] [diff] [review]:
-----------------------------------------------------------------

::: python/mozbuild/mozbuild/backend/cpp_eclipse.py
@@ +139,5 @@
> +                launch = launch.replace('@LAUNCH_PROGRAM@', exe_path)
> +                launch = launch.replace('@LAUNCH_ARGS@', '-P -no-remote')
> +                fh.write(launch)
> +
> +        if self.environment.substs['MOZ_WIDGET_TOOLKIT'] == 'gonk':

Any reason this isn't an 'else' to the above 'if'?
Attachment #8388227 - Flags: review?(botond) → review+
Because in the future it's going to be a if desktop ... elseif fennec elseif gonk.
https://hg.mozilla.org/mozilla-central/rev/0ed9102a0b2f
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: