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

Side by Side Diff: base/BUILD.gn

Issue 998063002: base: Make it possible to replace the MessageLoop's task runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No more MessageLoopProxy. Created 5 years, 6 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 | base/base.gypi » ('j') | base/message_loop/message_loop.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/message_loop/message_loop.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698