Add an exponential backoff to rechecking the app list doodle.
[chromium-blink-merge.git] / content / browser / cache_storage / BUILD.gn
blob7b33ea105f1e3b08e65cf7dbb2ebdbfb4b9438a2
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//third_party/protobuf/proto_library.gni")
7 proto_library("cache_storage_proto") {
8   sources = [
9     "cache_storage.proto",
10   ]