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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2009773007: Add AntiVirus information to the system profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hash the product name and version Created 4 years, 6 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
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 1453 matching lines...) Expand 10 before | Expand all | Expand 10 after
1464 'browser/usb/web_usb_chooser_service.h', 1464 'browser/usb/web_usb_chooser_service.h',
1465 ], 1465 ],
1466 'chrome_browser_win_sources': [ 1466 'chrome_browser_win_sources': [
1467 'browser/first_run/try_chrome_dialog_view.cc', 1467 'browser/first_run/try_chrome_dialog_view.cc',
1468 'browser/first_run/try_chrome_dialog_view.h', 1468 'browser/first_run/try_chrome_dialog_view.h',
1469 'browser/first_run/upgrade_util.cc', 1469 'browser/first_run/upgrade_util.cc',
1470 'browser/google/did_run_updater_win.cc', 1470 'browser/google/did_run_updater_win.cc',
1471 'browser/google/did_run_updater_win.h', 1471 'browser/google/did_run_updater_win.h',
1472 'browser/hang_monitor/hang_crash_dump_win.cc', 1472 'browser/hang_monitor/hang_crash_dump_win.cc',
1473 'browser/hang_monitor/hang_crash_dump_win.h', 1473 'browser/hang_monitor/hang_crash_dump_win.h',
1474 'browser/metrics/antivirus_metrics_provider_win.cc',
1475 'browser/metrics/antivirus_metrics_provider_win.h',
1474 'browser/password_manager/password_manager_util_win.cc', 1476 'browser/password_manager/password_manager_util_win.cc',
1475 'browser/password_manager/password_manager_util_win.h', 1477 'browser/password_manager/password_manager_util_win.h',
1476 'browser/themes/theme_service_win.cc', 1478 'browser/themes/theme_service_win.cc',
1477 'browser/themes/theme_service_win.h', 1479 'browser/themes/theme_service_win.h',
1478 ], 1480 ],
1479 'chrome_browser_non_win_sources': [ 1481 'chrome_browser_non_win_sources': [
1480 'browser/profile_resetter/triggered_profile_resetter_stub.cc', 1482 'browser/profile_resetter/triggered_profile_resetter_stub.cc',
1481 'browser/profiles/profile_shortcut_manager_stub.cc', 1483 'browser/profiles/profile_shortcut_manager_stub.cc',
1482 ], 1484 ],
1483 # Sources (generally "desktop OS importers") used only on Mac & Windows. 1485 # Sources (generally "desktop OS importers") used only on Mac & Windows.
(...skipping 2785 matching lines...) Expand 10 before | Expand all | Expand 10 after
4269 '../components/components.gyp:rlz', 4271 '../components/components.gyp:rlz',
4270 '../components/components.gyp:search_engines', 4272 '../components/components.gyp:search_engines',
4271 '../rlz/rlz.gyp:rlz_lib', 4273 '../rlz/rlz.gyp:rlz_lib',
4272 'common', 4274 'common',
4273 ], 4275 ],
4274 }, 4276 },
4275 ], 4277 ],
4276 }], 4278 }],
4277 ], 4279 ],
4278 } 4280 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698