Skip to content

Commit

Permalink
Bug 1044448 - Flatten view/{public,src}/ directories. r=roc
Browse files Browse the repository at this point in the history
--HG--
rename : view/src/Makefile.in => view/Makefile.in
rename : view/src/nsView.cpp => view/nsView.cpp
rename : view/public/nsView.h => view/nsView.h
rename : view/src/nsViewManager.cpp => view/nsViewManager.cpp
rename : view/public/nsViewManager.h => view/nsViewManager.h
  • Loading branch information
poiru committed Jul 29, 2014
1 parent db29727 commit 7e107d5
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 32 deletions.
2 changes: 1 addition & 1 deletion layout/base/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ LOCAL_INCLUDES += [
'../../content/base/src',
'../../content/html/content/src',
'../../content/svg/content/src',
'../../view/src',
'../forms',
'../generic',
'../mathml',
Expand All @@ -129,6 +128,7 @@ LOCAL_INCLUDES += [
'/docshell/base',
'/dom/base',
'/dom/xbl',
'/view',
]

FINAL_LIBRARY = 'xul'
Expand Down
2 changes: 1 addition & 1 deletion layout/build/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ LOCAL_INCLUDES += [
'/js/xpconnect/src',
'/netwerk/base/src',
'/netwerk/cookie',
'/view/src',
'/view',
]

if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('qt', 'gtk2', 'gtk3'):
Expand Down
File renamed without changes.
16 changes: 15 additions & 1 deletion view/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,19 @@
# 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/.

DIRS += ['public', 'src']
EXPORTS += [
'nsView.h',
'nsViewManager.h',
]

# nsViewManager.cpp cannot be built in unified mode because it uses PL_ARENA_CONST_ALIGN_MASK.
SOURCES += [
'nsView.cpp',
'nsViewManager.cpp',
]

FAIL_ON_WARNINGS = True

MSVC_ENABLE_PGO = True

FINAL_LIBRARY = 'xul'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions view/public/moz.build

This file was deleted.

17 changes: 0 additions & 17 deletions view/src/moz.build

This file was deleted.

2 changes: 1 addition & 1 deletion widget/xpwidgets/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ LOCAL_INCLUDES += [
'/layout/forms',
'/layout/generic',
'/layout/xul',
'/view/src',
'/view',
]

widget_dir = CONFIG['MOZ_WIDGET_TOOLKIT']
Expand Down

0 comments on commit 7e107d5

Please sign in to comment.