| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 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 | 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("//ios/web/js_compile.gni") | 5 import("//ios/web/js_compile.gni") |
| 6 | 6 |
| 7 bundle_data("resources") { | 7 bundle_data("resources") { |
| 8 sources = [ | 8 sources = [ |
| 9 "resources/expand_less.png", | 9 "resources/expand_less.png", |
| 10 "resources/expand_less@2x.png", | 10 "resources/expand_less@2x.png", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "//components/pref_registry", | 131 "//components/pref_registry", |
| 132 "//components/prefs", | 132 "//components/prefs", |
| 133 "//components/search_engines", | 133 "//components/search_engines", |
| 134 "//ios/chrome/browser", | 134 "//ios/chrome/browser", |
| 135 "//ios/chrome/browser/browser_state:test_support", | 135 "//ios/chrome/browser/browser_state:test_support", |
| 136 "//ios/chrome/browser/search_engines", | 136 "//ios/chrome/browser/search_engines", |
| 137 "//ios/chrome/browser/sync", | 137 "//ios/chrome/browser/sync", |
| 138 "//ios/chrome/browser/sync:test_support", | 138 "//ios/chrome/browser/sync:test_support", |
| 139 "//ios/chrome/browser/web:test_support", | 139 "//ios/chrome/browser/web:test_support", |
| 140 "//ios/web", | 140 "//ios/web", |
| 141 "//ios/web:test_support", | 141 "//ios/web/public/test", |
| 142 "//net", | 142 "//net", |
| 143 "//testing/gtest", | 143 "//testing/gtest", |
| 144 "//third_party/ocmock", | 144 "//third_party/ocmock", |
| 145 ] | 145 ] |
| 146 } | 146 } |
| OLD | NEW |