| 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 | 8 |
| 9 # Keep the archive builder happy. | 9 # Keep the archive builder happy. |
| 10 'chrome_personalization%': 1, | 10 'chrome_personalization%': 1, |
| (...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 '../chrome/test/ui/ui_test.cc', | 527 '../chrome/test/ui/ui_test.cc', |
| 528 '../chrome/test/ui/ui_test.h', | 528 '../chrome/test/ui/ui_test.h', |
| 529 '../chrome/test/ui/ui_test_suite.cc', | 529 '../chrome/test/ui/ui_test_suite.cc', |
| 530 '../chrome/test/ui/ui_test_suite.h', | 530 '../chrome/test/ui/ui_test_suite.h', |
| 531 ], | 531 ], |
| 532 'resource_include_dirs': [ | 532 'resource_include_dirs': [ |
| 533 '<(INTERMEDIATE_DIR)', | 533 '<(INTERMEDIATE_DIR)', |
| 534 ], | 534 ], |
| 535 'conditions': [ | 535 'conditions': [ |
| 536 ['OS=="win"', { | 536 ['OS=="win"', { |
| 537 'msvs_large_pdb': 1, |
| 537 'link_settings': { | 538 'link_settings': { |
| 538 'libraries': [ | 539 'libraries': [ |
| 539 '-loleacc.lib', | 540 '-loleacc.lib', |
| 540 ], | 541 ], |
| 541 }, | 542 }, |
| 542 'dependencies': [ | 543 'dependencies': [ |
| 543 # TODO(slightlyoff): Get automation targets working on OS X | 544 # TODO(slightlyoff): Get automation targets working on OS X |
| 544 '../chrome/chrome.gyp:automation', | 545 '../chrome/chrome.gyp:automation', |
| 545 '../chrome/chrome.gyp:installer_util', | 546 '../chrome/chrome.gyp:installer_util', |
| 546 '../google_update/google_update.gyp:google_update', | 547 '../google_update/google_update.gyp:google_update', |
| (...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1090 # Use outputs of this action as inputs for the main target build. | 1091 # Use outputs of this action as inputs for the main target build. |
| 1091 # Seems as a misnomer but makes this happy on Linux (scons). | 1092 # Seems as a misnomer but makes this happy on Linux (scons). |
| 1092 'process_outputs_as_sources': 1, | 1093 'process_outputs_as_sources': 1, |
| 1093 }, | 1094 }, |
| 1094 ], | 1095 ], |
| 1095 }, | 1096 }, |
| 1096 ], | 1097 ], |
| 1097 }, ], # 'coverage!=0' | 1098 }, ], # 'coverage!=0' |
| 1098 ], # 'conditions' | 1099 ], # 'conditions' |
| 1099 } | 1100 } |
| OLD | NEW |