[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / ui / chromeos / ui_chromeos.gyp
blobad1bf6972a0ef33d970c67057140340f1ad1fa90
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.
6   'variables': {
7     'chromium_code': 1,
8   },
9   'targets': [
10     {
11       'target_name': 'ui_chromeos_resources',
12       'type': 'none',
13       'variables': {
14         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources',
15       },
16       'actions': [
17         {
18           'action_name': 'ui_chromeos_resources',
19           'variables': {
20             'grit_grd_file': 'resources/ui_chromeos_resources.grd',
21           },
22           'includes': [ '../../build/grit_action.gypi' ],
23         },
24       ],
25       'includes': [ '../../build/grit_target.gypi' ],
26     },
27     {
28       'target_name': 'ui_chromeos_strings',
29       'type': 'none',
30       'variables': {
31         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings',
32       },
33       'actions': [
34         {
35           'action_name': 'generate_ui_chromeos_strings',
36           'variables': {
37             'grit_grd_file': 'ui_chromeos_strings.grd',
38           },
39           'includes': [ '../../build/grit_action.gypi' ],
40         },
41       ],
42       'includes': [ '../../build/grit_target.gypi' ],
43     },
44     {
45       'target_name': 'ui_chromeos',
46       'type': '<(component)',
47       'dependencies': [
48         '../../base/base.gyp:base',
49         '../../skia/skia.gyp:skia',
50         '../aura/aura.gyp:aura',
51         '../events/events.gyp:events',
52         '../events/events.gyp:gesture_detection',
53         '../wm/wm.gyp:wm',
54         'ui_chromeos_resources',
55         'ui_chromeos_strings',
56       ],
57       'defines': [
58         'UI_CHROMEOS_IMPLEMENTATION',
59       ],
60       'sources': [
61         'network/network_icon.cc',
62         'network/network_icon.h',
63         'network/network_icon_animation.cc',
64         'network/network_icon_animation.h',
65         'network/network_icon_animation_observer.h',
66         'touch_exploration_controller.cc',
67         'touch_exploration_controller.h',
68         'user_activity_power_manager_notifier.cc',
69         'user_activity_power_manager_notifier.h',
70       ],
71     },
72   ],