Buiding chromium browser on windows

1,379 views
Skip to first unread message

dapladox

unread,
Mar 24, 2015, 11:16:06 AM3/24/15
to chromi...@chromium.org
Hi could I have some help to build chromium browser on windows. when running gclient sync I get an error when it gets to running landmines.py I get this error.

________ running 'C:\depot_tools\python276_bin\python.exe src/build/landmines.py
' in 'c:\chromium'
Please follow the instructions at http://www.chromium.org/developers/how-tos/bui
ld-instructions-windows
Traceback (most recent call last):
  File "src/build/landmines.py", line 216, in <module>
    sys.exit(main())
  File "src/build/landmines.py", line 203, in main
    gyp_environment.SetEnvironment()
  File "c:\chromium\src\build\gyp_environment.py", line 33, in SetEnvironment
    vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs()
  File "c:\chromium\src\build\vs_toolchain.py", line 34, in SetEnvironmentAndGet
RuntimeDllDirs
    Update()
  File "c:\chromium\src\build\vs_toolchain.py", line 177, in Update
    subprocess.check_call(get_toolchain_args)
  File "C:\depot_tools\python276_bin\lib\subprocess.py", line 540, in check_call

    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\depot_tools\\python276_bin\\python
.exe', 'C:\\depot_tools\\win_toolchain\\get_toolchain_if_necessary.py', '--outpu
t-json', 'c:\\chromium\\src\\build\\win_toolchain.json', 'ee7d718ec60c2dc5d255bb
e325909c2021a7efef']' returned non-zero exit status 1
Error: Command C:\depot_tools\python276_bin\python.exe src/build/landmines.py re
turned non-zero exit status 1 in c:\chromium
Hook ''C:\depot_tools\python276_bin\python.exe' src/build/landmines.py' took 104
.51 secs

I have depot_tools in c:\depot_tools

and chromium in c:\chromium

Anthony Vallee-dubois

unread,
Mar 24, 2015, 11:19:15 AM3/24/15
to thomasmu...@btinternet.com, chromi...@chromium.org
Did you follow the steps here, specifically setting the DEPOT_TOOLS_WIN_TOOLCHAIN environment variable to 0?

--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev

Message has been deleted
Message has been deleted
Message has been deleted

dapladox

unread,
Mar 24, 2015, 12:11:00 PM3/24/15
to chromi...@chromium.org, thomasmu...@btinternet.com
Hi I now get this error

