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

Side by Side Diff: ui/android/BUILD.gn

Issue 2351003002: Remove GYP annotations from chrome, ui, tools GN files. (Closed)
Patch Set: Created 4 years, 3 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 | « ui/accelerated_widget_mac/BUILD.gn ('k') | ui/base/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/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 assert(is_android) 8 assert(is_android)
9 9
10 component("android") { 10 component("android") {
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "javatests/src/org/chromium/ui/resources/sprites/CrushedSpriteResourceTest.j ava", 223 "javatests/src/org/chromium/ui/resources/sprites/CrushedSpriteResourceTest.j ava",
224 ] 224 ]
225 testonly = true 225 testonly = true
226 deps = [ 226 deps = [
227 ":ui_java", 227 ":ui_java",
228 "//base:base_java", 228 "//base:base_java",
229 "//base:base_java_test_support", 229 "//base:base_java_test_support",
230 ] 230 ]
231 } 231 }
232 232
233 # GYP: //ui/android/ui_android.gyp:ui_junit_tests
234 junit_binary("ui_junit_tests") { 233 junit_binary("ui_junit_tests") {
235 java_files = [ 234 java_files = [
236 "junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java", 235 "junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java",
237 "junit/src/org/chromium/ui/text/SpanApplierTest.java", 236 "junit/src/org/chromium/ui/text/SpanApplierTest.java",
238 ] 237 ]
239 deps = [ 238 deps = [
240 "//base:base_java", 239 "//base:base_java",
241 "//ui/android:ui_java", 240 "//ui/android:ui_java",
242 ] 241 ]
243 } 242 }
(...skipping 13 matching lines...) Expand all
257 "//cc", 256 "//cc",
258 "//cc:test_support", 257 "//cc:test_support",
259 "//skia", 258 "//skia",
260 "//testing/gmock", 259 "//testing/gmock",
261 "//testing/gtest", 260 "//testing/gtest",
262 "//ui/base", 261 "//ui/base",
263 "//ui/gfx", 262 "//ui/gfx",
264 "//ui/resources:ui_test_pak", 263 "//ui/resources:ui_test_pak",
265 ] 264 ]
266 } 265 }
OLDNEW
« no previous file with comments | « ui/accelerated_widget_mac/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698