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

Side by Side Diff: ash/ash.gyp

Issue 12096064: Automatic Win8 default browser registration for the ash unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CHECK->ASSERT_TRUE 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 | Annotate | Revision Log
« no previous file with comments | « ash/DEPS ('k') | ash/test/ash_test_base.cc » ('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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'test/test_suite.cc', 508 'test/test_suite.cc',
509 'test/test_suite.h', 509 'test/test_suite.h',
510 'test/test_suite_init.h', 510 'test/test_suite_init.h',
511 'test/test_suite_init.mm', 511 'test/test_suite_init.mm',
512 ], 512 ],
513 'conditions': [ 513 'conditions': [
514 ['OS=="win"', { 514 ['OS=="win"', {
515 'dependencies': [ 515 'dependencies': [
516 '../ipc/ipc.gyp:ipc', 516 '../ipc/ipc.gyp:ipc',
517 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', 517 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer',
518 '../win8/win8.gyp:test_registrar',
519 '../win8/win8.gyp:test_support_win8',
518 ], 520 ],
519 'sources': [ 521 'sources': [
520 'test/test_metro_viewer_process_host.cc', 522 'test/test_metro_viewer_process_host.cc',
521 'test/test_metro_viewer_process_host.h', 523 'test/test_metro_viewer_process_host.h',
522 ], 524 ],
523 }], 525 }],
524 ], 526 ],
525 }, 527 },
526 { 528 {
527 'target_name': 'ash_unittests', 529 'target_name': 'ash_unittests',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 'shell/cocoa/app-Info.plist', 757 'shell/cocoa/app-Info.plist',
756 ], 758 ],
757 'xcode_settings': { 759 'xcode_settings': {
758 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 760 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
759 }, 761 },
760 }], 762 }],
761 ], 763 ],
762 }, 764 },
763 ], 765 ],
764 } 766 }
OLDNEW
« no previous file with comments | « ash/DEPS ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698