| 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |