OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 'display/screen_position_controller.h', | 122 'display/screen_position_controller.h', |
123 'display/shared_display_edge_indicator.cc', | 123 'display/shared_display_edge_indicator.cc', |
124 'display/shared_display_edge_indicator.h', | 124 'display/shared_display_edge_indicator.h', |
125 'drag_drop/drag_drop_controller.cc', | 125 'drag_drop/drag_drop_controller.cc', |
126 'drag_drop/drag_drop_controller.h', | 126 'drag_drop/drag_drop_controller.h', |
127 'drag_drop/drag_drop_tracker.cc', | 127 'drag_drop/drag_drop_tracker.cc', |
128 'drag_drop/drag_drop_tracker.h', | 128 'drag_drop/drag_drop_tracker.h', |
129 'drag_drop/drag_image_view.cc', | 129 'drag_drop/drag_image_view.cc', |
130 'drag_drop/drag_image_view.h', | 130 'drag_drop/drag_image_view.h', |
131 'event_rewriter_delegate.h', | 131 'event_rewriter_delegate.h', |
| 132 'first_run/first_run_delegate.cc', |
| 133 'first_run/first_run_delegate.h', |
| 134 'first_run/first_run_delegate_impl.cc', |
| 135 'first_run/first_run_delegate_impl.h', |
132 'focus_cycler.cc', | 136 'focus_cycler.cc', |
133 'focus_cycler.h', | 137 'focus_cycler.h', |
134 'high_contrast/high_contrast_controller.cc', | 138 'high_contrast/high_contrast_controller.cc', |
135 'high_contrast/high_contrast_controller.h', | 139 'high_contrast/high_contrast_controller.h', |
136 'host/root_window_host_factory.cc', | 140 'host/root_window_host_factory.cc', |
137 'host/root_window_host_factory.h', | 141 'host/root_window_host_factory.h', |
138 'host/root_window_host_factory_win.cc', | 142 'host/root_window_host_factory_win.cc', |
139 'keyboard_controller_proxy_stub.cc', | 143 'keyboard_controller_proxy_stub.cc', |
140 'keyboard_controller_proxy_stub.h', | 144 'keyboard_controller_proxy_stub.h', |
141 'keyboard_overlay/keyboard_overlay_delegate.cc', | 145 'keyboard_overlay/keyboard_overlay_delegate.cc', |
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
921 }, | 925 }, |
922 }, | 926 }, |
923 'dependencies': [ | 927 'dependencies': [ |
924 '../sandbox/sandbox.gyp:sandbox', | 928 '../sandbox/sandbox.gyp:sandbox', |
925 ], | 929 ], |
926 }], | 930 }], |
927 ], | 931 ], |
928 }, | 932 }, |
929 ], | 933 ], |
930 } | 934 } |
OLD | NEW |