Closed Bug 981427 Opened 11 years ago Closed 11 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 patch (deleted) — Splinter 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.
Status: NEW → RESOLVED
Closed: 11 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: