| OLD | NEW |
| 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 'includes': [ | 5 'includes': [ |
| 6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
| 7 ], | 7 ], |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 'test/chromedriver/extension/background.js', | 558 'test/chromedriver/extension/background.js', |
| 559 'test/chromedriver/extension/manifest.json', | 559 'test/chromedriver/extension/manifest.json', |
| 560 ], | 560 ], |
| 561 'message': 'Generating sources for embedding automation extension', | 561 'message': 'Generating sources for embedding automation extension', |
| 562 }, | 562 }, |
| 563 { | 563 { |
| 564 'action_name': 'embed_mobile_devices_in_cpp', | 564 'action_name': 'embed_mobile_devices_in_cpp', |
| 565 'inputs': [ | 565 'inputs': [ |
| 566 'test/chromedriver/cpp_source.py', | 566 'test/chromedriver/cpp_source.py', |
| 567 'test/chromedriver/embed_mobile_devices_in_cpp.py', | 567 'test/chromedriver/embed_mobile_devices_in_cpp.py', |
| 568 '../third_party/WebKit/Source/devtools/front_end/sdk/OverridesSuppor
t.js', | 568 '../third_party/WebKit/Source/devtools/front_end/toolbox/OverridesUI
.js', |
| 569 ], | 569 ], |
| 570 'outputs': [ | 570 'outputs': [ |
| 571 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_d
evice_list.cc', | 571 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_d
evice_list.cc', |
| 572 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_d
evice_list.h', | 572 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_d
evice_list.h', |
| 573 ], | 573 ], |
| 574 'action': [ 'python', | 574 'action': [ 'python', |
| 575 'test/chromedriver/embed_mobile_devices_in_cpp.py', | 575 'test/chromedriver/embed_mobile_devices_in_cpp.py', |
| 576 '--directory', | 576 '--directory', |
| 577 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom
e', | 577 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom
e', |
| 578 '../third_party/WebKit/Source/devtools/front_end/sdk/Overr
idesSupport.js', | 578 '../third_party/WebKit/Source/devtools/front_end/toolbox/O
verridesUI.js', |
| 579 ], | 579 ], |
| 580 'message': 'Generating sources for embedding mobile devices in chromed
river', | 580 'message': 'Generating sources for embedding mobile devices in chromed
river', |
| 581 }, | 581 }, |
| 582 ], | 582 ], |
| 583 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 583 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 584 'msvs_disabled_warnings': [ 4267, ], | 584 'msvs_disabled_warnings': [ 4267, ], |
| 585 }, | 585 }, |
| 586 { | 586 { |
| 587 'target_name': 'chromedriver_lib', | 587 'target_name': 'chromedriver_lib', |
| 588 'type': 'static_library', | 588 'type': 'static_library', |
| (...skipping 2400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2989 ['enable_webrtc==1', { | 2989 ['enable_webrtc==1', { |
| 2990 'dependencies': [ | 2990 'dependencies': [ |
| 2991 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2991 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2992 ] | 2992 ] |
| 2993 }], | 2993 }], |
| 2994 ], | 2994 ], |
| 2995 }] | 2995 }] |
| 2996 }], | 2996 }], |
| 2997 ], # 'conditions' | 2997 ], # 'conditions' |
| 2998 } | 2998 } |
| OLD | NEW |