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

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

Issue 1469733003: system tray ui change for AllowOnlyPolicyNetworksToConnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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.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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 }, # target_name: ui_chromeos_strings 43 }, # target_name: ui_chromeos_strings
44 { 44 {
45 'target_name': 'ui_chromeos', 45 'target_name': 'ui_chromeos',
46 'type': '<(component)', 46 'type': '<(component)',
47 'dependencies': [ 47 'dependencies': [
48 '../../base/base.gyp:base', 48 '../../base/base.gyp:base',
49 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 49 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
50 '../../chromeos/chromeos.gyp:chromeos', 50 '../../chromeos/chromeos.gyp:chromeos',
51 '../../chromeos/chromeos.gyp:power_manager_proto', 51 '../../chromeos/chromeos.gyp:power_manager_proto',
52 '../../components/components.gyp:device_event_log_component', 52 '../../components/components.gyp:device_event_log_component',
53 '../../components/components.gyp:onc_component',
53 '../../skia/skia.gyp:skia', 54 '../../skia/skia.gyp:skia',
54 '../aura/aura.gyp:aura', 55 '../aura/aura.gyp:aura',
55 '../base/ime/ui_base_ime.gyp:ui_base_ime', 56 '../base/ime/ui_base_ime.gyp:ui_base_ime',
56 '../base/ui_base.gyp:ui_base', 57 '../base/ui_base.gyp:ui_base',
57 '../events/events.gyp:events', 58 '../events/events.gyp:events',
58 '../events/events.gyp:gesture_detection', 59 '../events/events.gyp:gesture_detection',
59 '../gfx/gfx.gyp:gfx', 60 '../gfx/gfx.gyp:gfx',
60 '../gfx/gfx.gyp:gfx_geometry', 61 '../gfx/gfx.gyp:gfx_geometry',
61 '../message_center/message_center.gyp:message_center', 62 '../message_center/message_center.gyp:message_center',
62 '../views/views.gyp:views', 63 '../views/views.gyp:views',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 '../chromeos/ime/candidate_window_view_unittest.cc', 127 '../chromeos/ime/candidate_window_view_unittest.cc',
127 '../chromeos/ime/input_method_menu_item_unittest.cc', 128 '../chromeos/ime/input_method_menu_item_unittest.cc',
128 '../chromeos/ime/input_method_menu_manager_unittest.cc', 129 '../chromeos/ime/input_method_menu_manager_unittest.cc',
129 '../chromeos/network/network_state_notifier_unittest.cc', 130 '../chromeos/network/network_state_notifier_unittest.cc',
130 '../chromeos/touch_exploration_controller_unittest.cc', 131 '../chromeos/touch_exploration_controller_unittest.cc',
131 'run_all_unittests.cc', 132 'run_all_unittests.cc',
132 ], 133 ],
133 }, # target_name: ui_chromeos_unittests 134 }, # target_name: ui_chromeos_unittests
134 ], 135 ],
135 } 136 }
OLDNEW
« no previous file with comments | « ui/chromeos/network/network_list.cc ('k') | ui/chromeos/ui_chromeos_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698