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

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

Issue 2690163008: Route through a JobService when receiving a message for the GCM Driver (Closed)
Patch Set: Route through a JobService when receiving a message for the GCM Driver Created 3 years, 10 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
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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "type": "additional_compile_target", 304 "type": "additional_compile_target",
305 }, 305 },
306 "chromiumos_preflight": { 306 "chromiumos_preflight": {
307 "label": "//:chromiumos_preflight", 307 "label": "//:chromiumos_preflight",
308 "type": "additional_compile_target", 308 "type": "additional_compile_target",
309 }, 309 },
310 "components_browsertests": { 310 "components_browsertests": {
311 "label": "//components:components_browsertests", 311 "label": "//components:components_browsertests",
312 "type": "windowed_test_launcher", 312 "type": "windowed_test_launcher",
313 }, 313 },
314 "components_gcm_driver_junit_tests": {
315 "label": "//components/gcm_driver/android:components_gcm_driver_junit_tests" ,
316 "type": "junit_test",
317 },
314 "components_invalidation_impl_junit_tests": { 318 "components_invalidation_impl_junit_tests": {
315 "label": "//components/invalidation/impl:components_invalidation_impl_junit_ tests", 319 "label": "//components/invalidation/impl:components_invalidation_impl_junit_ tests",
316 "type": "junit_test", 320 "type": "junit_test",
317 }, 321 },
318 "components_policy_junit_tests": { 322 "components_policy_junit_tests": {
319 "label": "//components/policy/android:components_policy_junit_tests", 323 "label": "//components/policy/android:components_policy_junit_tests",
320 "type": "junit_test", 324 "type": "junit_test",
321 }, 325 },
322 "components_unittests": { 326 "components_unittests": {
323 "label": "//components:components_unittests", 327 "label": "//components:components_unittests",
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 }, 1039 },
1036 "wm_unittests": { 1040 "wm_unittests": {
1037 "label": "//ui/wm:wm_unittests", 1041 "label": "//ui/wm:wm_unittests",
1038 "type": "windowed_test_launcher", 1042 "type": "windowed_test_launcher",
1039 }, 1043 },
1040 "wtf_unittests": { 1044 "wtf_unittests": {
1041 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 1045 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
1042 "type": "console_test_launcher", 1046 "type": "console_test_launcher",
1043 }, 1047 },
1044 } 1048 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698