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

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

Issue 15966003: Revert 201806 "Create MetroViewerProcessHost as a common base fo..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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/DEPS » ('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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'test/test_shell_delegate.h', 568 'test/test_shell_delegate.h',
569 'test/test_suite.cc', 569 'test/test_suite.cc',
570 'test/test_suite.h', 570 'test/test_suite.h',
571 'test/test_suite_init.h', 571 'test/test_suite_init.h',
572 'test/test_suite_init.mm', 572 'test/test_suite_init.mm',
573 ], 573 ],
574 'conditions': [ 574 'conditions': [
575 ['OS=="win"', { 575 ['OS=="win"', {
576 'dependencies': [ 576 'dependencies': [
577 '../ipc/ipc.gyp:ipc', 577 '../ipc/ipc.gyp:ipc',
578 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 578 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer',
579 '../win8/win8.gyp:metro_viewer', 579 '../win8/win8_tests.gyp:test_registrar',
580 '../win8/win8.gyp:test_support_win8', 580 '../win8/win8.gyp:test_support_win8',
581 '../win8/win8_tests.gyp:test_registrar',
582 ], 581 ],
583 'sources': [ 582 'sources': [
584 'test/test_metro_viewer_process_host.cc', 583 'test/test_metro_viewer_process_host.cc',
585 'test/test_metro_viewer_process_host.h', 584 'test/test_metro_viewer_process_host.h',
586 ], 585 ],
587 }], 586 }],
588 ], 587 ],
589 }, 588 },
590 { 589 {
591 'target_name': 'ash_unittests', 590 'target_name': 'ash_unittests',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'shell/cocoa/app-Info.plist', 851 'shell/cocoa/app-Info.plist',
853 ], 852 ],
854 'xcode_settings': { 853 'xcode_settings': {
855 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 854 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
856 }, 855 },
857 }], 856 }],
858 ], 857 ],
859 }, 858 },
860 ], 859 ],
861 } 860 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/ash/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698