Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 108413007: Enable the hung plugin detector on Win Aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2974 matching lines...) Expand 10 before | Expand all | Expand 10 after
2985 'browser/password_manager/native_backend_gnome_x.h', 2985 'browser/password_manager/native_backend_gnome_x.h',
2986 ], 2986 ],
2987 }, { 2987 }, {
2988 'dependencies': [ 2988 'dependencies': [
2989 '../build/linux/system.gyp:gnome_keyring', 2989 '../build/linux/system.gyp:gnome_keyring',
2990 ], 2990 ],
2991 }], 2991 }],
2992 ['use_aura==1', { 2992 ['use_aura==1', {
2993 'sources/': [ 2993 'sources/': [
2994 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], 2994 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
2995 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'],
2996 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'],
2997 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'],
2998 ['exclude', '^browser/hang_monitor/hung_window_detector.h'],
2999 ['exclude', '^browser/icon_loader_linux.cc'], 2995 ['exclude', '^browser/icon_loader_linux.cc'],
3000 ['exclude', '^browser/jumplist_win.cc'],
3001 ['exclude', '^browser/jumplist_win.h'],
3002 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], 2996 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'],
3003 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 2997 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
3004 ], 2998 ],
3005 'dependencies': [ 2999 'dependencies': [
3006 '../ui/aura/aura.gyp:aura', 3000 '../ui/aura/aura.gyp:aura',
3007 '../ui/compositor/compositor.gyp:compositor', 3001 '../ui/compositor/compositor.gyp:compositor',
3008 '../ui/keyboard/keyboard.gyp:keyboard', 3002 '../ui/keyboard/keyboard.gyp:keyboard',
3009 ], 3003 ],
3010 'conditions': [ 3004 'conditions': [
3011 ['OS=="win"', { 3005 ['OS=="win"', {
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
3642 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3636 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3643 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3637 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3644 }, 3638 },
3645 'includes': [ '../build/android/java_cpp_template.gypi' ], 3639 'includes': [ '../build/android/java_cpp_template.gypi' ],
3646 }, 3640 },
3647 ], 3641 ],
3648 }, 3642 },
3649 ], 3643 ],
3650 ], 3644 ],
3651 } 3645 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698