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

Side by Side Diff: ash/ash.gyp

Issue 10911342: Add ScreenPositionClient::ConvertNativePointToScreen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 '../ui/views/test/test_views_delegate.cc', 450 '../ui/views/test/test_views_delegate.cc',
451 '../ui/views/test/test_views_delegate.h', 451 '../ui/views/test/test_views_delegate.h',
452 'accelerators/accelerator_controller_unittest.cc', 452 'accelerators/accelerator_controller_unittest.cc',
453 'accelerators/accelerator_filter_unittest.cc', 453 'accelerators/accelerator_filter_unittest.cc',
454 'accelerators/accelerator_table_unittest.cc', 454 'accelerators/accelerator_table_unittest.cc',
455 'accelerators/nested_dispatcher_controller_unittest.cc', 455 'accelerators/nested_dispatcher_controller_unittest.cc',
456 'dip_unittest.cc', 456 'dip_unittest.cc',
457 'display/display_controller_unittest.cc', 457 'display/display_controller_unittest.cc',
458 'display/mouse_cursor_event_filter_unittest.cc', 458 'display/mouse_cursor_event_filter_unittest.cc',
459 'display/multi_display_manager_unittest.cc', 459 'display/multi_display_manager_unittest.cc',
460 'display/screen_position_controller_unittest.cc',
460 'drag_drop/drag_drop_controller_unittest.cc', 461 'drag_drop/drag_drop_controller_unittest.cc',
461 'drag_drop/drag_drop_tracker_unittest.cc', 462 'drag_drop/drag_drop_tracker_unittest.cc',
462 'extended_desktop_unittest.cc', 463 'extended_desktop_unittest.cc',
463 'focus_cycler_unittest.cc', 464 'focus_cycler_unittest.cc',
464 'launcher/launcher_context_menu_unittest.cc', 465 'launcher/launcher_context_menu_unittest.cc',
465 'launcher/launcher_model_unittest.cc', 466 'launcher/launcher_model_unittest.cc',
466 'launcher/launcher_navigator_unittest.cc', 467 'launcher/launcher_navigator_unittest.cc',
467 'launcher/launcher_tooltip_manager_unittest.cc', 468 'launcher/launcher_tooltip_manager_unittest.cc',
468 'launcher/launcher_unittest.cc', 469 'launcher/launcher_unittest.cc',
469 'launcher/launcher_view_unittest.cc', 470 'launcher/launcher_view_unittest.cc',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 'shell/cocoa/app-Info.plist', 649 'shell/cocoa/app-Info.plist',
649 ], 650 ],
650 'xcode_settings': { 651 'xcode_settings': {
651 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 652 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
652 }, 653 },
653 }], 654 }],
654 ], 655 ],
655 }, 656 },
656 ], 657 ],
657 } 658 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/screen_position_controller.h » ('j') | ash/display/screen_position_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698