Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 4202004: Add named testing interface (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | chrome_frame/chrome_frame_automation.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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/automation/proxy_launcher.h',
553 '../chrome/test/ui/ui_test.cc', 555 '../chrome/test/ui/ui_test.cc',
556 '../chrome/test/ui/ui_test.h',
554 '../chrome/test/ui/ui_test_suite.cc', 557 '../chrome/test/ui/ui_test_suite.cc',
555 '../chrome/test/ui/ui_test_suite.h', 558 '../chrome/test/ui/ui_test_suite.h',
556 '../chrome/test/chrome_process_util.cc', 559 '../chrome/test/chrome_process_util.cc',
557 '../chrome/test/chrome_process_util.h', 560 '../chrome/test/chrome_process_util.h',
558 ], 561 ],
559 'resource_include_dirs': [ 562 'resource_include_dirs': [
560 '<(INTERMEDIATE_DIR)', 563 '<(INTERMEDIATE_DIR)',
561 ], 564 ],
562 'conditions': [ 565 'conditions': [
563 ['OS=="win"', { 566 ['OS=="win"', {
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 ], # 'conditions' 1074 ], # 'conditions'
1072 } 1075 }
1073 1076
1074 # vim: shiftwidth=2:et:ai:tabstop=2 1077 # vim: shiftwidth=2:et:ai:tabstop=2
1075 1078
1076 # Local Variables: 1079 # Local Variables:
1077 # tab-width:2 1080 # tab-width:2
1078 # indent-tabs-mode:nil 1081 # indent-tabs-mode:nil
1079 # End: 1082 # End:
1080 # vim: set expandtab tabstop=2 shiftwidth=2: 1083 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | chrome_frame/chrome_frame_automation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698