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

Side by Side Diff: ash/ash.gyp

Issue 10068027: ash: Fix launcher icon overlaps with status. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove ideal_visibility and move TestAPI out Created 8 years, 8 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_unittest.cc » ('j') | ash/launcher/launcher_view.cc » ('J')
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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'accelerators/accelerator_controller_unittest.cc', 333 'accelerators/accelerator_controller_unittest.cc',
334 'accelerators/accelerator_filter_unittest.cc', 334 'accelerators/accelerator_filter_unittest.cc',
335 'accelerators/nested_dispatcher_controller_unittest.cc', 335 'accelerators/nested_dispatcher_controller_unittest.cc',
336 'app_list/app_list_unittest.cc', 336 'app_list/app_list_unittest.cc',
337 'drag_drop/drag_drop_controller_unittest.cc', 337 'drag_drop/drag_drop_controller_unittest.cc',
338 'focus_cycler_unittest.cc', 338 'focus_cycler_unittest.cc',
339 'ime/input_method_event_filter_unittest.cc', 339 'ime/input_method_event_filter_unittest.cc',
340 'launcher/launcher_context_menu_unittest.cc', 340 'launcher/launcher_context_menu_unittest.cc',
341 'launcher/launcher_model_unittest.cc', 341 'launcher/launcher_model_unittest.cc',
342 'launcher/launcher_unittest.cc', 342 'launcher/launcher_unittest.cc',
343 'launcher/launcher_view_unittest.cc',
343 'monitor/multi_monitor_manager_unittest.cc', 344 'monitor/multi_monitor_manager_unittest.cc',
344 'shell_unittest.cc', 345 'shell_unittest.cc',
345 'test/ash_unittests.cc', 346 'test/ash_unittests.cc',
346 'test/ash_test_base.cc', 347 'test/ash_test_base.cc',
347 'test/ash_test_base.h', 348 'test/ash_test_base.h',
348 'test/test_activation_delegate.cc', 349 'test/test_activation_delegate.cc',
349 'test/test_activation_delegate.h', 350 'test/test_activation_delegate.h',
351 'test/launcher_view_test_api.cc',
sky 2012/04/23 20:47:25 sort
xiyuan 2012/04/23 21:01:21 Done.
352 'test/launcher_view_test_api.h',
350 'test/test_shell_delegate.cc', 353 'test/test_shell_delegate.cc',
351 'test/test_shell_delegate.h', 354 'test/test_shell_delegate.h',
352 'test/test_suite.cc', 355 'test/test_suite.cc',
353 'test/test_suite.h', 356 'test/test_suite.h',
354 'test/test_suite_init.h', 357 'test/test_suite_init.h',
355 'test/test_suite_init.mm', 358 'test/test_suite_init.mm',
356 'tooltips/tooltip_controller_unittest.cc', 359 'tooltips/tooltip_controller_unittest.cc',
357 'wm/activation_controller_unittest.cc', 360 'wm/activation_controller_unittest.cc',
358 'wm/base_layout_manager_unittest.cc', 361 'wm/base_layout_manager_unittest.cc',
359 'wm/frame_painter_unittest.cc', 362 'wm/frame_painter_unittest.cc',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 'shell/cocoa/app-Info.plist', 484 'shell/cocoa/app-Info.plist',
482 ], 485 ],
483 'xcode_settings': { 486 'xcode_settings': {
484 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 487 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
485 }, 488 },
486 }], 489 }],
487 ], 490 ],
488 }, 491 },
489 ], 492 ],
490 } 493 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher_unittest.cc » ('j') | ash/launcher/launcher_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698