| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', | 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', |
| 9 | 9 |
| 10 'variables': { | 10 'variables': { |
| (...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 'test/ie_event_sink.cc', | 546 'test/ie_event_sink.cc', |
| 547 'test/ie_event_sink.h', | 547 'test/ie_event_sink.h', |
| 548 'test_utils.cc', | 548 'test_utils.cc', |
| 549 'test_utils.h', | 549 'test_utils.h', |
| 550 'test/simulate_input.cc', | 550 'test/simulate_input.cc', |
| 551 'test/simulate_input.h', | 551 'test/simulate_input.h', |
| 552 'test/win_event_receiver.cc', | 552 'test/win_event_receiver.cc', |
| 553 'test/win_event_receiver.h', | 553 'test/win_event_receiver.h', |
| 554 'chrome_tab.h', | 554 'chrome_tab.h', |
| 555 '../base/test/test_file_util_win.cc', | 555 '../base/test/test_file_util_win.cc', |
| 556 '../chrome/test/automation/proxy_launcher.cc', | |
| 557 '../chrome/test/automation/proxy_launcher.h', | |
| 558 '../chrome/test/ui/ui_test.cc', | 556 '../chrome/test/ui/ui_test.cc', |
| 559 '../chrome/test/ui/ui_test.h', | |
| 560 '../chrome/test/ui/ui_test_suite.cc', | 557 '../chrome/test/ui/ui_test_suite.cc', |
| 561 '../chrome/test/ui/ui_test_suite.h', | 558 '../chrome/test/ui/ui_test_suite.h', |
| 562 '../chrome/test/chrome_process_util.cc', | 559 '../chrome/test/chrome_process_util.cc', |
| 563 '../chrome/test/chrome_process_util.h', | 560 '../chrome/test/chrome_process_util.h', |
| 564 ], | 561 ], |
| 565 'resource_include_dirs': [ | 562 'resource_include_dirs': [ |
| 566 '<(INTERMEDIATE_DIR)', | 563 '<(INTERMEDIATE_DIR)', |
| 567 ], | 564 ], |
| 568 'conditions': [ | 565 'conditions': [ |
| 569 ['OS=="win"', { | 566 ['OS=="win"', { |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 895 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj', | 892 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj', |
| 896 ], | 893 ], |
| 897 'action': [ | 894 'action': [ |
| 898 'ml', | 895 'ml', |
| 899 '/safeseh', | 896 '/safeseh', |
| 900 '/Fo', '<(INTERMEDIATE_DIR)\<(RULE_INPUT_ROOT).obj', | 897 '/Fo', '<(INTERMEDIATE_DIR)\<(RULE_INPUT_ROOT).obj', |
| 901 '/c', '<(RULE_INPUT_PATH)', | 898 '/c', '<(RULE_INPUT_PATH)', |
| 902 ], | 899 ], |
| 903 'process_outputs_as_sources': 0, | 900 'process_outputs_as_sources': 0, |
| 904 'message': | 901 'message': |
| 905 'Assembling <(RULE_INPUT_PATH) to ' \ | 902 'Assembling <(RULE_INPUT_PATH) to <(INTERMEDIATE_DIR)\<(RULE_INPUT
_ROOT).obj.', |
| 906 '<(INTERMEDIATE_DIR)\<(RULE_INPUT_ROOT).obj.', | |
| 907 }, | 903 }, |
| 908 ], | 904 ], |
| 909 'msvs_settings': { | 905 'msvs_settings': { |
| 910 'VCLinkerTool': { | 906 'VCLinkerTool': { |
| 911 'AdditionalOptions': [ | 907 'AdditionalOptions': [ |
| 912 '/safeseh', | 908 '/safeseh', |
| 913 ], | 909 ], |
| 914 }, | 910 }, |
| 915 }, | 911 }, |
| 916 }, | 912 }, |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1165 ], # 'conditions' | 1161 ], # 'conditions' |
| 1166 } | 1162 } |
| 1167 | 1163 |
| 1168 # vim: shiftwidth=2:et:ai:tabstop=2 | 1164 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 1169 | 1165 |
| 1170 # Local Variables: | 1166 # Local Variables: |
| 1171 # tab-width:2 | 1167 # tab-width:2 |
| 1172 # indent-tabs-mode:nil | 1168 # indent-tabs-mode:nil |
| 1173 # End: | 1169 # End: |
| 1174 # vim: set expandtab tabstop=2 shiftwidth=2: | 1170 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |