Skip to content

Commit

Permalink
add ` around path
Browse files Browse the repository at this point in the history
  • Loading branch information
yodalee committed Dec 30, 2014
1 parent 1d0bc45 commit 5912704
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ORGANIZATION.md
Expand Up @@ -2,12 +2,12 @@

## Servo components

* components/servo : Servo main program.
* components/servo/main.rs : Servo's entry point.
* components/servo/lib.rs : libservo entry point.
* components/canvas : HTML canvas graphics operations.
* `components/servo`: Servo main program.
* `components/servo/main.rs`: Servo's entry point.
* `components/servo/lib.rs`: libservo entry point.
* `components/canvas`: HTML canvas graphics operations.
* `components/compositing`: The compositor and windowing systems.
* components/devtools : Server for remote Firefox developer tools.
* `components/devtools`: Server for remote Firefox developer tools.
* `components/gfx`: Graphics rendering, fonts, and text shaping.
* `components/layout`: The layout system.
* `components/msg`: Message structure definitions for inter-task communication.
Expand All @@ -23,17 +23,17 @@
These libraries are either internal but used by Servo or external and need
special integration:

* support/android : Android-specific infrastructure.
* support/android-rs-glue : Android apk builder.
* `support/android`: Android-specific infrastructure.
* `support/android-rs-glue`: Android apk builder.
* `support/rust-task_info`: A binding to the task_info library on OS X.
* support/time : A temporary fork of libtime required for Android.
* `support/time`: A temporary fork of libtime required for Android.

## Tests

* `tests/contenttest.rs`: Content (JavaScript) test runner.
* `tests/content Content tests.
* `tests/content`: Content tests.
* `tests/reftest.rs`: Reference (layout) test runner.
* `tests/ref Reference tests.
* `tests/ref`: Reference tests.
* `tests/html`: Manual test cases and examples.
* `tests/power`: Tests for measuring power usage.
* `tests/wpt`: Web platform tests and harness.
Expand Down

5 comments on commit 5912704

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from jdm
at yodalee@5912704

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging yodalee/servo/update-ORGANIZATION-description = 5912704 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yodalee/servo/update-ORGANIZATION-description = 5912704 merged ok, testing candidate = d98062e

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = d98062e

Please sign in to comment.