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
3 # found in the LICENSE file.
11 'target_name': 'ui_chromeos_resources',
14 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources',
18 'action_name': 'ui_chromeos_resources',
20 'grit_grd_file': 'resources/ui_chromeos_resources.grd',
22 'includes': [ '../../build/grit_action.gypi' ],
25 'includes': [ '../../build/grit_target.gypi' ],
28 'target_name': 'ui_chromeos_strings',
31 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings',
35 'action_name': 'generate_ui_chromeos_strings',
37 'grit_grd_file': 'ui_chromeos_strings.grd',
39 'includes': [ '../../build/grit_action.gypi' ],
42 'includes': [ '../../build/grit_target.gypi' ],
45 'target_name': 'ui_chromeos',
46 'type': '<(component)',
48 '../../base/base.gyp:base',
49 '../../chromeos/chromeos.gyp:power_manager_proto',
50 '../../skia/skia.gyp:skia',
51 '../aura/aura.gyp:aura',
52 '../events/events.gyp:events',
53 '../events/events.gyp:gesture_detection',
54 '../message_center/message_center.gyp:message_center',
55 '../views/views.gyp:views',
57 'ui_chromeos_resources',
58 'ui_chromeos_strings',
61 'UI_CHROMEOS_IMPLEMENTATION',
64 'accessibility_types.h',
65 'network/network_connect.cc',
66 'network/network_connect.h',
67 'network/network_icon.cc',
68 'network/network_icon.h',
69 'network/network_icon_animation.cc',
70 'network/network_icon_animation.h',
71 'network/network_icon_animation_observer.h',
72 'network/network_info.cc',
73 'network/network_info.h',
74 'network/network_list.cc',
75 'network/network_list.h',
76 'network/network_list_delegate.h',
77 'network/network_state_notifier.cc',
78 'network/network_state_notifier.h',
79 'touch_exploration_controller.cc',
80 'touch_exploration_controller.h',
81 'user_activity_power_manager_notifier.cc',
82 'user_activity_power_manager_notifier.h',