|
|
MacViews: Fix gn check fail for mac_views_browser on Aura dependencies.
GN doesn't know about preprocessor hash defines, so it fails on a gn check when
these hash defines are false. In this case, USE_AURA is false on macOS, so GN
doesn't add Aura dependencies as correctly specified in the BUILD files. But
when running `gn check`, it sees the Aura #includes, not knowing it's actually
wrapped in a preprocessor #ifdef. Make exceptions for these files by adding
// nogncheck comments to skip gn checks on the lines inside these #ifdefs.
BUG= 644138
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+37 lines, -39 lines) |
Patch |
 |
M |
components/constrained_window/native_web_contents_modal_dialog_manager_views.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/browser_main_loop.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_view_guest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/shell/browser/layout_test/layout_test_download_manager_delegate.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_download_manager_delegate.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/snapshot/screenshot_grabber.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/button/custom_button.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/button/custom_button_unittest.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/button/menu_button_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_controller.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_controller_unittest.cc
|
View
|
1
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_host.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
1 comment
|
Download
|
 |
M |
ui/views/examples/examples_main.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/test/scoped_views_test_helper.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
1 comment
|
Download
|
 |
M |
ui/views/views_test_suite.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
2 comments
|
Download
|
 |
M |
ui/views/widget/widget_aura_utils.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
1 comment
|
Download
|
 |
M |
ui/views/widget/widget_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
1 comment
|
Download
|
Total messages: 16 (14 generated)
|