diff options
Diffstat (limited to 'chrome')
-rwxr-xr-x | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 4c659d7..3a4bfd1 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -4510,6 +4510,7 @@ # target-default 'sources/' including gtk_unittest and 'source/' takes # precedence over 'sources!'. 'sources/': [ + ['exclude', 'browser/gtk/bookmark_bar_gtk_unittest\\.cc$'], ['exclude', 'browser/gtk/bookmark_editor_gtk_unittest\\.cc$'], ['exclude', 'browser/gtk/go_button_gtk_unittest\\.cc$'], ['exclude', 'browser/gtk/tabs/tab_renderer_gtk_unittest\\.cc$'], |