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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1815623004: Remove Hung plugin detector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_windowed_plugins
Patch Set: fix compile Created 4 years, 9 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
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/chrome_common.gypi » ('j') | 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 'browser/usb/web_usb_chooser_service.h', 1376 'browser/usb/web_usb_chooser_service.h',
1377 ], 1377 ],
1378 'chrome_browser_win_sources': [ 1378 'chrome_browser_win_sources': [
1379 'browser/first_run/try_chrome_dialog_view.cc', 1379 'browser/first_run/try_chrome_dialog_view.cc',
1380 'browser/first_run/try_chrome_dialog_view.h', 1380 'browser/first_run/try_chrome_dialog_view.h',
1381 'browser/first_run/upgrade_util.cc', 1381 'browser/first_run/upgrade_util.cc',
1382 'browser/google/did_run_updater_win.cc', 1382 'browser/google/did_run_updater_win.cc',
1383 'browser/google/did_run_updater_win.h', 1383 'browser/google/did_run_updater_win.h',
1384 'browser/hang_monitor/hang_crash_dump_win.cc', 1384 'browser/hang_monitor/hang_crash_dump_win.cc',
1385 'browser/hang_monitor/hang_crash_dump_win.h', 1385 'browser/hang_monitor/hang_crash_dump_win.h',
1386 'browser/hang_monitor/hung_plugin_action.cc',
1387 'browser/hang_monitor/hung_plugin_action.h',
1388 'browser/hang_monitor/hung_window_detector.cc',
1389 'browser/hang_monitor/hung_window_detector.h',
1390 'browser/password_manager/password_manager_util_win.cc', 1386 'browser/password_manager/password_manager_util_win.cc',
1391 'browser/password_manager/password_manager_util_win.h', 1387 'browser/password_manager/password_manager_util_win.h',
1392 'browser/themes/theme_service_win.cc', 1388 'browser/themes/theme_service_win.cc',
1393 'browser/themes/theme_service_win.h', 1389 'browser/themes/theme_service_win.h',
1394 ], 1390 ],
1395 'chrome_browser_non_win_sources': [ 1391 'chrome_browser_non_win_sources': [
1396 'browser/profile_resetter/triggered_profile_resetter_stub.cc', 1392 'browser/profile_resetter/triggered_profile_resetter_stub.cc',
1397 'browser/profiles/profile_shortcut_manager_stub.cc', 1393 'browser/profiles/profile_shortcut_manager_stub.cc',
1398 ], 1394 ],
1399 # Sources (generally "desktop OS importers") used only on Mac & Windows. 1395 # Sources (generally "desktop OS importers") used only on Mac & Windows.
(...skipping 2834 matching lines...) Expand 10 before | Expand all | Expand 10 after
4234 '../components/components.gyp:rlz', 4230 '../components/components.gyp:rlz',
4235 '../components/components.gyp:search_engines', 4231 '../components/components.gyp:search_engines',
4236 '../rlz/rlz.gyp:rlz_lib', 4232 '../rlz/rlz.gyp:rlz_lib',
4237 'common', 4233 'common',
4238 ], 4234 ],
4239 }, 4235 },
4240 ], 4236 ],
4241 }], 4237 }],
4242 ], 4238 ],
4243 } 4239 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698