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

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: Addressing comments 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
« no previous file with comments | « chrome/browser/installable/installable_manager_unittest.cc ('k') | chrome/chrome_tests.gypi » ('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 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',
303 'browser/internal_auth.cc', 307 'browser/internal_auth.cc',
304 'browser/internal_auth.h', 308 'browser/internal_auth.h',
305 'browser/interstitials/chrome_controller_client.cc', 309 'browser/interstitials/chrome_controller_client.cc',
306 'browser/interstitials/chrome_controller_client.h', 310 'browser/interstitials/chrome_controller_client.h',
307 'browser/interstitials/chrome_metrics_helper.cc', 311 'browser/interstitials/chrome_metrics_helper.cc',
308 'browser/interstitials/chrome_metrics_helper.h', 312 'browser/interstitials/chrome_metrics_helper.h',
309 'browser/interstitials/security_interstitial_page.cc', 313 'browser/interstitials/security_interstitial_page.cc',
310 'browser/interstitials/security_interstitial_page.h', 314 'browser/interstitials/security_interstitial_page.h',
311 'browser/intranet_redirect_detector.cc', 315 'browser/intranet_redirect_detector.cc',
312 'browser/intranet_redirect_detector.h', 316 'browser/intranet_redirect_detector.h',
(...skipping 4013 matching lines...) Expand 10 before | Expand all | Expand 10 after
4326 '../components/components.gyp:rlz', 4330 '../components/components.gyp:rlz',
4327 '../components/components.gyp:search_engines', 4331 '../components/components.gyp:search_engines',
4328 '../rlz/rlz.gyp:rlz_lib', 4332 '../rlz/rlz.gyp:rlz_lib',
4329 'common', 4333 'common',
4330 ], 4334 ],
4331 }, 4335 },
4332 ], 4336 ],
4333 }], 4337 }],
4334 ], 4338 ],
4335 } 4339 }
OLDNEW
« no previous file with comments | « chrome/browser/installable/installable_manager_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698