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

Side by Side Diff: ui/chromeos/ui_chromeos.gyp

Issue 980943005: Add ash UI for third-party VPNs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_2_407541_434711_remove_combined_name
Patch Set: Updated after latest round of UI reviews. Created 5 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 | « ui/chromeos/network/network_list_view_base.cc ('k') | ui/chromeos/ui_chromeos_strings.grd » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'network/network_icon.cc', 88 'network/network_icon.cc',
89 'network/network_icon.h', 89 'network/network_icon.h',
90 'network/network_icon_animation.cc', 90 'network/network_icon_animation.cc',
91 'network/network_icon_animation.h', 91 'network/network_icon_animation.h',
92 'network/network_icon_animation_observer.h', 92 'network/network_icon_animation_observer.h',
93 'network/network_info.cc', 93 'network/network_info.cc',
94 'network/network_info.h', 94 'network/network_info.h',
95 'network/network_list.cc', 95 'network/network_list.cc',
96 'network/network_list.h', 96 'network/network_list.h',
97 'network/network_list_delegate.h', 97 'network/network_list_delegate.h',
98 'network/network_list_view_base.cc',
99 'network/network_list_view_base.h',
98 'network/network_state_notifier.cc', 100 'network/network_state_notifier.cc',
99 'network/network_state_notifier.h', 101 'network/network_state_notifier.h',
100 'touch_exploration_controller.cc', 102 'touch_exploration_controller.cc',
101 'touch_exploration_controller.h', 103 'touch_exploration_controller.h',
102 'user_activity_power_manager_notifier.cc', 104 'user_activity_power_manager_notifier.cc',
103 'user_activity_power_manager_notifier.h', 105 'user_activity_power_manager_notifier.h',
104 ], 106 ],
105 }, # target_name: ui_chromeos 107 }, # target_name: ui_chromeos
106 { 108 {
107 'target_name': 'ui_chromeos_unittests', 109 'target_name': 'ui_chromeos_unittests',
(...skipping 16 matching lines...) Expand all
124 '../chromeos/ime/candidate_window_view_unittest.cc', 126 '../chromeos/ime/candidate_window_view_unittest.cc',
125 '../chromeos/ime/input_method_menu_item_unittest.cc', 127 '../chromeos/ime/input_method_menu_item_unittest.cc',
126 '../chromeos/ime/input_method_menu_manager_unittest.cc', 128 '../chromeos/ime/input_method_menu_manager_unittest.cc',
127 '../chromeos/network/network_state_notifier_unittest.cc', 129 '../chromeos/network/network_state_notifier_unittest.cc',
128 '../chromeos/touch_exploration_controller_unittest.cc', 130 '../chromeos/touch_exploration_controller_unittest.cc',
129 'run_all_unittests.cc', 131 'run_all_unittests.cc',
130 ], 132 ],
131 }, # target_name: ui_chromeos_unittests 133 }, # target_name: ui_chromeos_unittests
132 ], 134 ],
133 } 135 }
OLDNEW
« no previous file with comments | « ui/chromeos/network/network_list_view_base.cc ('k') | ui/chromeos/ui_chromeos_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698