c:\chromium\src>ninja -C out/Debug chrome
ninja: Entering directory `out/Debug'
[180/19713] LIB obj\native_client\src\...\service_runtime\nacl_error_code64.lib
FAILED: C:\depot_tools\python276_bin\python.exe gyp-win-tool link-wrapper enviro
nment.x64 False lib.exe /nologo /ignore:4221 /OUT:obj\native_client\src\trusted\
service_runtime\nacl_error_code64.lib @obj\native_client\src\trusted\service_run
time\nacl_error_code64.lib.rsp
obj\native_client\src\trusted\service_runtime\nacl_error_code64.nacl_error_code.
obj : fatal error LNK1112: module machine type 'X86' conflicts with target machi
ne type 'x64'
[180/19713] CXX obj\chrome_elf\chrome_elf_constants.chrome_elf_constants.obj
ninja: build stopped: subcommand failed.

Scott Graham

unread,
Mar 24, 2015, 12:32:55 PM3/24/15
to thomasmu...@btinternet.com, chromium-dev
Did you set target_arch=x64? You need to build `ninja -C out\Debug_x64 chrome` in that case.

dapladox

unread,
Mar 24, 2015, 12:37:13 PM3/24/15
to chromi...@chromium.org, thomasmu...@btinternet.com
Hi just did that but comes up with the error again.
Message has been deleted

Scott Graham

unread,
Mar 24, 2015, 12:42:05 PM3/24/15
to thomasmu...@btinternet.com, chromium-dev
We aren't psychic. You need to tell us what you actually have in your environment, what you've installed, what commands you have run, and the output you're getting.
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted

dapladox

unread,
Mar 24, 2015, 1:55:26 PM3/24/15
to chromi...@chromium.org
Hi this is what is in my include.gypi file

{
  'variables': {
    'chromium_win_pch': 0,
Message has been deleted

dapladox

unread,
Mar 24, 2015, 1:57:15 PM3/24/15
to chromi...@chromium.org
Hi when I ran gclient runhooks didn't generate .sln file. where would .sln file be located.

Thiago Farina

unread,
Mar 24, 2015, 2:00:43 PM3/24/15
to thomasmu...@btinternet.com, Chromium-dev
On Tue, Mar 24, 2015 at 2:57 PM, dapladox <thomasmu...@btinternet.com> wrote:
Hi when I ran gclient runhooks didn't generate .sln file. where would .sln file be located.

I think these days it generates ninja files by default. I think you have to pass GYP_GENERATORS=msvs-ninja for it to generate Visual Studio solution/project files that you can use to open on VS and build with ninja.

Regards,

--
Thiago Farina
Message has been deleted
Message has been deleted

dapladox

unread,
Mar 24, 2015, 4:44:05 PM3/24/15
to chromi...@chromium.org, thomasmu...@btinternet.com
Hi can i build through Microsoft bisual studio or do i have to run ninja because it is not letting me run it and what file do i open to change desng of the browser. i have .sln files now. please help.

On Tuesday, 24 March 2015 18:48:38 UTC, dapladox wrote:
Hi i still get the error that module type is X86 and target arch is x64

Thiago Farina

unread,
Mar 24, 2015, 5:18:27 PM3/24/15
to thomasmu...@btinternet.com, chromi...@chromium.org


On Tuesday, March 24, 2015, dapladox <thomasmu...@btinternet.com> wrote:
Hi can i build through Microsoft bisual studio or do i have to run ninja because it is not letting me run it and what file do i open to change desng of the browser. i have .sln files now. please help.
You should be able to build through VS. it will just call ninja instead of msbuild.

To start changing the UI of the browser, you can start looking at the files in chrome/browser/ui/views. Look for files that star with browser_window or browser_view and so on.




On Tuesday, 24 March 2015 18:48:38 UTC, dapladox wrote:
Hi i still get the error that module type is X86 and target arch is x64
On Tuesday, 24 March 2015 18:00:43 UTC, Thiago Farina wrote:


On Tue, Mar 24, 2015 at 2:57 PM, dapladox <thomasmu...@btinternet.com> wrote:
Hi when I ran gclient runhooks didn't generate .sln file. where would .sln file be located.

I think these days it generates ninja files by default. I think you have to pass GYP_GENERATORS=msvs-ninja for it to generate Visual Studio solution/project files that you can use to open on VS and build with ninja.

Regards,

--
Thiago Farina
 
 
 

 
 

--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev


--
Thiago Farina

dapladox

unread,
Mar 24, 2015, 6:21:11 PM3/24/15
to chromi...@chromium.org, thomasmu...@btinternet.com
Hi I am getting the error in Microsoft visual studio for x64 and target x86 error

Thiago Farina

unread,
Mar 24, 2015, 6:35:48 PM3/24/15
to thomasmu...@btinternet.com, Chromium-dev
On Tue, Mar 24, 2015 at 7:21 PM, dapladox <thomasmu...@btinternet.com> wrote:
Hi I am getting the error in Microsoft visual studio for x64 and target x86 error

Paste the error somewhere, so we can see it.

Describe better your commands, your environment variables. Otherwise this is just a guess game and won't be able to help much.

Make sure you have a machine that is capable of building Chromium at first place and make sure you are following http://www.chromium.org/developers/how-tos/build-instructions-windows strictly.

--
Thiago Farina
Message has been deleted
Message has been deleted

dapladox

unread,
Mar 24, 2015, 7:17:48 PM3/24/15
to chromi...@chromium.org, thomasmu...@btinternet.com
the error is

c:\chromium\src>ninja -C out\Debug_x64 chrome
ninja: Entering directory `out\Debug_x64'
[3/18681] LIB obj\third_party\mt19937ar\mt19937ar.lib

FAILED: C:\depot_tools\python276_bin\python.exe gyp-win-tool link-wrapper enviro
nment.x64 False lib.exe /nologo /ignore:4221 /OUT:obj\third_party\mt19937ar\mt19
937ar.lib @obj\third_party\mt19937ar\mt19937ar.lib.rsp
obj\third_party\mt19937ar\mt19937ar.mt19937ar.obj : fatal error LNK1112: module

