Chromium Code Reviews

Side by Side Diff: components/resource_provider/BUILD.gn

Issue 1415753003: gn format everything. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert freetype-android change Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « components/policy/android/BUILD.gn ('k') | device/devices_app/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("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 10
(...skipping 123 matching lines...)
134 134
135 deps = [ 135 deps = [
136 "//base", 136 "//base",
137 "//base/test:test_config", 137 "//base/test:test_config",
138 "//components/resource_provider/public/cpp", 138 "//components/resource_provider/public/cpp",
139 "//components/resource_provider/public/interfaces", 139 "//components/resource_provider/public/interfaces",
140 "//mojo/application/public/cpp:test_support", 140 "//mojo/application/public/cpp:test_support",
141 "//mojo/platform_handle", 141 "//mojo/platform_handle",
142 ] 142 ]
143 143
144 data_deps = [ ":resource_provider" ] 144 data_deps = [
145 ":resource_provider",
146 ]
145 } 147 }
OLDNEW
« no previous file with comments | « components/policy/android/BUILD.gn ('k') | device/devices_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine