Rename GetIconID to GetIconId
[chromium-blink-merge.git] / chrome / browser / extensions / default_extensions / BUILD.gn
blob77a0554f54ff024c92e5805678b68f2d5a66637f
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 if (is_win) {
6   copy("default_extensions") {
7     sources = [
8       "external_extensions.json",
9     ]
10     outputs = [
11       "$root_out_dir/extensions/{{source_file_part}}",
12     ]
13   }
14 } else {
15   # No-op on non-Windows.
16   group("default_extensions") {
17   }