machine type 'X86' conflicts with target machine type 'x64'
[3/18681] LIB obj\skia\skia_opts_sse41.lib

FAILED: C:\depot_tools\python276_bin\python.exe gyp-win-tool link-wrapper enviro
nment.x64 False lib.exe /nologo /ignore:4221 /OUT:obj\skia\skia_opts_sse41.lib @
obj\skia\skia_opts_sse41.lib.rsp
obj\third_party\skia\src\opts\skia_opts_sse41.SkBlurImage_opts_SSE4.obj : fatal

error LNK1112: module machine type 'X86' conflicts with target machine type 'x64
'
[3/18681] LIB obj\third_party\libwebp\libwebp_utils.lib

FAILED: C:\depot_tools\python276_bin\python.exe gyp-win-tool link-wrapper enviro
nment.x64 False lib.exe /nologo /ignore:4221 /OUT:obj\third_party\libwebp\libweb
p_utils.lib @obj\third_party\libwebp\libwebp_utils.lib.rsp
obj\third_party\libwebp\utils\libwebp_utils.bit_reader.obj : fatal error LNK1112

: module machine type 'X86' conflicts with target machine type 'x64'
ninja: build stopped: subcommand failed.

Will Harris

unread,
Mar 24, 2015, 7:31:56 PM3/24/15
to thomasmu...@btinternet.com, chromium-dev
To build into the Debug_x64 or Release_x64 directories you have to set the GYP_DEFINES target_arch=x64 and re-run gyp.


Will

--
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted

dapladox

unread,
Mar 24, 2015, 8:46:43 PM3/24/15
to chromi...@chromium.org, thomasmu...@btinternet.com
Hi how can I generate build.ninja seems it was removed.

Christian Biesinger

unread,
Mar 24, 2015, 8:49:58 PM3/24/15
to thomasmu...@btinternet.com, chromium-dev
gclient runhooks

or:
build/gyp_chromium

On Tue, Mar 24, 2015 at 8:46 PM, dapladox
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted

dapladox

unread,
Mar 25, 2015, 5:40:32 PM3/25/15
to chromi...@chromium.org, thomasmu...@btinternet.com
Hi it still isent creating the build.ninja file.

Thiago Farina

unread,
Mar 25, 2015, 5:50:47 PM3/25/15
to patrick mulhall, Chromium-dev
On Wed, Mar 25, 2015 at 6:40 PM, dapladox <thomasmu...@btinternet.com> wrote:
Hi it still isent creating the build.ninja file.

Chromium is professional project and it needs some knowledge of how to use some tools. If you are starting to work/play with open source projects, maybe it would be better to start with something simpler until you get familiar with them.

We have CI in https://chromium-build.appspot.com/p/chromium/console that is building over and over again the project. If you follow the instructions you should be able to get to the point where you will be able to build.

Also, I ask you again to provide the command lines you have ran, otherwise we can't help.

Regards,

--
Thiago Farina
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted

dapladox

unread,
Mar 30, 2015, 6:36:15 AM3/30/15
to chromi...@chromium.org, thomasmu...@btinternet.com
Hi where in the view folder does the file for main desgn is. and how can I preview the desgn in visual studio without building it which would take hours. and how can I change name of browser and change the version and change the about page.

Andrey

unread,
Mar 30, 2015, 7:44:23 AM3/30/15
to chromi...@chromium.org, thomasmu...@btinternet.com
On Monday, March 30, 2015 at 1:36:15 PM UTC+3, dapladox wrote:
Hi where in the view folder does the file for main desgn is.
Nowhere. Chrome UI is done in Windows API/HTML instead of Visual Studio designer.

and how can I preview the desgn in visual studio without building it which would take hours.
The only way to see the result is to build and run it. Incremental builds are not that long. 
If you plan to work on browser professionally, you must have a very powerful computer.

and how can I change name of browser and change the version and change the about page.
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted

dapladox

unread,
Mar 30, 2015, 8:21:12 AM3/30/15
to chromi...@chromium.org
Hi how can I change the programs version but keep the user agent version 43.

On Tuesday, 24 March 2015 15:16:06 UTC, dapladox wrote:
Hi could I have some help to build chromium browser on windows. when running gclient sync I get an error when it gets to running landmines.py I get this error.

