Skip to content

Commit

Permalink
bug 915566 - rm makefiles in dom/ r=gps
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Saunders committed Sep 13, 2013
1 parent 4aff5f1 commit 516ec6f
Show file tree
Hide file tree
Showing 25 changed files with 36 additions and 105 deletions.
5 changes: 0 additions & 5 deletions dom/activities/src/Makefile.in

This file was deleted.

3 changes: 3 additions & 0 deletions dom/activities/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ LIBXUL_LIBRARY = True

LIBRARY_NAME = 'dom_activities_s'

LOCAL_INCLUDES += [
'/dom/base',
]
5 changes: 0 additions & 5 deletions dom/cellbroadcast/interfaces/Makefile.in

This file was deleted.

5 changes: 0 additions & 5 deletions dom/cellbroadcast/src/Makefile.in

This file was deleted.

5 changes: 0 additions & 5 deletions dom/file/Makefile.in

This file was deleted.

3 changes: 3 additions & 0 deletions dom/file/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ LIBXUL_LIBRARY = True

LIBRARY_NAME = 'domfile_s'

LOCAL_INCLUDES += [
'../base',
]
5 changes: 0 additions & 5 deletions dom/icc/interfaces/Makefile.in

This file was deleted.

5 changes: 0 additions & 5 deletions dom/interfaces/devicestorage/Makefile.in

This file was deleted.

5 changes: 0 additions & 5 deletions dom/messages/interfaces/Makefile.in

This file was deleted.

5 changes: 0 additions & 5 deletions dom/mobilemessage/interfaces/Makefile.in

This file was deleted.

5 changes: 0 additions & 5 deletions dom/network/interfaces/Makefile.in

This file was deleted.

8 changes: 0 additions & 8 deletions dom/promise/Makefile.in

This file was deleted.

4 changes: 4 additions & 0 deletions dom/promise/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ LIBXUL_LIBRARY = True

LIBRARY_NAME = 'dompromise_s'

LOCAL_INCLUDES += [
'../base',
'../workers',
]
9 changes: 0 additions & 9 deletions dom/src/events/Makefile.in

This file was deleted.

4 changes: 4 additions & 0 deletions dom/src/events/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ LIBXUL_LIBRARY = True

MSVC_ENABLE_PGO = True

LOCAL_INCLUDES += [
"/content/base/src",
"/dom/base",
]
8 changes: 0 additions & 8 deletions dom/src/json/Makefile.in

This file was deleted.

3 changes: 3 additions & 0 deletions dom/src/json/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LOCAL_INCLUDES += [
'/content/base/src',
]
10 changes: 0 additions & 10 deletions dom/src/jsurl/Makefile.in

This file was deleted.

4 changes: 4 additions & 0 deletions dom/src/jsurl/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LOCAL_INCLUDES += [
"/dom/base",
"/netwerk/base/src",
]
9 changes: 0 additions & 9 deletions dom/src/offline/Makefile.in

This file was deleted.

5 changes: 5 additions & 0 deletions dom/src/offline/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ FAIL_ON_WARNINGS = True

LIBXUL_LIBRARY = True

LOCAL_INCLUDES += [
"/content/base/src",
"/content/events/src",
"/dom/base",
]
5 changes: 0 additions & 5 deletions dom/voicemail/Makefile.in

This file was deleted.

3 changes: 3 additions & 0 deletions dom/voicemail/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ LIBXUL_LIBRARY = True

LIBRARY_NAME = 'domvoicemail_s'

LOCAL_INCLUDES += [
'../base',
]
11 changes: 0 additions & 11 deletions dom/workers/Makefile.in

This file was deleted.

7 changes: 7 additions & 0 deletions dom/workers/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ LIBXUL_LIBRARY = True

MSVC_ENABLE_PGO = True

LOCAL_INCLUDES += [
'../base',
'../system',
'/content/base/src',
'/content/events/src',
'/xpcom/build',
]

0 comments on commit 516ec6f

Please sign in to comment.