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

Side by Side Diff: trunk/src/ash/ash.gyp

Issue 23808004: Revert 221197 "Adds an integration test for uninstalling app lis..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | trunk/src/ash/test/app_list_controller_test_api.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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 { 588 {
589 'target_name': 'ash_test_support', 589 'target_name': 'ash_test_support',
590 'type': 'static_library', 590 'type': 'static_library',
591 'dependencies': [ 591 'dependencies': [
592 '../skia/skia.gyp:skia', 592 '../skia/skia.gyp:skia',
593 '../testing/gtest.gyp:gtest', 593 '../testing/gtest.gyp:gtest',
594 'ash', 594 'ash',
595 'ash_resources', 595 'ash_resources',
596 ], 596 ],
597 'sources': [ 597 'sources': [
598 'test/app_list_controller_test_api.cc',
599 'test/app_list_controller_test_api.h',
600 'test/ash_test_base.cc', 598 'test/ash_test_base.cc',
601 'test/ash_test_base.h', 599 'test/ash_test_base.h',
602 'test/ash_test_helper.cc', 600 'test/ash_test_helper.cc',
603 'test/ash_test_helper.h', 601 'test/ash_test_helper.h',
604 'test/cursor_manager_test_api.cc', 602 'test/cursor_manager_test_api.cc',
605 'test/cursor_manager_test_api.h', 603 'test/cursor_manager_test_api.h',
606 'test/launcher_view_test_api.cc', 604 'test/launcher_view_test_api.cc',
607 'test/launcher_view_test_api.h', 605 'test/launcher_view_test_api.h',
608 'test/display_manager_test_api.cc', 606 'test/display_manager_test_api.cc',
609 'test/display_manager_test_api.h', 607 'test/display_manager_test_api.h',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 'shell/cocoa/app-Info.plist', 931 'shell/cocoa/app-Info.plist',
934 ], 932 ],
935 'xcode_settings': { 933 'xcode_settings': {
936 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 934 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
937 }, 935 },
938 }], 936 }],
939 ], 937 ],
940 }, 938 },
941 ], 939 ],
942 } 940 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/ash/test/app_list_controller_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698