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

Side by Side Diff: ash/ash.gyp

Issue 23449033: [ash] Remove Launcher::GetLauncherViewForTest() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing class keyword 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
« 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 'includes': [ 10 'includes': [
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 ], 599 ],
600 'sources': [ 600 'sources': [
601 'test/app_list_controller_test_api.cc', 601 'test/app_list_controller_test_api.cc',
602 'test/app_list_controller_test_api.h', 602 'test/app_list_controller_test_api.h',
603 'test/ash_test_base.cc', 603 'test/ash_test_base.cc',
604 'test/ash_test_base.h', 604 'test/ash_test_base.h',
605 'test/ash_test_helper.cc', 605 'test/ash_test_helper.cc',
606 'test/ash_test_helper.h', 606 'test/ash_test_helper.h',
607 'test/cursor_manager_test_api.cc', 607 'test/cursor_manager_test_api.cc',
608 'test/cursor_manager_test_api.h', 608 'test/cursor_manager_test_api.h',
609 'test/launcher_test_api.cc',
610 'test/launcher_test_api.h',
609 'test/launcher_view_test_api.cc', 611 'test/launcher_view_test_api.cc',
610 'test/launcher_view_test_api.h', 612 'test/launcher_view_test_api.h',
611 'test/display_manager_test_api.cc', 613 'test/display_manager_test_api.cc',
612 'test/display_manager_test_api.h', 614 'test/display_manager_test_api.h',
613 'test/mirror_window_test_api.cc', 615 'test/mirror_window_test_api.cc',
614 'test/mirror_window_test_api.h', 616 'test/mirror_window_test_api.h',
615 'test/shell_test_api.cc', 617 'test/shell_test_api.cc',
616 'test/shell_test_api.h', 618 'test/shell_test_api.h',
617 'test/test_activation_delegate.cc', 619 'test/test_activation_delegate.cc',
618 'test/test_activation_delegate.h', 620 'test/test_activation_delegate.h',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 'shell/cocoa/app-Info.plist', 938 'shell/cocoa/app-Info.plist',
937 ], 939 ],
938 'xcode_settings': { 940 'xcode_settings': {
939 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 941 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
940 }, 942 },
941 }], 943 }],
942 ], 944 ],
943 }, 945 },
944 ], 946 ],
945 } 947 }
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