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

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

Issue 2870283002: Move message_center::CustomNotificationView to arc::ArcNotificationView (Closed)
Patch Set: Fixed test Created 3 years, 7 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 | ui/arc/BUILD.gn » ('j') | ui/arc/notification/arc_custom_notification_view.h » ('J')
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 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 "ui_base_unittests": { 1016 "ui_base_unittests": {
1017 "label": "//ui/base:ui_base_unittests", 1017 "label": "//ui/base:ui_base_unittests",
1018 "type": "windowed_test_launcher", 1018 "type": "windowed_test_launcher",
1019 }, 1019 },
1020 "ui_chromeos_unittests": { 1020 "ui_chromeos_unittests": {
1021 "label": "//ui/chromeos:ui_chromeos_unittests", 1021 "label": "//ui/chromeos:ui_chromeos_unittests",
1022 "type": "windowed_test_launcher", 1022 "type": "windowed_test_launcher",
1023 }, 1023 },
1024 "ui_arc_unittests": { 1024 "ui_arc_unittests": {
1025 "label": "//ui/arc:ui_arc_unittests", 1025 "label": "//ui/arc:ui_arc_unittests",
1026 "type": "raw", 1026 "type": "windowed_test_launcher",
1027 "args": [],
1028 }, 1027 },
1029 "ui_junit_tests": { 1028 "ui_junit_tests": {
1030 "label": "//ui/android:ui_junit_tests", 1029 "label": "//ui/android:ui_junit_tests",
1031 "type": "junit_test", 1030 "type": "junit_test",
1032 }, 1031 },
1033 "ui_struct_traits_unittests": { 1032 "ui_struct_traits_unittests": {
1034 "label": "//services/ui/public/interfaces:ui_struct_traits_unittests", 1033 "label": "//services/ui/public/interfaces:ui_struct_traits_unittests",
1035 "type": "console_test_launcher", 1034 "type": "console_test_launcher",
1036 }, 1035 },
1037 "ui_touch_selection_unittests": { 1036 "ui_touch_selection_unittests": {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 }, 1110 },
1112 "wm_unittests": { 1111 "wm_unittests": {
1113 "label": "//ui/wm:wm_unittests", 1112 "label": "//ui/wm:wm_unittests",
1114 "type": "windowed_test_launcher", 1113 "type": "windowed_test_launcher",
1115 }, 1114 },
1116 "wtf_unittests": { 1115 "wtf_unittests": {
1117 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1116 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1118 "type": "console_test_launcher", 1117 "type": "console_test_launcher",
1119 }, 1118 },
1120 } 1119 }
OLDNEW
« no previous file with comments | « no previous file | ui/arc/BUILD.gn » ('j') | ui/arc/notification/arc_custom_notification_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698