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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2160513002: Extract AppBannerDataFetcher into an InstallableManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert to a non-refcounted implementation Created 4 years, 5 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'browser/install_verification/win/install_verification.h', 301 'browser/install_verification/win/install_verification.h',
302 'browser/install_verification/win/loaded_module_verification.cc', 302 'browser/install_verification/win/loaded_module_verification.cc',
303 'browser/install_verification/win/loaded_module_verification.h', 303 'browser/install_verification/win/loaded_module_verification.h',
304 'browser/install_verification/win/module_ids.cc', 304 'browser/install_verification/win/module_ids.cc',
305 'browser/install_verification/win/module_ids.h', 305 'browser/install_verification/win/module_ids.h',
306 'browser/install_verification/win/module_info.h', 306 'browser/install_verification/win/module_info.h',
307 'browser/install_verification/win/module_list.cc', 307 'browser/install_verification/win/module_list.cc',
308 'browser/install_verification/win/module_list.h', 308 'browser/install_verification/win/module_list.h',
309 'browser/install_verification/win/module_verification_common.cc', 309 'browser/install_verification/win/module_verification_common.cc',
310 'browser/install_verification/win/module_verification_common.h', 310 'browser/install_verification/win/module_verification_common.h',
311 'browser/installable/installable_checker.cc',
312 'browser/installable/installable_checker.h',
313 'browser/installable/installable_logging.cc',
314 'browser/installable/installable_logging.h',
311 'browser/internal_auth.cc', 315 'browser/internal_auth.cc',
312 'browser/internal_auth.h', 316 'browser/internal_auth.h',
313 'browser/interstitials/chrome_controller_client.cc', 317 'browser/interstitials/chrome_controller_client.cc',
314 'browser/interstitials/chrome_controller_client.h', 318 'browser/interstitials/chrome_controller_client.h',
315 'browser/interstitials/chrome_metrics_helper.cc', 319 'browser/interstitials/chrome_metrics_helper.cc',
316 'browser/interstitials/chrome_metrics_helper.h', 320 'browser/interstitials/chrome_metrics_helper.h',
317 'browser/interstitials/security_interstitial_page.cc', 321 'browser/interstitials/security_interstitial_page.cc',
318 'browser/interstitials/security_interstitial_page.h', 322 'browser/interstitials/security_interstitial_page.h',
319 'browser/intranet_redirect_detector.cc', 323 'browser/intranet_redirect_detector.cc',
320 'browser/intranet_redirect_detector.h', 324 'browser/intranet_redirect_detector.h',
(...skipping 4022 matching lines...) Expand 10 before | Expand all | Expand 10 after
4343 '../components/components.gyp:rlz', 4347 '../components/components.gyp:rlz',
4344 '../components/components.gyp:search_engines', 4348 '../components/components.gyp:search_engines',
4345 '../rlz/rlz.gyp:rlz_lib', 4349 '../rlz/rlz.gyp:rlz_lib',
4346 'common', 4350 'common',
4347 ], 4351 ],
4348 }, 4352 },
4349 ], 4353 ],
4350 }], 4354 }],
4351 ], 4355 ],
4352 } 4356 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698