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

Side by Side Diff: app/app_base.gypi

Issue 6154001: Move animation code to new ui/base/animation directory.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « app/app.gyp ('k') | app/linear_animation.h » ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'include_dirs': [ 84 'include_dirs': [
85 '..', 85 '..',
86 '../third_party/mesa/MesaLib/include', 86 '../third_party/mesa/MesaLib/include',
87 '<(gl_binding_output_dir)', 87 '<(gl_binding_output_dir)',
88 ], 88 ],
89 }, 89 },
90 'sources': [ 90 'sources': [
91 # Files that are not required for Win64 Native Client loader 91 # Files that are not required for Win64 Native Client loader
92 'active_window_watcher_x.cc', 92 'active_window_watcher_x.cc',
93 'active_window_watcher_x.h', 93 'active_window_watcher_x.h',
94 'animation_container.cc',
95 'animation_container.h',
96 'animation_container_element.h',
97 'animation_container_observer.h',
98 'animation.cc',
99 'animation.h',
100 'bidi_line_iterator.cc', 94 'bidi_line_iterator.cc',
101 'clipboard/clipboard.cc', 95 'clipboard/clipboard.cc',
102 'clipboard/clipboard.h', 96 'clipboard/clipboard.h',
103 'clipboard/clipboard_linux.cc', 97 'clipboard/clipboard_linux.cc',
104 'clipboard/clipboard_mac.mm', 98 'clipboard/clipboard_mac.mm',
105 'clipboard/clipboard_util_win.cc', 99 'clipboard/clipboard_util_win.cc',
106 'clipboard/clipboard_util_win.h', 100 'clipboard/clipboard_util_win.h',
107 'clipboard/clipboard_win.cc', 101 'clipboard/clipboard_win.cc',
108 'clipboard/scoped_clipboard_writer.cc', 102 'clipboard/scoped_clipboard_writer.cc',
109 'clipboard/scoped_clipboard_writer.h', 103 'clipboard/scoped_clipboard_writer.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'keyboard_codes_win.h', 148 'keyboard_codes_win.h',
155 'keyboard_codes_posix.h', 149 'keyboard_codes_posix.h',
156 'l10n_util.cc', 150 'l10n_util.cc',
157 'l10n_util.h', 151 'l10n_util.h',
158 'l10n_util_collator.h', 152 'l10n_util_collator.h',
159 'l10n_util_mac.h', 153 'l10n_util_mac.h',
160 'l10n_util_mac.mm', 154 'l10n_util_mac.mm',
161 'l10n_util_posix.cc', 155 'l10n_util_posix.cc',
162 'l10n_util_win.cc', 156 'l10n_util_win.cc',
163 'l10n_util_win.h', 157 'l10n_util_win.h',
164 'linear_animation.cc',
165 'linear_animation.h',
166 'mac/nsimage_cache.h', 158 'mac/nsimage_cache.h',
167 'mac/nsimage_cache.mm', 159 'mac/nsimage_cache.mm',
168 'mac/scoped_nsdisable_screen_updates.h', 160 'mac/scoped_nsdisable_screen_updates.h',
169 'menus/accelerator.h', 161 'menus/accelerator.h',
170 'menus/accelerator_gtk.h', 162 'menus/accelerator_gtk.h',
171 'menus/accelerator_cocoa.h', 163 'menus/accelerator_cocoa.h',
172 'menus/button_menu_item_model.cc', 164 'menus/button_menu_item_model.cc',
173 'menus/button_menu_item_model.h', 165 'menus/button_menu_item_model.h',
174 'menus/menu_model.cc', 166 'menus/menu_model.cc',
175 'menus/menu_model.h', 167 'menus/menu_model.h',
176 'menus/simple_menu_model.cc', 168 'menus/simple_menu_model.cc',
177 'menus/simple_menu_model.h', 169 'menus/simple_menu_model.h',
178 'message_box_flags.h', 170 'message_box_flags.h',
179 'multi_animation.cc',
180 'multi_animation.h',
181 'os_exchange_data_provider_gtk.cc', 171 'os_exchange_data_provider_gtk.cc',
182 'os_exchange_data_provider_gtk.h', 172 'os_exchange_data_provider_gtk.h',
183 'os_exchange_data_provider_win.cc', 173 'os_exchange_data_provider_win.cc',
184 'os_exchange_data_provider_win.h', 174 'os_exchange_data_provider_win.h',
185 'os_exchange_data.cc', 175 'os_exchange_data.cc',
186 'os_exchange_data.h', 176 'os_exchange_data.h',
187 'resource_bundle.cc', 177 'resource_bundle.cc',
188 'resource_bundle.h', 178 'resource_bundle.h',
189 'resource_bundle_linux.cc', 179 'resource_bundle_linux.cc',
190 'resource_bundle_mac.mm', 180 'resource_bundle_mac.mm',
191 'resource_bundle_posix.cc', 181 'resource_bundle_posix.cc',
192 'resource_bundle_win.cc', 182 'resource_bundle_win.cc',
193 'slide_animation.cc',
194 'slide_animation.h',
195 'sql/connection.cc', 183 'sql/connection.cc',
196 'sql/connection.h', 184 'sql/connection.h',
197 'sql/diagnostic_error_delegate.h', 185 'sql/diagnostic_error_delegate.h',
198 'sql/init_status.h', 186 'sql/init_status.h',
199 'sql/meta_table.cc', 187 'sql/meta_table.cc',
200 'sql/meta_table.h', 188 'sql/meta_table.h',
201 'sql/statement.cc', 189 'sql/statement.cc',
202 'sql/statement.h', 190 'sql/statement.h',
203 'sql/transaction.cc', 191 'sql/transaction.cc',
204 'sql/transaction.h', 192 'sql/transaction.h',
205 'surface/accelerated_surface_mac.cc', 193 'surface/accelerated_surface_mac.cc',
206 'surface/accelerated_surface_mac.h', 194 'surface/accelerated_surface_mac.h',
207 'surface/io_surface_support_mac.cc', 195 'surface/io_surface_support_mac.cc',
208 'surface/io_surface_support_mac.h', 196 'surface/io_surface_support_mac.h',
209 'surface/transport_dib.h', 197 'surface/transport_dib.h',
210 'surface/transport_dib_linux.cc', 198 'surface/transport_dib_linux.cc',
211 'surface/transport_dib_mac.cc', 199 'surface/transport_dib_mac.cc',
212 'surface/transport_dib_win.cc', 200 'surface/transport_dib_win.cc',
213 'table_model.cc', 201 'table_model.cc',
214 'table_model.h', 202 'table_model.h',
215 'table_model_observer.h', 203 'table_model_observer.h',
216 'text_elider.cc', 204 'text_elider.cc',
217 'text_elider.h', 205 'text_elider.h',
218 'theme_provider.cc', 206 'theme_provider.cc',
219 'theme_provider.h', 207 'theme_provider.h',
220 'throb_animation.cc',
221 'throb_animation.h',
222 'tween.cc',
223 'tween.h',
224 'view_prop.cc', 208 'view_prop.cc',
225 'view_prop.h', 209 'view_prop.h',
226 'win/drag_source.cc', 210 'win/drag_source.cc',
227 'win/drag_source.h', 211 'win/drag_source.h',
228 'win/drop_target.cc', 212 'win/drop_target.cc',
229 'win/drop_target.h', 213 'win/drop_target.h',
230 'win/hwnd_util.cc', 214 'win/hwnd_util.cc',
231 'win/hwnd_util.h', 215 'win/hwnd_util.h',
232 'win/iat_patch_function.cc', 216 'win/iat_patch_function.cc',
233 'win/iat_patch_function.h', 217 'win/iat_patch_function.h',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'configurations': { 438 'configurations': {
455 'Common_Base': { 439 'Common_Base': {
456 'msvs_target_platform': 'x64', 440 'msvs_target_platform': 'x64',
457 }, 441 },
458 }, 442 },
459 }, 443 },
460 ], 444 ],
461 }], 445 }],
462 ], 446 ],
463 } 447 }
OLDNEW
« no previous file with comments | « app/app.gyp ('k') | app/linear_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698