ExtensionSyncService: listen for relevant changes instead of being explicitly called...
[chromium-blink-merge.git] / chrome / browser / metro_utils / BUILD.gn
blob86a28875cc8bb6787a0807467adcbb3072e01ce0
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 source_set("metro_utils") {
6   deps = [
7     "//base",
8     "//chrome/installer/util",
9   ]
10   sources = [
11     "metro_chrome_win.cc",
12     "metro_chrome_win.h",
13   ]