| 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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 'test/ie_event_sink.cc', | 553 'test/ie_event_sink.cc', |
| 554 'test/ie_event_sink.h', | 554 'test/ie_event_sink.h', |
| 555 'test_utils.cc', | 555 'test_utils.cc', |
| 556 'test_utils.h', | 556 'test_utils.h', |
| 557 'test/simulate_input.cc', | 557 'test/simulate_input.cc', |
| 558 'test/simulate_input.h', | 558 'test/simulate_input.h', |
| 559 'test/win_event_receiver.cc', | 559 'test/win_event_receiver.cc', |
| 560 'test/win_event_receiver.h', | 560 'test/win_event_receiver.h', |
| 561 'chrome_tab.h', | 561 'chrome_tab.h', |
| 562 '../base/test/test_file_util_win.cc', | 562 '../base/test/test_file_util_win.cc', |
| 563 '../chrome/test/automation/proxy_launcher.cc', |
| 564 '../chrome/test/automation/proxy_launcher.h', |
| 563 '../chrome/test/ui/ui_test.cc', | 565 '../chrome/test/ui/ui_test.cc', |
| 566 '../chrome/test/ui/ui_test.h', |
| 564 '../chrome/test/ui/ui_test_suite.cc', | 567 '../chrome/test/ui/ui_test_suite.cc', |
| 565 '../chrome/test/ui/ui_test_suite.h', | 568 '../chrome/test/ui/ui_test_suite.h', |
| 566 '../chrome/test/chrome_process_util.cc', | 569 '../chrome/test/chrome_process_util.cc', |
| 567 '../chrome/test/chrome_process_util.h', | 570 '../chrome/test/chrome_process_util.h', |
| 568 ], | 571 ], |
| 569 'resource_include_dirs': [ | 572 'resource_include_dirs': [ |
| 570 '<(INTERMEDIATE_DIR)', | 573 '<(INTERMEDIATE_DIR)', |
| 571 ], | 574 ], |
| 572 'conditions': [ | 575 'conditions': [ |
| 573 ['OS=="win"', { | 576 ['OS=="win"', { |
| (...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1182 ], # 'conditions' | 1185 ], # 'conditions' |
| 1183 } | 1186 } |
| 1184 | 1187 |
| 1185 # vim: shiftwidth=2:et:ai:tabstop=2 | 1188 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 1186 | 1189 |
| 1187 # Local Variables: | 1190 # Local Variables: |
| 1188 # tab-width:2 | 1191 # tab-width:2 |
| 1189 # indent-tabs-mode:nil | 1192 # indent-tabs-mode:nil |
| 1190 # End: | 1193 # End: |
| 1191 # vim: set expandtab tabstop=2 shiftwidth=2: | 1194 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |