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

Side by Side Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2722503004: Route through the BGTaskScheduler when receiving a message for the GCM Driver (Closed)
Patch Set: Route through the BGTaskScheduler when receiving a message for the GCM Driver Created 3 years, 9 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 | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/manage.py » ('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 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "type": "additional_compile_target", 313 "type": "additional_compile_target",
314 }, 314 },
315 "chromiumos_preflight": { 315 "chromiumos_preflight": {
316 "label": "//:chromiumos_preflight", 316 "label": "//:chromiumos_preflight",
317 "type": "additional_compile_target", 317 "type": "additional_compile_target",
318 }, 318 },
319 "components_browsertests": { 319 "components_browsertests": {
320 "label": "//components:components_browsertests", 320 "label": "//components:components_browsertests",
321 "type": "windowed_test_launcher", 321 "type": "windowed_test_launcher",
322 }, 322 },
323 "components_gcm_driver_junit_tests": {
324 "label": "//components/gcm_driver/android:components_gcm_driver_junit_tests" ,
325 "type": "junit_test",
326 },
323 "components_invalidation_impl_junit_tests": { 327 "components_invalidation_impl_junit_tests": {
324 "label": "//components/invalidation/impl:components_invalidation_impl_junit_ tests", 328 "label": "//components/invalidation/impl:components_invalidation_impl_junit_ tests",
325 "type": "junit_test", 329 "type": "junit_test",
326 }, 330 },
327 "components_policy_junit_tests": { 331 "components_policy_junit_tests": {
328 "label": "//components/policy/android:components_policy_junit_tests", 332 "label": "//components/policy/android:components_policy_junit_tests",
329 "type": "junit_test", 333 "type": "junit_test",
330 }, 334 },
331 "components_unittests": { 335 "components_unittests": {
332 "label": "//components:components_unittests", 336 "label": "//components:components_unittests",
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 }, 1053 },
1050 "wm_unittests": { 1054 "wm_unittests": {
1051 "label": "//ui/wm:wm_unittests", 1055 "label": "//ui/wm:wm_unittests",
1052 "type": "windowed_test_launcher", 1056 "type": "windowed_test_launcher",
1053 }, 1057 },
1054 "wtf_unittests": { 1058 "wtf_unittests": {
1055 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 1059 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
1056 "type": "console_test_launcher", 1060 "type": "console_test_launcher",
1057 }, 1061 },
1058 } 1062 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698