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

Side by Side Diff: ui/ui.gyp

Issue 23769011: Move a bunch of windows stuff from ui/base/win to ui/gfx/win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moar bustage. Created 7 years, 3 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 | « ui/surface/accelerated_surface_win.cc ('k') | ui/ui_unittests.gypi » ('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) 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 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'base/resource/resource_bundle_gtk.cc', 308 'base/resource/resource_bundle_gtk.cc',
309 'base/resource/resource_bundle_ios.mm', 309 'base/resource/resource_bundle_ios.mm',
310 'base/resource/resource_bundle_mac.mm', 310 'base/resource/resource_bundle_mac.mm',
311 'base/resource/resource_bundle_win.cc', 311 'base/resource/resource_bundle_win.cc',
312 'base/resource/resource_bundle_win.h', 312 'base/resource/resource_bundle_win.h',
313 'base/resource/resource_data_dll_win.cc', 313 'base/resource/resource_data_dll_win.cc',
314 'base/resource/resource_data_dll_win.h', 314 'base/resource/resource_data_dll_win.h',
315 'base/resource/resource_handle.h', 315 'base/resource/resource_handle.h',
316 'base/text/bytes_formatting.cc', 316 'base/text/bytes_formatting.cc',
317 'base/text/bytes_formatting.h', 317 'base/text/bytes_formatting.h',
318 'base/text/utf16_indexing.cc',
319 'base/text/utf16_indexing.h',
320 'base/theme_provider.cc', 318 'base/theme_provider.cc',
321 'base/theme_provider.h', 319 'base/theme_provider.h',
322 'base/touch/touch_device.cc', 320 'base/touch/touch_device.cc',
323 'base/touch/touch_device.h', 321 'base/touch/touch_device.h',
324 'base/touch/touch_device_android.cc', 322 'base/touch/touch_device_android.cc',
325 'base/touch/touch_device_aurax11.cc', 323 'base/touch/touch_device_aurax11.cc',
326 'base/touch/touch_device_ozone.cc', 324 'base/touch/touch_device_ozone.cc',
327 'base/touch/touch_device_win.cc', 325 'base/touch/touch_device_win.cc',
328 'base/touch/touch_editing_controller.cc', 326 'base/touch/touch_editing_controller.cc',
329 'base/touch/touch_editing_controller.h', 327 'base/touch/touch_editing_controller.h',
(...skipping 18 matching lines...) Expand all
348 'base/win/accessibility_misc_utils.h', 346 'base/win/accessibility_misc_utils.h',
349 'base/win/atl_module.h', 347 'base/win/atl_module.h',
350 'base/win/events_win.cc', 348 'base/win/events_win.cc',
351 'base/win/extra_sdk_defines.h', 349 'base/win/extra_sdk_defines.h',
352 'base/win/foreground_helper.cc', 350 'base/win/foreground_helper.cc',
353 'base/win/foreground_helper.h', 351 'base/win/foreground_helper.h',
354 'base/win/hidden_window.cc', 352 'base/win/hidden_window.cc',
355 'base/win/hidden_window.h', 353 'base/win/hidden_window.h',
356 'base/win/hwnd_subclass.cc', 354 'base/win/hwnd_subclass.cc',
357 'base/win/hwnd_subclass.h', 355 'base/win/hwnd_subclass.h',
358 'base/win/hwnd_util.cc',
359 'base/win/hwnd_util.h',
360 'base/win/message_box_win.cc', 356 'base/win/message_box_win.cc',
361 'base/win/message_box_win.h', 357 'base/win/message_box_win.h',
362 'base/win/mouse_wheel_util.cc', 358 'base/win/mouse_wheel_util.cc',
363 'base/win/mouse_wheel_util.h', 359 'base/win/mouse_wheel_util.h',
364 'base/win/scoped_ole_initializer.cc', 360 'base/win/scoped_ole_initializer.cc',
365 'base/win/scoped_ole_initializer.h', 361 'base/win/scoped_ole_initializer.h',
366 'base/win/scoped_set_map_mode.h',
367 'base/win/shell.cc', 362 'base/win/shell.cc',
368 'base/win/shell.h', 363 'base/win/shell.h',
369 'base/win/singleton_hwnd.cc',
370 'base/win/singleton_hwnd.h',
371 'base/win/touch_input.cc', 364 'base/win/touch_input.cc',
372 'base/win/touch_input.h', 365 'base/win/touch_input.h',
373 'base/win/window_impl.cc',
374 'base/win/window_impl.h',
375 'base/window_open_disposition.cc', 366 'base/window_open_disposition.cc',
376 'base/window_open_disposition.h', 367 'base/window_open_disposition.h',
377 'base/work_area_watcher_observer.h', 368 'base/work_area_watcher_observer.h',
378 'base/x/active_window_watcher_x.cc', 369 'base/x/active_window_watcher_x.cc',
379 'base/x/active_window_watcher_x.h', 370 'base/x/active_window_watcher_x.h',
380 'base/x/active_window_watcher_x_observer.h', 371 'base/x/active_window_watcher_x_observer.h',
381 'base/x/device_data_manager.cc', 372 'base/x/device_data_manager.cc',
382 'base/x/device_data_manager.h', 373 'base/x/device_data_manager.h',
383 'base/x/device_list_cache_x.cc', 374 'base/x/device_list_cache_x.cc',
384 'base/x/device_list_cache_x.h', 375 'base/x/device_list_cache_x.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 'gfx/color_profile.cc', 419 'gfx/color_profile.cc',
429 'gfx/color_profile.h', 420 'gfx/color_profile.h',
430 'gfx/color_profile_mac.cc', 421 'gfx/color_profile_mac.cc',
431 'gfx/color_profile_win.cc', 422 'gfx/color_profile_win.cc',
432 'gfx/color_utils.cc', 423 'gfx/color_utils.cc',
433 'gfx/color_utils.h', 424 'gfx/color_utils.h',
434 'gfx/display.cc', 425 'gfx/display.cc',
435 'gfx/display.h', 426 'gfx/display.h',
436 'gfx/display_observer.cc', 427 'gfx/display_observer.cc',
437 'gfx/display_observer.h', 428 'gfx/display_observer.h',
438 'gfx/dpi_win.cc',
439 'gfx/dpi_win.h',
440 'gfx/favicon_size.cc', 429 'gfx/favicon_size.cc',
441 'gfx/favicon_size.h', 430 'gfx/favicon_size.h',
442 'gfx/font.cc', 431 'gfx/font.cc',
443 'gfx/font.h', 432 'gfx/font.h',
444 'gfx/font_fallback_win.cc', 433 'gfx/font_fallback_win.cc',
445 'gfx/font_fallback_win.h', 434 'gfx/font_fallback_win.h',
446 'gfx/font_list.cc', 435 'gfx/font_list.cc',
447 'gfx/font_list.h', 436 'gfx/font_list.h',
448 'gfx/font_render_params_android.cc', 437 'gfx/font_render_params_android.cc',
449 'gfx/font_render_params_linux.cc', 438 'gfx/font_render_params_linux.cc',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 'gfx/text_elider.h', 573 'gfx/text_elider.h',
585 'gfx/text_utils.cc', 574 'gfx/text_utils.cc',
586 'gfx/text_utils.h', 575 'gfx/text_utils.h',
587 'gfx/text_utils_android.cc', 576 'gfx/text_utils_android.cc',
588 'gfx/text_utils_ios.mm', 577 'gfx/text_utils_ios.mm',
589 'gfx/text_utils_skia.cc', 578 'gfx/text_utils_skia.cc',
590 'gfx/transform.cc', 579 'gfx/transform.cc',
591 'gfx/transform.h', 580 'gfx/transform.h',
592 'gfx/transform_util.cc', 581 'gfx/transform_util.cc',
593 'gfx/transform_util.h', 582 'gfx/transform_util.h',
583 'gfx/utf16_indexing.cc',
584 'gfx/utf16_indexing.h',
594 'gfx/vector2d.cc', 585 'gfx/vector2d.cc',
595 'gfx/vector2d.h', 586 'gfx/vector2d.h',
596 'gfx/vector2d_conversions.cc', 587 'gfx/vector2d_conversions.cc',
597 'gfx/vector2d_conversions.h', 588 'gfx/vector2d_conversions.h',
598 'gfx/vector2d_f.cc', 589 'gfx/vector2d_f.cc',
599 'gfx/vector2d_f.h', 590 'gfx/vector2d_f.h',
600 'gfx/vector3d_f.cc', 591 'gfx/vector3d_f.cc',
601 'gfx/vector3d_f.h', 592 'gfx/vector3d_f.h',
593 'gfx/win/dpi.cc',
594 'gfx/win/dpi.h',
595 'gfx/win/hwnd_util.cc',
596 'gfx/win/hwnd_util.h',
597 'gfx/win/scoped_set_map_mode.h',
598 'gfx/win/singleton_hwnd.cc',
599 'gfx/win/singleton_hwnd.h',
600 'gfx/win/window_impl.cc',
601 'gfx/win/window_impl.h',
602 'webui/jstemplate_builder.cc', 602 'webui/jstemplate_builder.cc',
603 'webui/jstemplate_builder.h', 603 'webui/jstemplate_builder.h',
604 'webui/web_ui_util.cc', 604 'webui/web_ui_util.cc',
605 'webui/web_ui_util.h', 605 'webui/web_ui_util.h',
606 ], 606 ],
607 'target_conditions': [ 607 'target_conditions': [
608 ['OS == "ios"', { 608 ['OS == "ios"', {
609 'sources/': [ 609 'sources/': [
610 ['include', '^base/l10n/l10n_util_mac\\.mm$'], 610 ['include', '^base/l10n/l10n_util_mac\\.mm$'],
611 ], 611 ],
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 'xcode_settings': { 1075 'xcode_settings': {
1076 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1076 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1077 }, 1077 },
1078 }], 1078 }],
1079 ], 1079 ],
1080 }, 1080 },
1081 ], 1081 ],
1082 }], 1082 }],
1083 ], 1083 ],
1084 } 1084 }
OLDNEW
« no previous file with comments | « ui/surface/accelerated_surface_win.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698