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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 839183002: Remove redundancy in security interstitial UMA logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 5 years, 11 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/ssl/ssl_error_classification.cc ('k') | tools/metrics/histograms/histograms.xml » ('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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'browser/install_verification/win/module_ids.h', 411 'browser/install_verification/win/module_ids.h',
412 'browser/install_verification/win/module_info.h', 412 'browser/install_verification/win/module_info.h',
413 'browser/install_verification/win/module_list.cc', 413 'browser/install_verification/win/module_list.cc',
414 'browser/install_verification/win/module_list.h', 414 'browser/install_verification/win/module_list.h',
415 'browser/install_verification/win/module_verification_common.cc', 415 'browser/install_verification/win/module_verification_common.cc',
416 'browser/install_verification/win/module_verification_common.h', 416 'browser/install_verification/win/module_verification_common.h',
417 'browser/internal_auth.cc', 417 'browser/internal_auth.cc',
418 'browser/internal_auth.h', 418 'browser/internal_auth.h',
419 'browser/interstitials/security_interstitial_page.cc', 419 'browser/interstitials/security_interstitial_page.cc',
420 'browser/interstitials/security_interstitial_page.h', 420 'browser/interstitials/security_interstitial_page.h',
421 'browser/interstitials/security_interstitial_uma_helper.cc',
422 'browser/interstitials/security_interstitial_uma_helper.h',
421 'browser/intranet_redirect_detector.cc', 423 'browser/intranet_redirect_detector.cc',
422 'browser/intranet_redirect_detector.h', 424 'browser/intranet_redirect_detector.h',
423 'browser/invalidation/invalidation_service_factory_android.cc', 425 'browser/invalidation/invalidation_service_factory_android.cc',
424 'browser/invalidation/invalidation_service_factory_android.h', 426 'browser/invalidation/invalidation_service_factory_android.h',
425 'browser/invalidation/profile_invalidation_provider_factory.cc', 427 'browser/invalidation/profile_invalidation_provider_factory.cc',
426 'browser/invalidation/profile_invalidation_provider_factory.h', 428 'browser/invalidation/profile_invalidation_provider_factory.h',
427 'browser/io_thread.cc', 429 'browser/io_thread.cc',
428 'browser/io_thread.h', 430 'browser/io_thread.h',
429 'browser/jumplist_updater_win.cc', 431 'browser/jumplist_updater_win.cc',
430 'browser/jumplist_updater_win.h', 432 'browser/jumplist_updater_win.h',
(...skipping 3281 matching lines...) Expand 10 before | Expand all | Expand 10 after
3712 'variables': { 3714 'variables': {
3713 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3715 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3714 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3716 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3715 }, 3717 },
3716 'includes': [ '../build/protoc.gypi' ] 3718 'includes': [ '../build/protoc.gypi' ]
3717 }, 3719 },
3718 ], 3720 ],
3719 },], 3721 },],
3720 ], 3722 ],
3721 } 3723 }
OLDNEW
« no previous file with comments | « chrome/browser/ssl/ssl_error_classification.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698