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

Side by Side Diff: ash/ash.gyp

Issue 14629025: Create MetroViewerProcessHost as a common base for TestMetroViewerProcessHost and ChromeMetroViewer… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge before dcommit 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 | 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', 578 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
579 '../win8/win8.gyp:metro_viewer',
580 '../win8/win8.gyp:test_support_win8',
579 '../win8/win8_tests.gyp:test_registrar', 581 '../win8/win8_tests.gyp:test_registrar',
580 '../win8/win8.gyp:test_support_win8',
581 ], 582 ],
582 'sources': [ 583 'sources': [
583 'test/test_metro_viewer_process_host.cc', 584 'test/test_metro_viewer_process_host.cc',
584 'test/test_metro_viewer_process_host.h', 585 'test/test_metro_viewer_process_host.h',
585 ], 586 ],
586 }], 587 }],
587 ], 588 ],
588 }, 589 },
589 { 590 {
590 'target_name': 'ash_unittests', 591 'target_name': 'ash_unittests',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'shell/cocoa/app-Info.plist', 852 'shell/cocoa/app-Info.plist',
852 ], 853 ],
853 'xcode_settings': { 854 'xcode_settings': {
854 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 855 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
855 }, 856 },
856 }], 857 }],
857 ], 858 ],
858 }, 859 },
859 ], 860 ],
860 } 861 }
OLDNEW
« no previous file with comments | « no previous file | ash/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698