DevTools won't open in OSX GN build |
||
Issue description
Chrome 53.0.2754.0
OSX 10.11.5
What steps will reproduce the problem?
(1) Build Chromium on OSX
(2) Run and try to open DevTools
What is the expected output?
DevTools opens.
What do you see instead?
DevTools doesn't open using any of these methods:
- Cmd-Shift-I
- Menu
- Lock Icon -> Detail
Here is my args.gn config:
is_debug = false
enable_nacl = false
is_component_build = true
symbol_level = 1
use_goma = true
debug_devtools = true
Toggling debug_devtools didn't make a difference. Using a fresh user data dir didn't make a difference.
There is no message indicating failure, and I wasn't able to debug it far enough to get anything useful.
rsesek@, is this a known issue?
If not, could you triage/let me know how I should?
,
Jun 6 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/c40350d041c6916ef0c141423779b73624277273 commit c40350d041c6916ef0c141423779b73624277273 Author: rsesek <rsesek@chromium.org> Date: Mon Jun 06 16:27:23 2016 [Mac/GN] When using debug_devtools=true, bundle the inspector resources using a symlink. BUG= 616657 R=pfeldman@chromium.org,thakis@chromium.org Review-Url: https://codereview.chromium.org/2038593002 Cr-Commit-Position: refs/heads/master@{#398046} [modify] https://crrev.com/c40350d041c6916ef0c141423779b73624277273/chrome/BUILD.gn [modify] https://crrev.com/c40350d041c6916ef0c141423779b73624277273/chrome/test/BUILD.gn
,
Jun 7 2016
this works perfectly now, thanks! |
||
►
Sign in to add a comment |
||
Comment 1 by rsesek@chromium.org
, Jun 2 2016Status: Started (was: Assigned)