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

Side by Side Diff: ios/chrome/browser/updatable_config/BUILD.gn

Issue 2443373002: Split //ios/chrome/browser in multiple targets. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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
(Empty)
1 # Copyright 2016 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.
4
5 source_set("updatable_config") {
6 sources = [
7 "updatable_array.h",
8 "updatable_array.mm",
9 "updatable_config_base.h",
10 "updatable_config_base.mm",
11 "updatable_dictionary.h",
12 "updatable_dictionary.mm",
13 ]
14 deps = [
15 "//base",
16 "//ios/public/provider/chrome/browser",
17 "//ios/web",
18 "//net",
19 "//url",
20 ]
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698