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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 15393005: [chromedriver] Remove unnecessary round trips to Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 months 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 | « no previous file | chrome/test/chromedriver/alert_commands.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 945 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
946 '../net/net.gyp:net', 946 '../net/net.gyp:net',
947 '../ui/ui.gyp:ui', 947 '../ui/ui.gyp:ui',
948 ], 948 ],
949 'include_dirs': [ 949 'include_dirs': [
950 '..', 950 '..',
951 ], 951 ],
952 'sources': [ 952 'sources': [
953 '../third_party/webdriver/atoms.cc', 953 '../third_party/webdriver/atoms.cc',
954 '../third_party/webdriver/atoms.h', 954 '../third_party/webdriver/atoms.h',
955 'test/chromedriver/alert_commands.cc',
956 'test/chromedriver/alert_commands.h',
955 'test/chromedriver/basic_types.cc', 957 'test/chromedriver/basic_types.cc',
956 'test/chromedriver/basic_types.h', 958 'test/chromedriver/basic_types.h',
957 'test/chromedriver/capabilities.cc', 959 'test/chromedriver/capabilities.cc',
958 'test/chromedriver/capabilities.h', 960 'test/chromedriver/capabilities.h',
959 'test/chromedriver/chrome_launcher.cc', 961 'test/chromedriver/chrome_launcher.cc',
960 'test/chromedriver/chrome_launcher.h', 962 'test/chromedriver/chrome_launcher.h',
961 'test/chromedriver/chromedriver.cc', 963 'test/chromedriver/chromedriver.cc',
962 'test/chromedriver/chromedriver.h', 964 'test/chromedriver/chromedriver.h',
963 'test/chromedriver/command.h', 965 'test/chromedriver/command.h',
964 'test/chromedriver/command_executor.h', 966 'test/chromedriver/command_executor.h',
(...skipping 2422 matching lines...) Expand 10 before | Expand all | Expand 10 after
3387 # more details. 3389 # more details.
3388 'DebugInformationFormat': '3', 3390 'DebugInformationFormat': '3',
3389 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3391 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3390 }, 3392 },
3391 }, 3393 },
3392 }, 3394 },
3393 ], 3395 ],
3394 }], 3396 }],
3395 ], # 'conditions' 3397 ], # 'conditions'
3396 } 3398 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/alert_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698