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

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

Issue 2119433002: Convert "ios_packed_resources" gyp target to gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | ios/chrome/app/resources/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("//ios/build/config.gni") 6 import("//ios/build/config.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 bundle_data("ios_chrome_unittests_bundle_data") { 9 bundle_data("ios_chrome_unittests_bundle_data") {
10 testonly = true 10 testonly = true
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "//components/password_manager/core/browser:test_support", 77 "//components/password_manager/core/browser:test_support",
78 "//components/password_manager/core/common", 78 "//components/password_manager/core/common",
79 "//components/prefs:test_support", 79 "//components/prefs:test_support",
80 "//components/signin/core/browser:test_support", 80 "//components/signin/core/browser:test_support",
81 "//components/signin/ios/browser:test_support", 81 "//components/signin/ios/browser:test_support",
82 "//components/sync_driver:test_support", 82 "//components/sync_driver:test_support",
83 "//components/syncable_prefs:test_support", 83 "//components/syncable_prefs:test_support",
84 "//components/update_client", 84 "//components/update_client",
85 "//components/version_info", 85 "//components/version_info",
86 "//ios/chrome/app", 86 "//ios/chrome/app",
87 "//ios/chrome/app/resources:packed_resources",
87 "//ios/chrome/browser", 88 "//ios/chrome/browser",
88 "//ios/chrome/browser:test_support", 89 "//ios/chrome/browser:test_support",
89 "//ios/chrome/common", 90 "//ios/chrome/common",
90 "//ios/chrome/test", 91 "//ios/chrome/test",
91 "//ios/chrome/test:run_all_unittests", 92 "//ios/chrome/test:run_all_unittests",
92 "//ios/public/provider/chrome/browser", 93 "//ios/public/provider/chrome/browser",
93 "//ios/public/provider/chrome/browser:test_support", 94 "//ios/public/provider/chrome/browser:test_support",
94 "//ios/web", 95 "//ios/web",
95 "//ios/web:test_support", 96 "//ios/web:test_support",
96 "//net:test_support", 97 "//net:test_support",
97 "//skia", 98 "//skia",
98 "//testing/gmock", 99 "//testing/gmock",
99 "//testing/gtest", 100 "//testing/gtest",
100 "//third_party/ocmock", 101 "//third_party/ocmock",
101 "//ui/gfx:test_support", 102 "//ui/gfx:test_support",
102 ] 103 ]
103 104
104 assert_no_deps = ios_assert_no_deps 105 assert_no_deps = ios_assert_no_deps
105 } 106 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/app/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698