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

Side by Side Diff: ash/ash.gyp

Issue 12207186: split test_registrar target into a new win8_tests.gyp. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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 | win8/win8.gyp » ('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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'test/test_suite.cc', 512 'test/test_suite.cc',
513 'test/test_suite.h', 513 'test/test_suite.h',
514 'test/test_suite_init.h', 514 'test/test_suite_init.h',
515 'test/test_suite_init.mm', 515 'test/test_suite_init.mm',
516 ], 516 ],
517 'conditions': [ 517 'conditions': [
518 ['OS=="win"', { 518 ['OS=="win"', {
519 'dependencies': [ 519 'dependencies': [
520 '../ipc/ipc.gyp:ipc', 520 '../ipc/ipc.gyp:ipc',
521 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', 521 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer',
522 '../win8/win8.gyp:test_registrar', 522 '../win8/win8_tests.gyp:test_registrar',
523 '../win8/win8.gyp:test_support_win8', 523 '../win8/win8.gyp:test_support_win8',
524 ], 524 ],
525 'sources': [ 525 'sources': [
526 'test/test_metro_viewer_process_host.cc', 526 'test/test_metro_viewer_process_host.cc',
527 'test/test_metro_viewer_process_host.h', 527 'test/test_metro_viewer_process_host.h',
528 ], 528 ],
529 }], 529 }],
530 ], 530 ],
531 }, 531 },
532 { 532 {
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'shell/cocoa/app-Info.plist', 761 'shell/cocoa/app-Info.plist',
762 ], 762 ],
763 'xcode_settings': { 763 'xcode_settings': {
764 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 764 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
765 }, 765 },
766 }], 766 }],
767 ], 767 ],
768 }, 768 },
769 ], 769 ],
770 } 770 }
OLDNEW
« no previous file with comments | « no previous file | win8/win8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698