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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 'test/ie_event_sink.cc', | 543 'test/ie_event_sink.cc', |
544 'test/ie_event_sink.h', | 544 'test/ie_event_sink.h', |
545 'test_utils.cc', | 545 'test_utils.cc', |
546 'test_utils.h', | 546 'test_utils.h', |
547 'test/simulate_input.cc', | 547 'test/simulate_input.cc', |
548 'test/simulate_input.h', | 548 'test/simulate_input.h', |
549 'test/win_event_receiver.cc', | 549 'test/win_event_receiver.cc', |
550 'test/win_event_receiver.h', | 550 'test/win_event_receiver.h', |
551 'chrome_tab.h', | 551 'chrome_tab.h', |
552 '../base/test/test_file_util_win.cc', | 552 '../base/test/test_file_util_win.cc', |
553 '../chrome/test/automation/proxy_launcher.cc', | |
554 '../chrome/test/ui/ui_test.cc', | 553 '../chrome/test/ui/ui_test.cc', |
555 '../chrome/test/ui/ui_test_suite.cc', | 554 '../chrome/test/ui/ui_test_suite.cc', |
556 '../chrome/test/ui/ui_test_suite.h', | 555 '../chrome/test/ui/ui_test_suite.h', |
557 '../chrome/test/chrome_process_util.cc', | 556 '../chrome/test/chrome_process_util.cc', |
558 '../chrome/test/chrome_process_util.h', | 557 '../chrome/test/chrome_process_util.h', |
559 ], | 558 ], |
560 'resource_include_dirs': [ | 559 'resource_include_dirs': [ |
561 '<(INTERMEDIATE_DIR)', | 560 '<(INTERMEDIATE_DIR)', |
562 ], | 561 ], |
563 'conditions': [ | 562 'conditions': [ |
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1069 ], # 'conditions' | 1068 ], # 'conditions' |
1070 } | 1069 } |
1071 | 1070 |
1072 # vim: shiftwidth=2:et:ai:tabstop=2 | 1071 # vim: shiftwidth=2:et:ai:tabstop=2 |
1073 | 1072 |
1074 # Local Variables: | 1073 # Local Variables: |
1075 # tab-width:2 | 1074 # tab-width:2 |
1076 # indent-tabs-mode:nil | 1075 # indent-tabs-mode:nil |
1077 # End: | 1076 # End: |
1078 # vim: set expandtab tabstop=2 shiftwidth=2: | 1077 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |