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

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

Issue 1984353002: [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: Fix "--check" after https://codereview.chromium.org/1956113002/ 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
« no previous file with comments | « .gn ('k') | ios/chrome/app/strings/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 import("//build/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 bundle_data("ios_chrome_unittests_bundle_data") { 8 bundle_data("ios_chrome_unittests_bundle_data") {
9 testonly = true 9 testonly = true
10 sources = [ 10 sources = [
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "//components/signin/core/browser:test_support", 78 "//components/signin/core/browser:test_support",
79 "//components/signin/ios/browser:test_support", 79 "//components/signin/ios/browser:test_support",
80 "//components/sync_driver:test_support", 80 "//components/sync_driver:test_support",
81 "//components/syncable_prefs:test_support", 81 "//components/syncable_prefs:test_support",
82 "//components/update_client", 82 "//components/update_client",
83 "//components/version_info", 83 "//components/version_info",
84 "//ios/chrome/app", 84 "//ios/chrome/app",
85 "//ios/chrome/browser", 85 "//ios/chrome/browser",
86 "//ios/chrome/browser:test_support", 86 "//ios/chrome/browser:test_support",
87 "//ios/chrome/common", 87 "//ios/chrome/common",
88 "//ios/chrome/test",
89 "//ios/public/provider/chrome/browser",
90 "//ios/public/provider/chrome/browser:test_support",
88 "//ios/web", 91 "//ios/web",
89 "//ios/web:test_support", 92 "//ios/web:test_support",
90 "//net:test_support", 93 "//net:test_support",
91 "//skia", 94 "//skia",
92 "//testing/gmock", 95 "//testing/gmock",
93 "//testing/gtest", 96 "//testing/gtest",
94 "//third_party/ocmock", 97 "//third_party/ocmock",
95 "//ui/gfx:test_support", 98 "//ui/gfx:test_support",
96 ] 99 ]
97 } 100 }
OLDNEW
« no previous file with comments | « .gn ('k') | ios/chrome/app/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698