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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 5139001: Revert 66350 - Add named testing interface. This allows you to connect to a p... (Closed) Base URL: svn://svn.chromium.org/chrome/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.cc » ('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/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
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:
OLDNEW
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | chrome_frame/chrome_frame_automation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698