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

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: s/checker/manager; collapse valid manifest + SW into one Created 4 years, 4 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'browser/install_verification/win/install_verification.h', 293 'browser/install_verification/win/install_verification.h',
294 'browser/install_verification/win/loaded_module_verification.cc', 294 'browser/install_verification/win/loaded_module_verification.cc',
295 'browser/install_verification/win/loaded_module_verification.h', 295 'browser/install_verification/win/loaded_module_verification.h',
296 'browser/install_verification/win/module_ids.cc', 296 'browser/install_verification/win/module_ids.cc',
297 'browser/install_verification/win/module_ids.h', 297 'browser/install_verification/win/module_ids.h',
298 'browser/install_verification/win/module_info.h', 298 'browser/install_verification/win/module_info.h',
299 'browser/install_verification/win/module_list.cc', 299 'browser/install_verification/win/module_list.cc',
300 'browser/install_verification/win/module_list.h', 300 'browser/install_verification/win/module_list.h',
301 'browser/install_verification/win/module_verification_common.cc', 301 'browser/install_verification/win/module_verification_common.cc',
302 'browser/install_verification/win/module_verification_common.h', 302 'browser/install_verification/win/module_verification_common.h',
303 'browser/installable/installable_logging.cc',
304 'browser/installable/installable_logging.h',
305 'browser/installable/installable_manager.cc',
306 'browser/installable/installable_manager.h',
307 'browser/installable/installable_property.cc',
308 'browser/installable/installable_property.h',
303 'browser/internal_auth.cc', 309 'browser/internal_auth.cc',
304 'browser/internal_auth.h', 310 'browser/internal_auth.h',
305 'browser/interstitials/chrome_controller_client.cc', 311 'browser/interstitials/chrome_controller_client.cc',
306 'browser/interstitials/chrome_controller_client.h', 312 'browser/interstitials/chrome_controller_client.h',
307 'browser/interstitials/chrome_metrics_helper.cc', 313 'browser/interstitials/chrome_metrics_helper.cc',
308 'browser/interstitials/chrome_metrics_helper.h', 314 'browser/interstitials/chrome_metrics_helper.h',
309 'browser/interstitials/security_interstitial_page.cc', 315 'browser/interstitials/security_interstitial_page.cc',
310 'browser/interstitials/security_interstitial_page.h', 316 'browser/interstitials/security_interstitial_page.h',
311 'browser/intranet_redirect_detector.cc', 317 'browser/intranet_redirect_detector.cc',
312 'browser/intranet_redirect_detector.h', 318 'browser/intranet_redirect_detector.h',
(...skipping 4031 matching lines...) Expand 10 before | Expand all | Expand 10 after
4344 '../components/components.gyp:rlz', 4350 '../components/components.gyp:rlz',
4345 '../components/components.gyp:search_engines', 4351 '../components/components.gyp:search_engines',
4346 '../rlz/rlz.gyp:rlz_lib', 4352 '../rlz/rlz.gyp:rlz_lib',
4347 'common', 4353 'common',
4348 ], 4354 ],
4349 }, 4355 },
4350 ], 4356 ],
4351 }], 4357 }],
4352 ], 4358 ],
4353 } 4359 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698