| 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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 'test/chromedriver/extension/background.js', | 557 'test/chromedriver/extension/background.js', |
| 558 'test/chromedriver/extension/manifest.json', | 558 'test/chromedriver/extension/manifest.json', |
| 559 ], | 559 ], |
| 560 'message': 'Generating sources for embedding automation extension', | 560 'message': 'Generating sources for embedding automation extension', |
| 561 }, | 561 }, |
| 562 { | 562 { |
| 563 'action_name': 'embed_mobile_devices_in_cpp', | 563 'action_name': 'embed_mobile_devices_in_cpp', |
| 564 'inputs': [ | 564 'inputs': [ |
| 565 'test/chromedriver/cpp_source.py', | 565 'test/chromedriver/cpp_source.py', |
| 566 'test/chromedriver/embed_mobile_devices_in_cpp.py', | 566 'test/chromedriver/embed_mobile_devices_in_cpp.py', |
| 567 '../third_party/WebKit/Source/devtools/front_end/elements/OverridesV
iew.js', | 567 '../third_party/WebKit/Source/devtools/front_end/sdk/OverridesSuppor
t.js', |
| 568 ], | 568 ], |
| 569 'outputs': [ | 569 'outputs': [ |
| 570 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_d
evice_list.cc', | 570 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_d
evice_list.cc', |
| 571 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_d
evice_list.h', | 571 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_d
evice_list.h', |
| 572 ], | 572 ], |
| 573 'action': [ 'python', | 573 'action': [ 'python', |
| 574 'test/chromedriver/embed_mobile_devices_in_cpp.py', | 574 'test/chromedriver/embed_mobile_devices_in_cpp.py', |
| 575 '--directory', | 575 '--directory', |
| 576 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom
e', | 576 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom
e', |
| 577 '../third_party/WebKit/Source/devtools/front_end/elements/
OverridesView.js', | 577 '../third_party/WebKit/Source/devtools/front_end/sdk/Overr
idesSupport.js', |
| 578 ], | 578 ], |
| 579 'message': 'Generating sources for embedding mobile devices in chromed
river', | 579 'message': 'Generating sources for embedding mobile devices in chromed
river', |
| 580 }, | 580 }, |
| 581 ], | 581 ], |
| 582 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 582 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 583 'msvs_disabled_warnings': [ 4267, ], | 583 'msvs_disabled_warnings': [ 4267, ], |
| 584 }, | 584 }, |
| 585 { | 585 { |
| 586 'target_name': 'chromedriver_lib', | 586 'target_name': 'chromedriver_lib', |
| 587 'type': 'static_library', | 587 'type': 'static_library', |
| (...skipping 2414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3002 ['enable_webrtc==1', { | 3002 ['enable_webrtc==1', { |
| 3003 'dependencies': [ | 3003 'dependencies': [ |
| 3004 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3004 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3005 ] | 3005 ] |
| 3006 }], | 3006 }], |
| 3007 ], | 3007 ], |
| 3008 }] | 3008 }] |
| 3009 }], | 3009 }], |
| 3010 ], # 'conditions' | 3010 ], # 'conditions' |
| 3011 } | 3011 } |
| OLD | NEW |