[Midnightbsd-cvs] mports [17336] trunk/www/chromium: update to 36
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 15 22:24:34 EDT 2014
Revision: 17336
http://svnweb.midnightbsd.org/mports/?rev=17336
Author: laffer1
Date: 2014-09-15 22:24:33 -0400 (Mon, 15 Sep 2014)
Log Message:
-----------
update to 36
Modified Paths:
--------------
trunk/www/chromium/Makefile
trunk/www/chromium/distinfo
trunk/www/chromium/pkg-plist
Modified: trunk/www/chromium/Makefile
===================================================================
--- trunk/www/chromium/Makefile 2014-09-16 02:20:24 UTC (rev 17335)
+++ trunk/www/chromium/Makefile 2014-09-16 02:24:33 UTC (rev 17336)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= chromium
-PORTVERSION= 33.0.1750.152
+PORTVERSION= 36.0.1985.143
CATEGORIES= www
MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -18,7 +18,8 @@
bash:${PORTSDIR}/shells/bash \
yasm:${PORTSDIR}/devel/yasm \
flock:${PORTSDIR}/sysutils/flock \
- v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat
+ ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \
+ ${LOCALBASE}/share/usbids/usb.ids:${PORTSDIR}/misc/usbids
LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
libdbus-1.so:${PORTSDIR}/devel/dbus \
@@ -26,26 +27,45 @@
libasound.so:${PORTSDIR}/audio/alsa-lib \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libnss3.so:${PORTSDIR}/security/nss \
+ libFLAC.so:${PORTSDIR}/audio/flac \
libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
+ libharfbuzz.so:${PORTSDIR}/print/harfbuzz \
libcups.so:${PORTSDIR}/print/cups-client \
- libevent-1.4.so:${PORTSDIR}/devel/libevent \
+ libevent.so:${PORTSDIR}/devel/libevent2 \
+ libexif.so:${PORTSDIR}/graphics/libexif \
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
- libpci.so:${PORTSDIR}/devel/libpci
+ libpci.so:${PORTSDIR}/devel/libpci \
+ libdrm.so:${PORTSDIR}/graphics/libdrm \
+ libicuuc.so:${PORTSDIR}/devel/icu \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libjsoncpp.so:${PORTSDIR}/devel/jsoncpp \
+ libminizip.so:${PORTSDIR}/archivers/minizip \
+ libnspr4.so:${PORTSDIR}/devel/nspr \
+ libprotobuf.so:${PORTSDIR}/devel/protobuf \
+ libpng.so:${PORTSDIR}/graphics/png \
+ libre2.so:${PORTSDIR}/devel/re2 \
+ libsnappy.so:${PORTSDIR}/archivers/snappy \
+ libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher \
+ libspeex.so:${PORTSDIR}/audio/speex \
+ libxml2.so:${PORTSDIR}/textproc/libxml2 \
+ libwebp.so:${PORTSDIR}/graphics/webp
RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \
- ${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fonts-ttf
+ ${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fonts-ttf \
+ xdg-open:${PORTSDIR}/devel/xdg-utils
-USE_OPENSSL= yes
-USE_GCC= 4.6
-USES= bison desktop-file-utils pkgconfig \
- perl5 shebangfix ninja tar:xz
+ONLY_FOR_ARCHS= i386 amd64
+USES= bison compiler:c++11-lib cpe desktop-file-utils pkgconfig \
+ perl5 shebangfix ninja tar:xz python:2,build execinfo
+CPE_VENDOR= google
+CPE_PRODUCT= chrome
USE_PERL5= build
-USE_PYTHON_BUILD= 2
USE_XORG= scrnsaverproto x11 xproto xscrnsaver xtst
USE_GNOME= glib20 gtk20 dconf libxslt
-
+USE_OPENSSL= yes # must be from base to prevent a link failure against cups
SHEBANG_FILES= chrome/tools/build/linux/chrome-wrapper
ALL_TARGET= chrome
+INSTALLS_ICONS= yes
# See build/common.gypi for all the available variables.
GYP_DEFINES+= use_cups=1 \
@@ -75,7 +95,40 @@
os_ver=901000 \
os_bsd=1 \
prefix_dir=${LOCALBASE} \
- python_ver=${PYTHON_VER}
+ python_ver=${PYTHON_VER} \
+ use_allocator=none \
+ use_cups=1 \
+ linux_link_gsettings=1 \
+ linux_link_libpci=1 \
+ linux_link_libspeechd=1 \
+ libspeechd_h_prefix=speech-dispatcher/ \
+ usb_ids_path=${LOCALBASE}/share/usbids/usb.ids \
+ want_separate_host_toolset=0 \
+ use_system_bzip2=1 \
+ use_system_flac=1 \
+ use_system_harfbuzz=1 \
+ use_system_icu=1 \
+ use_system_jsoncpp=1 \
+ use_system_libevent=1 \
+ use_system_libexif=1 \
+ use_system_libjpeg=1 \
+ use_system_libpng=1 \
+ use_system_libusb=1 \
+ use_system_libwebp=1 \
+ use_system_libxml=1 \
+ use_system_libxslt=1 \
+ use_system_minizip=1 \
+ use_system_nspr=1 \
+ use_system_openssl=1 \
+ use_system_protobuf=1 \
+ use_system_re2=1 \
+ use_system_snappy=1 \
+ use_system_speex=1 \
+ use_system_xdg_utils=1 \
+ use_system_yasm=1 \
+ use_system_zlib=1
+# allow removal of third_party/adobe
+GYP_DEFINES+= flapper_version_h_file='${WRKSRC}/flapper_version.h'
# FreeBSD Chromium Api Key
# Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys .
@@ -108,7 +161,9 @@
GYP_DEFINES+= proprietary_codecs=0
.endif
-.if ! ${PORT_OPTIONS:MGCONF}
+.if ${PORT_OPTIONS:MGCONF}
+GYP_DEFINES+= use_gconf=1
+.else
GYP_DEFINES+= use_gconf=0
.endif
@@ -122,7 +177,12 @@
GYP_DEFINES+= disable_sse2=1
.endif
-LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+.if !exists(/usr/libdata/pkgconfig/libusb-1.0.pc)
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libusb-pc
+.endif
+.if ${OSVERSION} >= 1000052 && !exists(${LOCALBASE}/include/execinfo.h)
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-fixup-execinfo
+.endif
.if ${PORT_OPTIONS:MTEST}
.include "Makefile.tests"
@@ -132,38 +192,32 @@
DEBUG_MAKE_ENV= V=1
.if ${PORT_OPTIONS:MDEBUG}
BUILDTYPE= Debug
-GYP_DEFINES+= remove_webcore_debug_symbols=1
.else
BUILDTYPE= Release
-GYP_DEFINES+= buildtype=Official
.endif
-CONFIGURE_ENV+= CC=${CC} \
- CXX=${CXX} \
+CONFIGURE_ENV+= CC="${CC}" \
+ CXX="${CXX}" \
GYP_GENERATORS=ninja \
- GYP_DEFINES="${GYP_DEFINES}" \
- GPERF=${LOCALBASE}/bin/gperf
+ GYP_DEFINES="${GYP_DEFINES}"
MAKE_ENV+= BUILDTYPE=${BUILDTYPE} \
- GPERF=${LOCALBASE}/bin/gperf \
- PATH=/usr/local/bin:${PATH}
-FAKE_MAKEENV+= BUILDTYPE=${BUILDTYPE} \
- GPERF=${LOCALBASE}/bin/gperf
-MAKE_ARGS+= -C out/${BUILDTYPE}
+ GPERF="${LOCALBASE}/bin/gperf"
.include <bsd.port.pre.mk>
-#.if ${CHOSEN_COMPILER_TYPE} == gcc
+#XXX redefine MAKE_ARGS after bsd.port.pre.mk to avoid OPENSSL flags
+# leaking in which confuses ninja
+MAKE_ARGS= -C out/${BUILDTYPE}
+
+.if ${CHOSEN_COMPILER_TYPE} == gcc
GYP_DEFINES+= gcc_version=${CXX:S/g++//}
-#CFLAGS+= -Wno-unknown-warning
-#gcc 4.6- ?
-#CFLAGS+= -Wno-error=unknown-warning
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gcc
-#.else
-#GYP_DEFINES+= clang=1
-#CFLAGS+= -Wno-unknown-warning-option
-#EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang
-#CONFIGURE_ENV+= AR=/usr/bin/ar
-#.endif
+.else
+GYP_DEFINES+= clang=1
+CFLAGS+= -Wno-unknown-warning-option
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang
+CONFIGURE_ENV+= AR=/usr/bin/ar
+.endif
# according to portlint the below is passed via bsd.port.mk,
# but 'make -V CONFIGURE_ENV' does not show it:
@@ -178,36 +232,108 @@
.if ${PORT_OPTIONS:MDEBUG}
@${ECHO_MSG} "and lots of free diskspace (~ 8.5GB)."
.else
- @${ECHO_MSG} "and a fair amount of free diskspace (~ 2.4GB)."
+ @${ECHO_MSG} "and a fair amount of free diskspace (~ 3.7GB)."
.endif
@${ECHO_MSG}
+ @${ECHO_MSG} "Make sure you have Python build with the SEM option ON"
+ @${ECHO_MSG} "(default in python27-2.7.8 since r361735)"
post-patch:
@${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" \
- ${WRKSRC}/base/base.gypi \
- ${WRKSRC}/build/common.gypi \
${WRKSRC}/crypto/crypto.gyp \
- ${WRKSRC}/third_party/libvpx/libvpx.gyp \
- ${WRKSRC}/third_party/WebKit/Source/testing/testing.gyp \
${WRKSRC}/v8/tools/gyp/v8.gyp \
${WRKSRC}/v8/build/toolchain.gypi
@${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" \
- ${WRKSRC}/chrome/common/chrome_paths.cc
+ ${WRKSRC}/chrome/common/chrome_paths.cc \
+ ${WRKSRC}/base/base.gyp
@${REINPLACE_CMD} -e "s|/usr/bin/gcc|${CC}|" \
${WRKSRC}/third_party/WebKit/Source/build/scripts/preprocessor.pm \
${WRKSRC}/third_party/WebKit/Source/build/scripts/scripts.gypi
- @${REINPLACE_CMD} -e "s|is_linux|(is_linux or is_bsd)|" \
- ${WRKSRC}/chrome/browser/browser_resources.grd \
- ${WRKSRC}/chrome/app/theme/theme_resources.grd \
- ${WRKSRC}/chrome/browser/resources/task_manager/defines.js \
- ${WRKSRC}/tools/grit/grit/xtb_reader_unittest.py \
- ${WRKSRC}/ui/base/strings/app_locale_settings.grd \
- ${WRKSRC}/ui/base/strings/app_locale_settings_bn.xtb \
- ${WRKSRC}/ui/base/strings/app_locale_settings_ja.xtb \
- ${WRKSRC}/ui/base/strings/app_locale_settings_ko.xtb \
- ${WRKSRC}/ui/base/strings/app_locale_settings_ml.xtb \
- ${WRKSRC}/ui/base/strings/app_locale_settings_th.xtb
+ @${REINPLACE_CMD} -e "s|g++|${CXX}|" \
+ ${WRKSRC}/tools/compile_test/compile_test.py
+pre-configure:
+ # phajdan-jr: list of things *not* to remove, so maybe the script
+ # should be called "keep_bundled_libraries.py"
+ cd ${WRKSRC} && ${PYTHON_CMD} \
+ ./build/linux/unbundle/remove_bundled_libraries.py \
+ 'base/third_party/dmg_fp' \
+ 'base/third_party/dynamic_annotations' \
+ 'base/third_party/icu' \
+ 'base/third_party/nspr' \
+ 'base/third_party/superfasthash' \
+ 'base/third_party/symbolize' \
+ 'base/third_party/valgrind' \
+ 'base/third_party/xdg_mime' \
+ 'base/third_party/xdg_user_dirs' \
+ 'breakpad/src/third_party/curl' \
+ 'chrome/third_party/mozilla_security_manager' \
+ 'courgette/third_party' \
+ 'crypto/third_party/nss' \
+ 'net/third_party/mozilla_security_manager' \
+ 'net/third_party/nss' \
+ 'third_party/WebKit' \
+ 'third_party/angle' \
+ 'third_party/brotli' \
+ 'third_party/cacheinvalidation' \
+ 'third_party/cld' \
+ 'third_party/cros_system_api' \
+ 'third_party/dom_distiller_js' \
+ 'third_party/ffmpeg' \
+ 'third_party/flot' \
+ 'third_party/hunspell' \
+ 'third_party/iccjpeg' \
+ 'third_party/icu/icu.isolate' \
+ 'third_party/jinja2' \
+ 'third_party/jstemplate' \
+ 'third_party/khronos' \
+ 'third_party/leveldatabase' \
+ 'third_party/libaddressinput' \
+ 'third_party/libjingle' \
+ 'third_party/libphonenumber' \
+ 'third_party/libsrtp' \
+ 'third_party/libvpx' \
+ 'third_party/libwebm' \
+ 'third_party/libxml/chromium' \
+ 'third_party/libXNVCtrl' \
+ 'third_party/libyuv' \
+ 'third_party/lss' \
+ 'third_party/lzma_sdk' \
+ 'third_party/markupsafe' \
+ 'third_party/mesa' \
+ 'third_party/modp_b64' \
+ 'third_party/mt19937ar' \
+ 'third_party/npapi' \
+ 'third_party/opus' \
+ 'third_party/ots' \
+ 'third_party/polymer' \
+ 'third_party/ply' \
+ 'third_party/pywebsocket' \
+ 'third_party/qcms' \
+ 'third_party/readability' \
+ 'third_party/sfntly' \
+ 'third_party/skia' \
+ 'third_party/smhasher' \
+ 'third_party/sqlite' \
+ 'third_party/tcmalloc' \
+ 'third_party/tlslite' \
+ 'third_party/trace-viewer' \
+ 'third_party/undoview' \
+ 'third_party/usrsctp' \
+ 'third_party/webdriver' \
+ 'third_party/webrtc' \
+ 'third_party/widevine' \
+ 'third_party/x86inc' \
+ 'third_party/zlib/google' \
+ 'url/third_party/mozilla' \
+ 'v8/src/third_party/valgrind' \
+ --do-remove || ${FALSE}
+ cd ${WRKSRC} && ${PYTHON_CMD} \
+ ./build/linux/unbundle/replace_gyp_files.py \
+ ${GYP_DEFINES:C/^/-D/} || ${FALSE}
+ # allow removal of third_party/adobe
+ ${ECHO_CMD} > ${WRKSRC}/flapper_version.h
+
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \
./build/gyp_chromium chrome/chrome.gyp --depth .
@@ -219,21 +345,26 @@
.endfor
do-install:
- ${MKDIR} ${DATADIR}
- ${INSTALL_MAN} ${WRKSRC}/out/${BUILDTYPE}/chrome.1 ${MANPREFIX}/man/man1
- ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/product_logo_48.png ${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/out/${BUILDTYPE}/chrome-wrapper \
- ${WRKSRC}/out/${BUILDTYPE}/xdg-settings ${DATADIR}
-.for p in chrome chrome_100_percent content_resources resources
- ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${p}.pak ${DATADIR}
+ @${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_MAN} ${WRKSRC}/out/${BUILDTYPE}/chrome.1 ${STAGEDIR}${MANPREFIX}/man/man1
+.for s in 22 24 48 64 128 256
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps
+ ${INSTALL_DATA} ${WRKSRC}/chrome/app/theme/chromium/product_logo_${s}.png \
+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/chrome.png
.endfor
-.for f in chrome libffmpegsumo.so protoc
- ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/${f} ${DATADIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/chrome/tools/build/linux/chrome-wrapper \
+ ${STAGEDIR}${DATADIR}
+.for p in chrome_100_percent content_resources keyboard_resources resources
+ ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${p}.pak ${STAGEDIR}${DATADIR}
.endfor
+ ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/chrome ${STAGEDIR}${DATADIR}
+ ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/libffmpegsumo.so ${STAGEDIR}${DATADIR}
cd ${WRKSRC}/out/${BUILDTYPE} && \
- ${COPYTREE_SHARE} "locales resources" ${DATADIR}
- ${MKDIR} ${DESKTOPDIR}
- ${INSTALL_DATA} ${WRKDIR}/chromium-browser.desktop ${DESKTOPDIR}
- ${INSTALL_SCRIPT} ${WRKDIR}/chrome ${PREFIX}/bin
+ ${COPYTREE_SHARE} "locales resources" ${STAGEDIR}${DATADIR}
+ @${MKDIR} ${STAGEDIR}${DESKTOPDIR}
+ ${INSTALL_DATA} ${WRKDIR}/chromium-browser.desktop ${STAGEDIR}${DESKTOPDIR}
+ ${INSTALL_SCRIPT} ${WRKDIR}/chrome ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/mksnapshot.${ARCH:S/i386/ia32/:S/amd64/x64/} \
+ ${STAGEDIR}${DATADIR}/mksnapshot
.include <bsd.port.post.mk>
Modified: trunk/www/chromium/distinfo
===================================================================
--- trunk/www/chromium/distinfo 2014-09-16 02:20:24 UTC (rev 17335)
+++ trunk/www/chromium/distinfo 2014-09-16 02:24:33 UTC (rev 17336)
@@ -1,4 +1,4 @@
-SHA256 (chromium-33.0.1750.152.tar.xz) = 9fd462840bee3ae205b0548e8a483f7589beecdb7c6309d4d65425cbf710cc2f
-SIZE (chromium-33.0.1750.152.tar.xz) = 185396116
-SHA256 (chromium-33.0.1750.152-testdata.tar.xz) = 0367fba6100a0538769955bad02cc17d3a6919d3dd391777283fb5a2fe4f56b0
-SIZE (chromium-33.0.1750.152-testdata.tar.xz) = 112419292
+SHA256 (chromium-36.0.1985.143.tar.xz) = 0631d7442991f0b4b942477c58a9294e9e3eb21ffd3c8626e4ab663b8345c316
+SIZE (chromium-36.0.1985.143.tar.xz) = 205456928
+SHA256 (chromium-36.0.1985.143-testdata.tar.xz) = 7af27696a1d30a2acd29ffa331c956f58d82080905b73ad9259f7d6ad2784277
+SIZE (chromium-36.0.1985.143-testdata.tar.xz) = 111519392
Modified: trunk/www/chromium/pkg-plist
===================================================================
--- trunk/www/chromium/pkg-plist 2014-09-16 02:20:24 UTC (rev 17335)
+++ trunk/www/chromium/pkg-plist 2014-09-16 02:24:33 UTC (rev 17336)
@@ -3,9 +3,9 @@
share/applications/chromium-browser.desktop
%%DATADIR%%/chrome
%%DATADIR%%/chrome-wrapper
-%%DATADIR%%/chrome.pak
%%DATADIR%%/chrome_100_percent.pak
%%DATADIR%%/content_resources.pak
+%%DATADIR%%/keyboard_resources.pak
%%DATADIR%%/libffmpegsumo.so
%%DATADIR%%/locales/am.pak
%%DATADIR%%/locales/ar.pak
@@ -60,46 +60,16 @@
%%DATADIR%%/locales/vi.pak
%%DATADIR%%/locales/zh-CN.pak
%%DATADIR%%/locales/zh-TW.pak
-%%DATADIR%%/product_logo_48.png
-%%DATADIR%%/protoc
+%%DATADIR%%/mksnapshot
%%DATADIR%%/resources.pak
%%DATADIR%%/resources/extension/demo/library.js
-%%DATADIR%%/resources/inspector/accelerometer.css
-%%DATADIR%%/resources/inspector/breakpointsList.css
-%%DATADIR%%/resources/inspector/buildSystemOnly.js
-%%DATADIR%%/resources/inspector/flameChart.css
-%%DATADIR%%/resources/inspector/sidebarPane.css
-%%DATADIR%%/resources/inspector/auditsPanel.css
-%%DATADIR%%/resources/inspector/AuditsPanel.js
-%%DATADIR%%/resources/inspector/breadcrumbList.css
-%%DATADIR%%/resources/inspector/canvasProfiler.css
-%%DATADIR%%/resources/inspector/cmdevtools.css
-%%DATADIR%%/resources/inspector/codemirror.css
-%%DATADIR%%/resources/inspector/CodeMirrorTextEditor.js
-%%DATADIR%%/resources/inspector/cssNamedFlows.css
-%%DATADIR%%/resources/inspector/dataGrid.css
-%%DATADIR%%/resources/inspector/devtools.html
-%%DATADIR%%/resources/inspector/devtools_extension_api.js
-%%DATADIR%%/resources/inspector/elementsPanel.css
-%%DATADIR%%/resources/inspector/ElementsPanel.js
-%%DATADIR%%/resources/inspector/filter.css
-%%DATADIR%%/resources/inspector/filteredItemSelectionDialog.css
-%%DATADIR%%/resources/inspector/heapProfiler.css
-%%DATADIR%%/resources/inspector/HeapSnapshotWorker.js
-%%DATADIR%%/resources/inspector/helpScreen.css
-%%DATADIR%%/resources/inspector/inspector.css
-%%DATADIR%%/resources/inspector/inspector.js
%%DATADIR%%/resources/inspector/Images/addIcon.png
%%DATADIR%%/resources/inspector/Images/applicationCache.png
%%DATADIR%%/resources/inspector/Images/back.png
-%%DATADIR%%/resources/inspector/Images/breakpointBorder.png
-%%DATADIR%%/resources/inspector/Images/breakpointConditionalBorder.png
-%%DATADIR%%/resources/inspector/Images/breakpointConditionalCounterBorder.png
-%%DATADIR%%/resources/inspector/Images/breakpointCounterBorder.png
-%%DATADIR%%/resources/inspector/Images/breakpoint2.png
-%%DATADIR%%/resources/inspector/Images/breakpoint2_2x.png
-%%DATADIR%%/resources/inspector/Images/breakpointConditional2.png
-%%DATADIR%%/resources/inspector/Images/breakpointConditional2_2x.png
+%%DATADIR%%/resources/inspector/Images/breakpoint.png
+%%DATADIR%%/resources/inspector/Images/breakpointConditional.png
+%%DATADIR%%/resources/inspector/Images/breakpointConditional_2x.png
+%%DATADIR%%/resources/inspector/Images/breakpoint_2x.png
%%DATADIR%%/resources/inspector/Images/checker.png
%%DATADIR%%/resources/inspector/Images/cookie.png
%%DATADIR%%/resources/inspector/Images/database.png
@@ -109,10 +79,6 @@
%%DATADIR%%/resources/inspector/Images/fileSystem.png
%%DATADIR%%/resources/inspector/Images/forward.png
%%DATADIR%%/resources/inspector/Images/frame.png
-%%DATADIR%%/resources/inspector/Images/glossyHeader.png
-%%DATADIR%%/resources/inspector/Images/glossyHeaderPressed.png
-%%DATADIR%%/resources/inspector/Images/glossyHeaderSelected.png
-%%DATADIR%%/resources/inspector/Images/glossyHeaderSelectedPressed.png
%%DATADIR%%/resources/inspector/Images/graphLabelCalloutLeft.png
%%DATADIR%%/resources/inspector/Images/graphLabelCalloutRight.png
%%DATADIR%%/resources/inspector/Images/indexedDB.png
@@ -119,7 +85,6 @@
%%DATADIR%%/resources/inspector/Images/indexedDBIndex.png
%%DATADIR%%/resources/inspector/Images/indexedDBObjectStore.png
%%DATADIR%%/resources/inspector/Images/localStorage.png
-%%DATADIR%%/resources/inspector/Images/namedFlowOverflow.png
%%DATADIR%%/resources/inspector/Images/navigationControls.png
%%DATADIR%%/resources/inspector/Images/navigationControls_2x.png
%%DATADIR%%/resources/inspector/Images/paneAddButtons.png
@@ -132,11 +97,7 @@
%%DATADIR%%/resources/inspector/Images/profileGroupIcon.png
%%DATADIR%%/resources/inspector/Images/profileIcon.png
%%DATADIR%%/resources/inspector/Images/profileSmallIcon.png
-%%DATADIR%%/resources/inspector/Images/programCounterBorder.png
%%DATADIR%%/resources/inspector/Images/radioDot.png
-%%DATADIR%%/resources/inspector/Images/regionEmpty.png
-%%DATADIR%%/resources/inspector/Images/regionFit.png
-%%DATADIR%%/resources/inspector/Images/regionOverset.png
%%DATADIR%%/resources/inspector/Images/resourceCSSIcon.png
%%DATADIR%%/resources/inspector/Images/resourceDocumentIcon.png
%%DATADIR%%/resources/inspector/Images/resourceDocumentIconSmall.png
@@ -149,13 +110,8 @@
%%DATADIR%%/resources/inspector/Images/sessionStorage.png
%%DATADIR%%/resources/inspector/Images/settingsListRemove.png
%%DATADIR%%/resources/inspector/Images/settingsListRemove_2x.png
-%%DATADIR%%/resources/inspector/Images/spinner.gif
-%%DATADIR%%/resources/inspector/Images/spinnerActive.gif
-%%DATADIR%%/resources/inspector/Images/spinnerActiveSelected.gif
-%%DATADIR%%/resources/inspector/Images/spinnerInactive.gif
-%%DATADIR%%/resources/inspector/Images/spinnerInactiveSelected.gif
%%DATADIR%%/resources/inspector/Images/statusbarButtonGlyphs.png
-%%DATADIR%%/resources/inspector/Images/statusbarButtonGlyphs2x.png
+%%DATADIR%%/resources/inspector/Images/statusbarButtonGlyphs_2x.png
%%DATADIR%%/resources/inspector/Images/statusbarResizerHorizontal.png
%%DATADIR%%/resources/inspector/Images/statusbarResizerVertical.png
%%DATADIR%%/resources/inspector/Images/thumbActiveHoriz.png
@@ -164,54 +120,91 @@
%%DATADIR%%/resources/inspector/Images/thumbHoverHoriz.png
%%DATADIR%%/resources/inspector/Images/thumbHoverVert.png
%%DATADIR%%/resources/inspector/Images/thumbVert.png
-%%DATADIR%%/resources/inspector/Images/timelineHollowPillBlue.png
-%%DATADIR%%/resources/inspector/Images/timelineHollowPillGray.png
-%%DATADIR%%/resources/inspector/Images/timelineHollowPillGreen.png
-%%DATADIR%%/resources/inspector/Images/timelineHollowPillOrange.png
-%%DATADIR%%/resources/inspector/Images/timelineHollowPillPurple.png
-%%DATADIR%%/resources/inspector/Images/timelineHollowPillRed.png
-%%DATADIR%%/resources/inspector/Images/timelineHollowPillYellow.png
-%%DATADIR%%/resources/inspector/Images/timelinePillBlue.png
-%%DATADIR%%/resources/inspector/Images/timelinePillGray.png
-%%DATADIR%%/resources/inspector/Images/timelinePillGreen.png
-%%DATADIR%%/resources/inspector/Images/timelinePillOrange.png
-%%DATADIR%%/resources/inspector/Images/timelinePillPurple.png
-%%DATADIR%%/resources/inspector/Images/timelinePillRed.png
-%%DATADIR%%/resources/inspector/Images/timelinePillYellow.png
%%DATADIR%%/resources/inspector/Images/toolbarItemSelected.png
%%DATADIR%%/resources/inspector/Images/trackHoriz.png
%%DATADIR%%/resources/inspector/Images/trackVert.png
+%%DATADIR%%/resources/inspector/Main.js
+%%DATADIR%%/resources/inspector/accelerometer.css
+%%DATADIR%%/resources/inspector/audits/AuditsPanel.js
+%%DATADIR%%/resources/inspector/auditsPanel.css
+%%DATADIR%%/resources/inspector/breadcrumbList.css
+%%DATADIR%%/resources/inspector/breakpointsList.css
+%%DATADIR%%/resources/inspector/buildSystemOnly.js
+%%DATADIR%%/resources/inspector/canvasProfiler.css
+%%DATADIR%%/resources/inspector/cmdevtools.css
+%%DATADIR%%/resources/inspector/codemirror.css
+%%DATADIR%%/resources/inspector/console/ConsolePanel.js
+%%DATADIR%%/resources/inspector/dataGrid.css
+%%DATADIR%%/resources/inspector/devices/DevicesView.js
+%%DATADIR%%/resources/inspector/devicesView.css
+%%DATADIR%%/resources/inspector/devtools.html
+%%DATADIR%%/resources/inspector/devtools_extension_api.js
+%%DATADIR%%/resources/inspector/elements/ElementsPanel.js
+%%DATADIR%%/resources/inspector/elementsPanel.css
+%%DATADIR%%/resources/inspector/extensions/ExtensionServer.js
+%%DATADIR%%/resources/inspector/filter.css
+%%DATADIR%%/resources/inspector/filteredItemSelectionDialog.css
+%%DATADIR%%/resources/inspector/flameChart.css
+%%DATADIR%%/resources/inspector/heapProfiler.css
+%%DATADIR%%/resources/inspector/helpScreen.css
%%DATADIR%%/resources/inspector/indexedDBViews.css
+%%DATADIR%%/resources/inspector/inspector.css
%%DATADIR%%/resources/inspector/inspectorCommon.css
-%%DATADIR%%/resources/inspector/LayersPanel.js
+%%DATADIR%%/resources/inspector/layers/LayersPanel.js
%%DATADIR%%/resources/inspector/layersPanel.css
%%DATADIR%%/resources/inspector/navigatorView.css
+%%DATADIR%%/resources/inspector/network/NetworkPanel.js
%%DATADIR%%/resources/inspector/networkLogView.css
%%DATADIR%%/resources/inspector/networkPanel.css
-%%DATADIR%%/resources/inspector/NetworkPanel.js
%%DATADIR%%/resources/inspector/overrides.css
%%DATADIR%%/resources/inspector/panelEnablerView.css
+%%DATADIR%%/resources/inspector/profiler/ProfilesPanel.js
+%%DATADIR%%/resources/inspector/profiler/heap_snapshot_worker/HeapSnapshotWorker.js
%%DATADIR%%/resources/inspector/profilesPanel.css
-%%DATADIR%%/resources/inspector/ProfilesPanel.js
+%%DATADIR%%/resources/inspector/resourceView.css
+%%DATADIR%%/resources/inspector/resources/ResourcesPanel.js
%%DATADIR%%/resources/inspector/resourcesPanel.css
-%%DATADIR%%/resources/inspector/ResourcesPanel.js
-%%DATADIR%%/resources/inspector/resourceView.css
%%DATADIR%%/resources/inspector/revisionHistory.css
-%%DATADIR%%/resources/inspector/ScriptFormatterWorker.js
%%DATADIR%%/resources/inspector/screencastView.css
+%%DATADIR%%/resources/inspector/script_formatter_worker/ScriptFormatterWorker.js
+%%DATADIR%%/resources/inspector/search/AdvancedSearchView.js
+%%DATADIR%%/resources/inspector/sidebarPane.css
+%%DATADIR%%/resources/inspector/source_frame/SourceFrame.js
+%%DATADIR%%/resources/inspector/sources/SourcesPanel.js
%%DATADIR%%/resources/inspector/sourcesPanel.css
-%%DATADIR%%/resources/inspector/SourcesPanel.js
%%DATADIR%%/resources/inspector/sourcesView.css
%%DATADIR%%/resources/inspector/spectrum.css
%%DATADIR%%/resources/inspector/splitView.css
-%%DATADIR%%/resources/inspector/textPrompt.css
+%%DATADIR%%/resources/inspector/suggestBox.css
+%%DATADIR%%/resources/inspector/temp_storage_shared_worker/TempStorageSharedWorker.js
+%%DATADIR%%/resources/inspector/timeline/TimelinePanel.js
%%DATADIR%%/resources/inspector/timelinePanel.css
-%%DATADIR%%/resources/inspector/TimelinePanel.js
-%%DATADIR%%/xdg-settings
- at dirrm %%DATADIR%%/locales
- at dirrm %%DATADIR%%/resources/inspector/Images
- at dirrm %%DATADIR%%/resources/inspector
- at dirrm %%DATADIR%%/resources/extension/demo
- at dirrm %%DATADIR%%/resources/extension
- at dirrm %%DATADIR%%/resources
- at dirrm %%DATADIR%%
+share/icons/hicolor/128x128/apps/chrome.png
+share/icons/hicolor/22x22/apps/chrome.png
+share/icons/hicolor/24x24/apps/chrome.png
+share/icons/hicolor/256x256/apps/chrome.png
+share/icons/hicolor/48x48/apps/chrome.png
+share/icons/hicolor/64x64/apps/chrome.png
+ at dirrmtry %%DATADIR%%/locales
+ at dirrmtry %%DATADIR%%/resources/extension/demo
+ at dirrmtry %%DATADIR%%/resources/extension
+ at dirrmtry %%DATADIR%%/resources/inspector/Images
+ at dirrmtry %%DATADIR%%/resources/inspector/audits
+ at dirrmtry %%DATADIR%%/resources/inspector/console
+ at dirrmtry %%DATADIR%%/resources/inspector/devices
+ at dirrmtry %%DATADIR%%/resources/inspector/elements
+ at dirrmtry %%DATADIR%%/resources/inspector/extensions
+ at dirrmtry %%DATADIR%%/resources/inspector/layers
+ at dirrmtry %%DATADIR%%/resources/inspector/network
+ at dirrmtry %%DATADIR%%/resources/inspector/profiler/heap_snapshot_worker
+ at dirrmtry %%DATADIR%%/resources/inspector/profiler
+ at dirrmtry %%DATADIR%%/resources/inspector/resources
+ at dirrmtry %%DATADIR%%/resources/inspector/script_formatter_worker
+ at dirrmtry %%DATADIR%%/resources/inspector/search
+ at dirrmtry %%DATADIR%%/resources/inspector/source_frame
+ at dirrmtry %%DATADIR%%/resources/inspector/sources
+ at dirrmtry %%DATADIR%%/resources/inspector/temp_storage_shared_worker
+ at dirrmtry %%DATADIR%%/resources/inspector/timeline
+ at dirrmtry %%DATADIR%%/resources/inspector
+ at dirrmtry %%DATADIR%%/resources
+ at dirrmtry %%DATADIR%%
More information about the Midnightbsd-cvs
mailing list