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

Side by Side Diff: ios/chrome/common/app_group/BUILD.gn

Issue 1988203002: Revert of [iOS/GN] Fix and enable "gn check" for "//ios/*" and "//ios_internal/*". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 2015 The Chromium Authors. All rights reserved. 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 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 source_set("app_group") { 5 source_set("app_group") {
6 sources = [ 6 sources = [
7 "app_group_constants.h", 7 "app_group_constants.h",
8 "app_group_constants.mm", 8 "app_group_constants.mm",
9 "app_group_metrics.h", 9 "app_group_metrics.h",
10 "app_group_metrics.mm", 10 "app_group_metrics.mm",
(...skipping 13 matching lines...) Expand all
24 # This target will be included into application extensions and the list 24 # This target will be included into application extensions and the list
25 # of its dependencies must be kept as short as possible. 25 # of its dependencies must be kept as short as possible.
26 source_set("client") { 26 source_set("client") {
27 sources = [ 27 sources = [
28 "app_group_metrics_client.h", 28 "app_group_metrics_client.h",
29 "app_group_metrics_client.mm", 29 "app_group_metrics_client.mm",
30 ] 30 ]
31 31
32 deps = [ 32 deps = [
33 ":app_group", 33 ":app_group",
34 "//base",
35 ] 34 ]
36 } 35 }
37 36
38 source_set("main_app") { 37 source_set("main_app") {
39 sources = [ 38 sources = [
40 "app_group_metrics_mainapp.h", 39 "app_group_metrics_mainapp.h",
41 "app_group_metrics_mainapp.mm", 40 "app_group_metrics_mainapp.mm",
42 ] 41 ]
43 42
44 deps = [ 43 deps = [
45 ":app_group", 44 ":app_group",
46 "//base",
47 ] 45 ]
48 } 46 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc ('k') | ios/chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698