________ running 'C:\depot_tools\python276_bin\python.exe src/build/landmines.py
' in 'c:\chromium'
Please follow the instructions at http://www.chromium.org/developers/how-tos/bui
ld-instructions-windows
Traceback (most recent call last):
  File "src/build/landmines.py", line 216, in <module>
    sys.exit(main())
  File "src/build/landmines.py", line 203, in main
    gyp_environment.SetEnvironment()
  File "c:\chromium\src\build\gyp_environment.py", line 33, in SetEnvironment
    vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs()
  File "c:\chromium\src\build\vs_toolchain.py", line 34, in SetEnvironmentAndGet
RuntimeDllDirs
    Update()
  File "c:\chromium\src\build\vs_toolchain.py", line 177, in Update
    subprocess.check_call(get_toolchain_args)
  File "C:\depot_tools\python276_bin\lib\subprocess.py", line 540, in check_call

    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\depot_tools\\python276_bin\\python
.exe', 'C:\\depot_tools\\win_toolchain\\get_toolchain_if_necessary.py', '--outpu
t-json', 'c:\\chromium\\src\\build\\win_toolchain.json', 'ee7d718ec60c2dc5d255bb
e325909c2021a7efef']' returned non-zero exit status 1
Error: Command C:\depot_tools\python276_bin\python.exe src/build/landmines.py re
turned non-zero exit status 1 in c:\chromium
Hook ''C:\depot_tools\python276_bin\python.exe' src/build/landmines.py' took 104
.51 secs

I have depot_tools in c:\depot_tools

and chromium in c:\chromium
Message has been deleted

Andrey

unread,
Mar 30, 2015, 8:46:26 AM3/30/15
to chromi...@chromium.org
On Monday, March 30, 2015 at 3:21:12 PM UTC+3, dapladox wrote:
Hi how can I change the programs version but keep the user agent version 43.
See this code:
You can change the function to return the constant you need. There is also this file: https://code.google.com/p/chromium/codesearch#chromium/src/chrome/common/chrome_version_info_values.h.version
which is used to generate chrome_version_info_values.h file which contains the PRODUCT_VERSION define. You will need
to look into build scripts to see where real values are coming from.

-- Andrey Khalyavin
Message has been deleted
Message has been deleted

dapladox

unread,
Mar 30, 2015, 8:59:13 AM3/30/15
to chromi...@chromium.org
Ok thanks and In the other reply there is a link but it doesent help me change the name of chromium. and do you know how to change the name of the .exe file.

Andrey

unread,
Mar 30, 2015, 9:05:54 AM3/30/15
to chromi...@chromium.org
On Monday, March 30, 2015 at 3:59:13 PM UTC+3, dapladox wrote:
Ok thanks and In the other reply there is a link but it doesent help me change the name of chromium. and do you know how to change the name of the .exe file.
I don't know GYP enough to tell for sure what exactly needs to be changed.

There is also chrome_dll.gypi nearby.

-- Andrey Khalyavin
Message has been deleted

dapladox

unread,
Mar 30, 2015, 9:10:58 AM3/30/15
to chromi...@chromium.org
Does that file also change the product name that is displayed on about page.
Message has been deleted

Andrey

unread,
Mar 30, 2015, 9:19:15 AM3/30/15
to chromi...@chromium.org
On Monday, March 30, 2015 at 4:10:58 PM UTC+3, dapladox wrote:
Does that file also change the product name that is displayed on about page.
No, about page content comes from *.grd files and HTML templates. See my link to the google groups thread above.

-- Andrey Khalyavin

dapladox

unread,
Mar 30, 2015, 9:27:32 AM3/30/15
to chromi...@chromium.org
But I mean changing name.
Message has been deleted

dapladox

unread,
Mar 30, 2015, 9:32:10 AM3/30/15
to chromi...@chromium.org
And which .grd file holds the name so I can change it please thanks.
Message has been deleted

Thiago Farina

unread,
Mar 30, 2015, 10:09:01 AM3/30/15
to patrick mulhall, Chromium-dev
On Mon, Mar 30, 2015 at 10:32 AM, dapladox <thomasmu...@btinternet.com> wrote:
And which .grd file holds the name so I can change it please thanks.

Usually you can use cs.chromium.org to figure that out.

--
Thiago Farina

dapladox

