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

Side by Side Diff: ash/ash.gyp

Issue 10701051: Polish launcher tooltip visibility (2nd try). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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 | « no previous file | ash/launcher/launcher.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) 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 10
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'accelerators/nested_dispatcher_controller_unittest.cc', 386 'accelerators/nested_dispatcher_controller_unittest.cc',
387 'dip_unittest.cc', 387 'dip_unittest.cc',
388 'display/display_controller_unittest.cc', 388 'display/display_controller_unittest.cc',
389 'display/multi_display_manager_unittest.cc', 389 'display/multi_display_manager_unittest.cc',
390 'drag_drop/drag_drop_controller_unittest.cc', 390 'drag_drop/drag_drop_controller_unittest.cc',
391 'extended_desktop_unittest.cc', 391 'extended_desktop_unittest.cc',
392 'focus_cycler_unittest.cc', 392 'focus_cycler_unittest.cc',
393 'launcher/launcher_context_menu_unittest.cc', 393 'launcher/launcher_context_menu_unittest.cc',
394 'launcher/launcher_model_unittest.cc', 394 'launcher/launcher_model_unittest.cc',
395 'launcher/launcher_navigator_unittest.cc', 395 'launcher/launcher_navigator_unittest.cc',
396 'launcher/launcher_tooltip_manager_unittest.cc',
396 'launcher/launcher_unittest.cc', 397 'launcher/launcher_unittest.cc',
397 'launcher/launcher_view_unittest.cc', 398 'launcher/launcher_view_unittest.cc',
398 'root_window_controller_unittest.cc', 399 'root_window_controller_unittest.cc',
399 'screensaver/screensaver_view_unittest.cc', 400 'screensaver/screensaver_view_unittest.cc',
400 'shell_unittest.cc', 401 'shell_unittest.cc',
401 'system/tray/system_tray_unittest.cc', 402 'system/tray/system_tray_unittest.cc',
402 'system/web_notification/web_notification_tray_unittest.cc', 403 'system/web_notification/web_notification_tray_unittest.cc',
403 'test/ash_test_base.cc', 404 'test/ash_test_base.cc',
404 'test/ash_test_base.h', 405 'test/ash_test_base.h',
405 'test/ash_unittests.cc', 406 'test/ash_unittests.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'shell/cocoa/app-Info.plist', 568 'shell/cocoa/app-Info.plist',
568 ], 569 ],
569 'xcode_settings': { 570 'xcode_settings': {
570 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 571 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
571 }, 572 },
572 }], 573 }],
573 ], 574 ],
574 }, 575 },
575 ], 576 ],
576 } 577 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698