Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
246c2108
Commit
246c2108
authored
8 years ago
by
Joel Maher
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1345542 - add BUG_COMPONENT to parser/* files. r=hsivonen
MozReview-Commit-ID: 3ujsuyVNFlL
parent
d1d17eb8
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
parser/expat/moz.build
+3
-0
3 additions, 0 deletions
parser/expat/moz.build
parser/htmlparser/moz.build
+3
-0
3 additions, 0 deletions
parser/htmlparser/moz.build
parser/moz.build
+3
-0
3 additions, 0 deletions
parser/moz.build
parser/xml/moz.build
+3
-0
3 additions, 0 deletions
parser/xml/moz.build
with
12 additions
and
0 deletions
parser/expat/moz.build
+
3
−
0
View file @
246c2108
...
...
@@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with
Files
(
'
**
'
):
BUG_COMPONENT
=
(
'
Core
'
,
'
XML
'
)
DIRS
+=
[
'
lib
'
]
EXPORTS
+=
[
...
...
This diff is collapsed.
Click to expand it.
parser/htmlparser/moz.build
+
3
−
0
View file @
246c2108
...
...
@@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with
Files
(
'
**
'
):
BUG_COMPONENT
=
(
'
Core
'
,
'
XML
'
)
MOCHITEST_MANIFESTS
+=
[
'
tests/mochitest/mochitest.ini
'
]
BROWSER_CHROME_MANIFESTS
+=
[
'
tests/mochitest/browser.ini
'
]
...
...
This diff is collapsed.
Click to expand it.
parser/moz.build
+
3
−
0
View file @
246c2108
...
...
@@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with
Files
(
'
**
'
):
BUG_COMPONENT
=
(
'
Core
'
,
'
HTML: Parser
'
)
DIRS
+=
[
'
expat
'
,
'
xml
'
,
'
htmlparser
'
,
'
html
'
]
EXPORTS
+=
[
...
...
This diff is collapsed.
Click to expand it.
parser/xml/moz.build
+
3
−
0
View file @
246c2108
...
...
@@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with
Files
(
'
**
'
):
BUG_COMPONENT
=
(
'
Core
'
,
'
XML
'
)
TEST_DIRS
+=
[
'
test
'
]
XPIDL_SOURCES
+=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment