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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1467063002: Introduce the ChromeControllerClient class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bugfix Created 5 years, 1 month 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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'browser/install_verification/win/module_list.cc', 566 'browser/install_verification/win/module_list.cc',
567 'browser/install_verification/win/module_list.h', 567 'browser/install_verification/win/module_list.h',
568 'browser/install_verification/win/module_verification_common.cc', 568 'browser/install_verification/win/module_verification_common.cc',
569 'browser/install_verification/win/module_verification_common.h', 569 'browser/install_verification/win/module_verification_common.h',
570 'browser/interests/android/interests_service.cc', 570 'browser/interests/android/interests_service.cc',
571 'browser/interests/android/interests_service.h', 571 'browser/interests/android/interests_service.h',
572 'browser/interests/interests_fetcher.cc', 572 'browser/interests/interests_fetcher.cc',
573 'browser/interests/interests_fetcher.h', 573 'browser/interests/interests_fetcher.h',
574 'browser/internal_auth.cc', 574 'browser/internal_auth.cc',
575 'browser/internal_auth.h', 575 'browser/internal_auth.h',
576 'browser/interstitials/chrome_controller_client.cc',
577 'browser/interstitials/chrome_controller_client.h',
576 'browser/interstitials/chrome_metrics_helper.cc', 578 'browser/interstitials/chrome_metrics_helper.cc',
577 'browser/interstitials/chrome_metrics_helper.h', 579 'browser/interstitials/chrome_metrics_helper.h',
578 'browser/interstitials/security_interstitial_page.cc', 580 'browser/interstitials/security_interstitial_page.cc',
579 'browser/interstitials/security_interstitial_page.h', 581 'browser/interstitials/security_interstitial_page.h',
580 'browser/intranet_redirect_detector.cc', 582 'browser/intranet_redirect_detector.cc',
581 'browser/intranet_redirect_detector.h', 583 'browser/intranet_redirect_detector.h',
582 'browser/invalidation/invalidation_service_factory_android.cc', 584 'browser/invalidation/invalidation_service_factory_android.cc',
583 'browser/invalidation/invalidation_service_factory_android.h', 585 'browser/invalidation/invalidation_service_factory_android.h',
584 'browser/invalidation/profile_invalidation_provider_factory.cc', 586 'browser/invalidation/profile_invalidation_provider_factory.cc',
585 'browser/invalidation/profile_invalidation_provider_factory.h', 587 'browser/invalidation/profile_invalidation_provider_factory.h',
(...skipping 3517 matching lines...) Expand 10 before | Expand all | Expand 10 after
4103 '../components/components.gyp:omnibox_browser', 4105 '../components/components.gyp:omnibox_browser',
4104 '../components/components.gyp:rlz', 4106 '../components/components.gyp:rlz',
4105 '../components/components.gyp:search_engines', 4107 '../components/components.gyp:search_engines',
4106 '../rlz/rlz.gyp:rlz_lib', 4108 '../rlz/rlz.gyp:rlz_lib',
4107 ], 4109 ],
4108 }, 4110 },
4109 ], 4111 ],
4110 }], 4112 }],
4111 ], 4113 ],
4112 } 4114 }
OLDNEW
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | components/security_interstitials/core/controller_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698