unread,
Apr 2, 2015, 12:49:40 PM4/2/15
to chromi...@chromium.org
Hi how can I create an installation setup with the chromium browser in it.

dapladox

unread,
Apr 2, 2015, 12:49:47 PM4/2/15
to chromi...@chromium.org

Will Harris

unread,
Apr 2, 2015, 1:13:09 PM4/2/15
to patrick mulhall, chromium-dev
The gyp target you're probably after is called "mini_installer".

Will

--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev

Message has been deleted

dapladox

unread,
Apr 2, 2015, 3:39:21 PM4/2/15
to chromi...@chromium.org, thomasmu...@btinternet.com
Are there any instructions on how to do building setup.
Message has been deleted

dapladox

unread,
Apr 2, 2015, 3:46:28 PM4/2/15
to chromi...@chromium.org
Other recipients:
Hi what script do I run to get the mini installer. and Are there any instructions on how to do building setup. On Tuesday, 24 March 2015 15:16:06 UTC, dapladox wrote: > Hi could I have some help to build chromium browser on windows. when > runnin
Hi what script do I run to get the mini installer.

and Are there any instructions on how to do building setup.

Thiago Farina

unread,
Apr 2, 2015, 6:33:12 PM4/2/15
to patrick mulhall, Chromium-dev
On Thu, Apr 2, 2015 at 4:39 PM, dapladox <thomasmu...@btinternet.com> wrote:
Are there any instructions on how to do building setup.

Yes, there are. But they are the same for building any other target in Chromium.

ninja -C out\Debug mini_installer

Does that do not work for you?

We are happy to help, but you can find that kind of answer using your favorite search engine too.

Hope that helps,

Thanks,

--
Thiago Farina
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted

dapladox

unread,
Apr 3, 2015, 8:25:45 PM4/3/15
to chromi...@chromium.org
Hi but i get this error when running the mini install script

