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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2050933002: Upstream: Add additional checks before creating a WebAPK after clicking "Add to Homescreen" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'create_webapk_requirements_enum_class' into create_webapk_requirements2 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'browser/banners/app_banner_data_fetcher.cc', 43 'browser/banners/app_banner_data_fetcher.cc',
44 'browser/banners/app_banner_data_fetcher.h', 44 'browser/banners/app_banner_data_fetcher.h',
45 'browser/banners/app_banner_debug_log.cc', 45 'browser/banners/app_banner_debug_log.cc',
46 'browser/banners/app_banner_debug_log.h', 46 'browser/banners/app_banner_debug_log.h',
47 'browser/banners/app_banner_manager.cc', 47 'browser/banners/app_banner_manager.cc',
48 'browser/banners/app_banner_manager.h', 48 'browser/banners/app_banner_manager.h',
49 'browser/banners/app_banner_metrics.cc', 49 'browser/banners/app_banner_metrics.cc',
50 'browser/banners/app_banner_metrics.h', 50 'browser/banners/app_banner_metrics.h',
51 'browser/banners/app_banner_settings_helper.cc', 51 'browser/banners/app_banner_settings_helper.cc',
52 'browser/banners/app_banner_settings_helper.h', 52 'browser/banners/app_banner_settings_helper.h',
53 'browser/banners/webapp_manifest_validator.cc',
54 'browser/banners/webapp_manifest_validator.h',
53 'browser/bitmap_fetcher/bitmap_fetcher.cc', 55 'browser/bitmap_fetcher/bitmap_fetcher.cc',
54 'browser/bitmap_fetcher/bitmap_fetcher.h', 56 'browser/bitmap_fetcher/bitmap_fetcher.h',
55 'browser/bitmap_fetcher/bitmap_fetcher_delegate.h', 57 'browser/bitmap_fetcher/bitmap_fetcher_delegate.h',
56 'browser/bitmap_fetcher/bitmap_fetcher_service.cc', 58 'browser/bitmap_fetcher/bitmap_fetcher_service.cc',
57 'browser/bitmap_fetcher/bitmap_fetcher_service.h', 59 'browser/bitmap_fetcher/bitmap_fetcher_service.h',
58 'browser/bitmap_fetcher/bitmap_fetcher_service_factory.cc', 60 'browser/bitmap_fetcher/bitmap_fetcher_service_factory.cc',
59 'browser/bitmap_fetcher/bitmap_fetcher_service_factory.h', 61 'browser/bitmap_fetcher/bitmap_fetcher_service_factory.h',
60 'browser/browser_about_handler.cc', 62 'browser/browser_about_handler.cc',
61 'browser/browser_about_handler.h', 63 'browser/browser_about_handler.h',
62 'browser/browser_shutdown.cc', 64 'browser/browser_shutdown.cc',
(...skipping 4238 matching lines...) Expand 10 before | Expand all | Expand 10 after
4301 '../components/components.gyp:rlz', 4303 '../components/components.gyp:rlz',
4302 '../components/components.gyp:search_engines', 4304 '../components/components.gyp:search_engines',
4303 '../rlz/rlz.gyp:rlz_lib', 4305 '../rlz/rlz.gyp:rlz_lib',
4304 'common', 4306 'common',
4305 ], 4307 ],
4306 }, 4308 },
4307 ], 4309 ],
4308 }], 4310 }],
4309 ], 4311 ],
4310 } 4312 }
OLDNEW
« no previous file with comments | « chrome/browser/banners/webapp_manifest_validator_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698