OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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/ui.gni") | 5 import("//build/config/ui.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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 "mac/scoped_nsobject.h", | 310 "mac/scoped_nsobject.h", |
311 "mac/scoped_objc_class_swizzler.h", | 311 "mac/scoped_objc_class_swizzler.h", |
312 "mac/scoped_objc_class_swizzler.mm", | 312 "mac/scoped_objc_class_swizzler.mm", |
313 "mac/scoped_sending_event.h", | 313 "mac/scoped_sending_event.h", |
314 "mac/scoped_sending_event.mm", | 314 "mac/scoped_sending_event.mm", |
315 "mac/sdk_forward_declarations.h", | 315 "mac/sdk_forward_declarations.h", |
316 "mac/sdk_forward_declarations.mm", | 316 "mac/sdk_forward_declarations.mm", |
317 "macros.h", | 317 "macros.h", |
318 "md5.cc", | 318 "md5.cc", |
319 "md5.h", | 319 "md5.h", |
| 320 "message_loop/bindable_single_thread_task_runner.h", |
320 "message_loop/incoming_task_queue.cc", | 321 "message_loop/incoming_task_queue.cc", |
321 "message_loop/incoming_task_queue.h", | 322 "message_loop/incoming_task_queue.h", |
322 "message_loop/message_loop.cc", | 323 "message_loop/message_loop.cc", |
323 "message_loop/message_loop.h", | 324 "message_loop/message_loop.h", |
324 "message_loop/message_loop_task_runner.cc", | 325 "message_loop/message_loop_task_runner.cc", |
325 "message_loop/message_loop_task_runner.h", | 326 "message_loop/message_loop_task_runner.h", |
326 "message_loop/message_pump.cc", | 327 "message_loop/message_pump.cc", |
327 "message_loop/message_pump.h", | 328 "message_loop/message_pump.h", |
328 "message_loop/message_pump_android.cc", | 329 "message_loop/message_pump_android.cc", |
329 "message_loop/message_pump_android.h", | 330 "message_loop/message_pump_android.h", |
(...skipping 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1555 | 1556 |
1556 # GYP: //base.gyp:base_java_unittest_support | 1557 # GYP: //base.gyp:base_java_unittest_support |
1557 android_library("base_java_unittest_support") { | 1558 android_library("base_java_unittest_support") { |
1558 deps = [ | 1559 deps = [ |
1559 ":base_java", | 1560 ":base_java", |
1560 ] | 1561 ] |
1561 java_files = | 1562 java_files = |
1562 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1563 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
1563 } | 1564 } |
1564 } | 1565 } |
OLD | NEW |