c:\chromium\src>ninja -C out\Release mini_installer
ninja: Entering directory `out\Release'
[40/53] ACTION Create installer archive

7-Zip (A) 4.42  Copyright (c) 1999-2006 Igor Pavlov  2006-05-14
Scanning

Creating archive ..\..\out\Release\chrome.7z

Compressing  Chrome-bin\43.0.2348.0\natives_blob.bin
Compressing  Chrome-bin\43.0.2348.0\snapshot_blob.bin
Compressing  Chrome-bin\43.0.2348.0\icudtl.dat
Compressing  Chrome-bin\43.0.2348.0\accessibility.dll
Compressing  Chrome-bin\43.0.2348.0\app_list.dll
Compressing  Chrome-bin\43.0.2348.0\ash.dll
Compressing  Chrome-bin\43.0.2348.0\ash_with_content.dll
Compressing  Chrome-bin\43.0.2348.0\aura.dll
Compressing  Chrome-bin\43.0.2348.0\aura_extra.dll
Compressing  Chrome-bin\43.0.2348.0\Installer\base.dll
Compressing  Chrome-bin\43.0.2348.0\base.dll
Compressing  Chrome-bin\43.0.2348.0\base_i18n.dll
Compressing  Chrome-bin\43.0.2348.0\base_prefs.dll
Compressing  Chrome-bin\43.0.2348.0\blink_common.dll
Compressing  Chrome-bin\43.0.2348.0\blink_platform.dll
Compressing  Chrome-bin\43.0.2348.0\blink_web.dll
Compressing  Chrome-bin\43.0.2348.0\Installer\boringssl.dll
Compressing  Chrome-bin\43.0.2348.0\boringssl.dll
Compressing  Chrome-bin\43.0.2348.0\browser_ui_views.dll
Compressing  Chrome-bin\43.0.2348.0\captive_portal.dll
Compressing  Chrome-bin\43.0.2348.0\cc.dll
Compressing  Chrome-bin\43.0.2348.0\cc_blink.dll
Compressing  Chrome-bin\43.0.2348.0\cc_surfaces.dll
Compressing  Chrome-bin\43.0.2348.0\chrome.dll
Compressing  Chrome-bin\43.0.2348.0\chrome_elf.dll
Compressing  Chrome-bin\43.0.2348.0\chrome_watcher.dll
Compressing  Chrome-bin\43.0.2348.0\cloud_policy_proto.dll
Compressing  Chrome-bin\43.0.2348.0\cloud_policy_proto_generated_compile.dll
Compressing  Chrome-bin\43.0.2348.0\compositor.dll
Compressing  Chrome-bin\43.0.2348.0\concrt140.dll
Compressing  Chrome-bin\43.0.2348.0\content.dll
Compressing  Chrome-bin\43.0.2348.0\Installer\crcrypto.dll
Compressing  Chrome-bin\43.0.2348.0\crcrypto.dll
Compressing  Chrome-bin\43.0.2348.0\d3dcompiler_47.dll
Compressing  Chrome-bin\43.0.2348.0\dbghelp.dll
Compressing  Chrome-bin\43.0.2348.0\device_battery.dll
Compressing  Chrome-bin\43.0.2348.0\device_bluetooth.dll
Compressing  Chrome-bin\43.0.2348.0\device_vibration.dll
Compressing  Chrome-bin\43.0.2348.0\domain_reliability.dll
Compressing  Chrome-bin\43.0.2348.0\events.dll
Compressing  Chrome-bin\43.0.2348.0\events_base.dll
Compressing  Chrome-bin\43.0.2348.0\events_devices.dll
Compressing  Chrome-bin\43.0.2348.0\events_ipc.dll
Compressing  Chrome-bin\43.0.2348.0\events_platform.dll
Compressing  Chrome-bin\43.0.2348.0\ffmpegsumo.dll
Compressing  Chrome-bin\43.0.2348.0\gcm.dll
Compressing  Chrome-bin\43.0.2348.0\gesture_detection.dll
Compressing  Chrome-bin\43.0.2348.0\gfx.dll
Compressing  Chrome-bin\43.0.2348.0\gfx_geometry.dll
Compressing  Chrome-bin\43.0.2348.0\gfx_ipc.dll
Compressing  Chrome-bin\43.0.2348.0\gin.dll
Compressing  Chrome-bin\43.0.2348.0\gles2_c_lib.dll
Compressing  Chrome-bin\43.0.2348.0\gles2_implementation.dll
Compressing  Chrome-bin\43.0.2348.0\gles2_utils.dll
Compressing  Chrome-bin\43.0.2348.0\gl_in_process_context.dll
Compressing  Chrome-bin\43.0.2348.0\gl_wrapper.dll
Compressing  Chrome-bin\43.0.2348.0\gpu.dll
Compressing  Chrome-bin\43.0.2348.0\gpu_blink.dll
Compressing  Chrome-bin\43.0.2348.0\Installer\icui18n.dll
Compressing  Chrome-bin\43.0.2348.0\icui18n.dll
Compressing  Chrome-bin\43.0.2348.0\Installer\icuuc.dll
Compressing  Chrome-bin\43.0.2348.0\icuuc.dll
Compressing  Chrome-bin\43.0.2348.0\ipc.dll
Compressing  Chrome-bin\43.0.2348.0\ipc_mojo.dll
Compressing  Chrome-bin\43.0.2348.0\keyboard.dll
Compressing  Chrome-bin\43.0.2348.0\keyed_service_content.dll
Compressing  Chrome-bin\43.0.2348.0\keyed_service_core.dll
Compressing  Chrome-bin\43.0.2348.0\libegl.dll
Compressing  Chrome-bin\43.0.2348.0\libexif.dll
Compressing  Chrome-bin\43.0.2348.0\libglesv2.dll
Compressing  Chrome-bin\43.0.2348.0\libpng.dll
Compressing  Chrome-bin\43.0.2348.0\media.dll
Compressing  Chrome-bin\43.0.2348.0\media_blink.dll
Compressing  Chrome-bin\43.0.2348.0\message_center.dll
Compressing  Chrome-bin\43.0.2348.0\metro_driver.dll
Compressing  Chrome-bin\43.0.2348.0\metro_viewer.dll
Compressing  Chrome-bin\43.0.2348.0\mojo_common_lib.dll
Compressing  Chrome-bin\43.0.2348.0\mojo_environment_chromium_impl.dll
Compressing  Chrome-bin\43.0.2348.0\mojo_system_impl.dll
Compressing  Chrome-bin\43.0.2348.0\Installer\msvcp110.dll
Compressing  Chrome-bin\43.0.2348.0\msvcp110.dll
Compressing  Chrome-bin\43.0.2348.0\Installer\msvcp120.dll
Compressing  Chrome-bin\43.0.2348.0\msvcp120.dll
Compressing  Chrome-bin\43.0.2348.0\Installer\msvcp140.dll
Compressing  Chrome-bin\43.0.2348.0\msvcp140.dll
Compressing  Chrome-bin\43.0.2348.0\Installer\msvcr110.dll
Compressing  Chrome-bin\43.0.2348.0\msvcr110.dll
Compressing  Chrome-bin\43.0.2348.0\Installer\msvcr120.dll
Compressing  Chrome-bin\43.0.2348.0\msvcr120.dll
Compressing  Chrome-bin\43.0.2348.0\native_theme.dll
Compressing  Chrome-bin\43.0.2348.0\net.dll
Compressing  Chrome-bin\43.0.2348.0\net_with_v8.dll
Compressing  Chrome-bin\43.0.2348.0\onc_component.dll
Compressing  Chrome-bin\43.0.2348.0\policy_component.dll
Compressing  Chrome-bin\43.0.2348.0\ppapi_host.dll
Compressing  Chrome-bin\43.0.2348.0\ppapi_proxy.dll
Compressing  Chrome-bin\43.0.2348.0\ppapi_shared.dll
Compressing  Chrome-bin\43.0.2348.0\pref_registry.dll
Compressing  Chrome-bin\43.0.2348.0\printing.dll
Compressing  Chrome-bin\43.0.2348.0\protobuf_lite.dll
Compressing  Chrome-bin\43.0.2348.0\sessions_content.dll
Compressing  Chrome-bin\43.0.2348.0\shared_memory_support.dll
Compressing  Chrome-bin\43.0.2348.0\shell_dialogs.dll
Compressing  Chrome-bin\43.0.2348.0\skia.dll
Compressing  Chrome-bin\43.0.2348.0\snapshot.dll
Compressing  Chrome-bin\43.0.2348.0\sql.dll
Compressing  Chrome-bin\43.0.2348.0\storage.dll
Compressing  Chrome-bin\43.0.2348.0\storage_common.dll
Compressing  Chrome-bin\43.0.2348.0\surface.dll
Compressing  Chrome-bin\43.0.2348.0\sync_core.dll
Compressing  Chrome-bin\43.0.2348.0\sync_proto.dll
Compressing  Chrome-bin\43.0.2348.0\translator.dll
Compressing  Chrome-bin\43.0.2348.0\ui_base.dll
Compressing  Chrome-bin\43.0.2348.0\ui_base_ime.dll
Compressing  Chrome-bin\43.0.2348.0\ui_touch_selection.dll
Compressing  Chrome-bin\43.0.2348.0\url_lib.dll
Compressing  Chrome-bin\43.0.2348.0\url_matcher.dll
Compressing  Chrome-bin\43.0.2348.0\user_manager.dll
Compressing  Chrome-bin\43.0.2348.0\user_prefs.dll
Compressing  Chrome-bin\43.0.2348.0\v8.dll
Compressing  Chrome-bin\43.0.2348.0\vccorlib110.dll
Compressing  Chrome-bin\43.0.2348.0\vccorlib120.dll
Compressing  Chrome-bin\43.0.2348.0\vccorlib140.dll
Compressing  Chrome-bin\43.0.2348.0\vcruntime140.dll
Compressing  Chrome-bin\43.0.2348.0\views.dll
Compressing  Chrome-bin\43.0.2348.0\wallpaper.dll
Compressing  Chrome-bin\43.0.2348.0\webdata_common.dll
Compressing  Chrome-bin\43.0.2348.0\webkit_gpu.dll
Compressing  Chrome-bin\43.0.2348.0\webview.dll
Compressing  Chrome-bin\43.0.2348.0\web_dialogs.dll
Compressing  Chrome-bin\43.0.2348.0\wifi_component.dll
Compressing  Chrome-bin\43.0.2348.0\win_window.dll
Compressing  Chrome-bin\43.0.2348.0\wm.dll
Compressing  Chrome-bin\43.0.2348.0\wtf.dll
Compressing  Chrome-bin\43.0.2348.0\wtf_unittest_helpers.dll
Compressing  Chrome-bin\chrome.exe
Compressing  Chrome-bin\43.0.2348.0\delegate_execute.exe
Compressing  Chrome-bin\wow_helper.exe
Compressing  Chrome-bin\43.0.2348.0\Extensions\external_extensions.json
Compressing  Chrome-bin\43.0.2348.0\43.0.2348.0.manifest
Compressing  Chrome-bin\43.0.2348.0\Locales\am.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\ar.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\bg.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\bn.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\ca.pak
Compressing  Chrome-bin\43.0.2348.0\chrome_100_percent.pak
Compressing  Chrome-bin\43.0.2348.0\chrome_200_percent.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\cs.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\da.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\de.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\el.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\en-GB.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\en-US.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\es-419.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\es.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\et.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\fa.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\fi.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\fil.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\fr.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\gu.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\he.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\hi.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\hr.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\hu.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\id.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\it.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\ja.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\kn.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\ko.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\lt.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\lv.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\ml.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\mr.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\ms.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\nb.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\nl.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\pl.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\pt-BR.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\pt-PT.pak
Compressing  Chrome-bin\43.0.2348.0\resources.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\ro.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\ru.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\sk.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\sl.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\sr.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\sv.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\sw.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\ta.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\te.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\th.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\tr.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\uk.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\vi.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\zh-CN.pak
Compressing  Chrome-bin\43.0.2348.0\Locales\zh-TW.pak
Compressing  Chrome-bin\43.0.2348.0\VisualElements\logo.png
Compressing  Chrome-bin\43.0.2348.0\secondarytile.png
Compressing  Chrome-bin\43.0.2348.0\VisualElements\smalllogo.png
Compressing  Chrome-bin\43.0.2348.0\VisualElements\splash-620x300.png

Everything is Ok
['../tools/build/win/create_installer_archive.py', '--build_dir', '..\\..\\out\\
Release', '--staging_dir', '..\\..\\out\\Release\\obj\\chrome\\installer\\mini_i
nstaller.gen', '--input_file', 'mini_installer/chrome.release', '--resource_file
_path', '..\\..\\out\\Release\\obj\\chrome\\installer\\mini_installer.gen/packed
_files.rc', '--depfile', '..\\..\\out\\Release\\obj\\chrome\\installer\\mini_ins
taller.gen/installer_archive.d', '--enable_hidpi=1', '--component_build=1', '--t
arget_arch=x86', '--distribution=_google_chrome']
Running ['..\\..\\out\\Release\\..\\..\\third_party\\lzma_sdk\\Executable\\7za.e
xe', 'a', '-t7z', '..\\..\\out\\Release\\chrome.7z', '..\\..\\out\\Release\\obj\
\chrome\\installer\\mini_installer.gen\\temp_installer_archive\\Chrome-bin', '-m
x0']
Running ['makecab.exe', '/D', 'CompressionType=LZX', '/V1', '/L', '..\\..\\out\\
Release', '..\\..\\out\\Release\\setup.exe']
[53/53] LINK_EMBED mini_installer.exe
LINK : warning LNK4199: /DELAYLOAD:cfgmgr32.dll ignored; no imports found from c
fgmgr32.dll
LINK : warning LNK4199: /DELAYLOAD:powrprof.dll ignored; no imports found from p
owrprof.dll
LINK : warning LNK4199: /DELAYLOAD:setupapi.dll ignored; no imports found from s
etupapi.dll
LINK : warning LNK4199: /DELAYLOAD:mf.dll ignored; no imports found from mf.dll
LINK : warning LNK4199: /DELAYLOAD:mfplat.dll ignored; no imports found from mfp
lat.dll
LINK : warning LNK4199: /DELAYLOAD:mfreadwrite.dll ignored; no imports found fro
m mfreadwrite.dll
LINK : warning LNK4199: /DELAYLOAD:BluetoothApis.dll ignored; no imports found f
rom BluetoothApis.dll
LINK : warning LNK4199: /DELAYLOAD:Bthprops.cpl ignored; no imports found from B
thprops.cpl

Thiago Farina

unread,
Apr 3, 2015, 9:28:27 PM4/3/15
to patrick mulhall, Chromium-dev
On Fri, Apr 3, 2015 at 9:25 PM, dapladox <thomasmu...@btinternet.com> wrote:
Hi but i get this error when running the mini install script

Which error? I don't see any error below, just warnings.

--
Thiago Farina
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
It is loading more messages.
0 new messages