| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |