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

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: rebase 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') | 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'app_list/app_list_unittest.cc', 337 'app_list/app_list_unittest.cc',
338 'drag_drop/drag_drop_controller_unittest.cc', 338 'drag_drop/drag_drop_controller_unittest.cc',
339 'focus_cycler_unittest.cc', 339 'focus_cycler_unittest.cc',
340 'ime/input_method_event_filter_unittest.cc', 340 'ime/input_method_event_filter_unittest.cc',
341 'launcher/launcher_context_menu_unittest.cc', 341 'launcher/launcher_context_menu_unittest.cc',
342 'launcher/launcher_model_unittest.cc', 342 'launcher/launcher_model_unittest.cc',
343 'launcher/launcher_unittest.cc', 343 'launcher/launcher_unittest.cc',
344 'launcher/launcher_view_unittest.cc', 344 'launcher/launcher_view_unittest.cc',
345 'monitor/multi_monitor_manager_unittest.cc', 345 'monitor/multi_monitor_manager_unittest.cc',
346 'shell_unittest.cc', 346 'shell_unittest.cc',
347 'test/ash_unittests.cc',
348 'test/ash_test_base.cc', 347 'test/ash_test_base.cc',
349 'test/ash_test_base.h', 348 'test/ash_test_base.h',
349 'test/ash_unittests.cc',
350 'test/launcher_view_test_api.cc',
351 'test/launcher_view_test_api.h',
350 'test/test_activation_delegate.cc', 352 'test/test_activation_delegate.cc',
351 'test/test_activation_delegate.h', 353 'test/test_activation_delegate.h',
352 'test/test_launcher_delegate.cc', 354 'test/test_launcher_delegate.cc',
353 'test/test_launcher_delegate.h', 355 'test/test_launcher_delegate.h',
354 'test/test_shell_delegate.cc', 356 'test/test_shell_delegate.cc',
355 'test/test_shell_delegate.h', 357 'test/test_shell_delegate.h',
356 'test/test_suite.cc', 358 'test/test_suite.cc',
357 'test/test_suite.h', 359 'test/test_suite.h',
358 'test/test_suite_init.h', 360 'test/test_suite_init.h',
359 'test/test_suite_init.mm', 361 'test/test_suite_init.mm',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'shell/cocoa/app-Info.plist', 506 'shell/cocoa/app-Info.plist',
505 ], 507 ],
506 'xcode_settings': { 508 'xcode_settings': {
507 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 509 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
508 }, 510 },
509 }], 511 }],
510 ], 512 ],
511 }, 513 },
512 ], 514 ],
513 } 515 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698