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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 251933005: [ChromeDriver] Support mobile emulation on desktop Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix implicit bool conversion warning Created 6 years, 7 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
« no previous file with comments | « no previous file | chrome/test/chromedriver/capabilities.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 '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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 '<(SHARED_INTERMEDIATE_DIR)', 387 '<(SHARED_INTERMEDIATE_DIR)',
388 ], 388 ],
389 }, 389 },
390 'sources': [ 390 'sources': [
391 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.cc', 391 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.cc',
392 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.h', 392 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.h',
393 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_di r.cc', 393 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_di r.cc',
394 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_di r.h', 394 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_di r.h',
395 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_aut omation_extension.cc', 395 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_aut omation_extension.cc',
396 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_aut omation_extension.h', 396 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_aut omation_extension.h',
397 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_devic e_list.cc',
398 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_devic e_list.h',
397 'test/chromedriver/chrome/adb.h', 399 'test/chromedriver/chrome/adb.h',
398 'test/chromedriver/chrome/adb_impl.cc', 400 'test/chromedriver/chrome/adb_impl.cc',
399 'test/chromedriver/chrome/adb_impl.h', 401 'test/chromedriver/chrome/adb_impl.h',
400 'test/chromedriver/chrome/automation_extension.cc', 402 'test/chromedriver/chrome/automation_extension.cc',
401 'test/chromedriver/chrome/automation_extension.h', 403 'test/chromedriver/chrome/automation_extension.h',
402 'test/chromedriver/chrome/chrome.h', 404 'test/chromedriver/chrome/chrome.h',
403 'test/chromedriver/chrome/chrome_android_impl.cc', 405 'test/chromedriver/chrome/chrome_android_impl.cc',
404 'test/chromedriver/chrome/chrome_android_impl.h', 406 'test/chromedriver/chrome/chrome_android_impl.h',
405 'test/chromedriver/chrome/chrome_desktop_impl.cc', 407 'test/chromedriver/chrome/chrome_desktop_impl.cc',
406 'test/chromedriver/chrome/chrome_desktop_impl.h', 408 'test/chromedriver/chrome/chrome_desktop_impl.h',
407 'test/chromedriver/chrome/chrome_existing_impl.cc', 409 'test/chromedriver/chrome/chrome_existing_impl.cc',
408 'test/chromedriver/chrome/chrome_existing_impl.h', 410 'test/chromedriver/chrome/chrome_existing_impl.h',
409 'test/chromedriver/chrome/chrome_finder.cc', 411 'test/chromedriver/chrome/chrome_finder.cc',
410 'test/chromedriver/chrome/chrome_finder.h', 412 'test/chromedriver/chrome/chrome_finder.h',
411 'test/chromedriver/chrome/chrome_finder_mac.mm', 413 'test/chromedriver/chrome/chrome_finder_mac.mm',
412 'test/chromedriver/chrome/chrome_impl.cc', 414 'test/chromedriver/chrome/chrome_impl.cc',
413 'test/chromedriver/chrome/chrome_impl.h', 415 'test/chromedriver/chrome/chrome_impl.h',
414 'test/chromedriver/chrome/console_logger.cc', 416 'test/chromedriver/chrome/console_logger.cc',
415 'test/chromedriver/chrome/console_logger.h', 417 'test/chromedriver/chrome/console_logger.h',
416 'test/chromedriver/chrome/debugger_tracker.cc', 418 'test/chromedriver/chrome/debugger_tracker.cc',
417 'test/chromedriver/chrome/debugger_tracker.h', 419 'test/chromedriver/chrome/debugger_tracker.h',
418 'test/chromedriver/chrome/device_manager.cc', 420 'test/chromedriver/chrome/device_manager.cc',
419 'test/chromedriver/chrome/device_manager.h', 421 'test/chromedriver/chrome/device_manager.h',
422 'test/chromedriver/chrome/device_metrics.cc',
423 'test/chromedriver/chrome/device_metrics.h',
420 'test/chromedriver/chrome/devtools_client.h', 424 'test/chromedriver/chrome/devtools_client.h',
421 'test/chromedriver/chrome/devtools_client_impl.cc', 425 'test/chromedriver/chrome/devtools_client_impl.cc',
422 'test/chromedriver/chrome/devtools_client_impl.h', 426 'test/chromedriver/chrome/devtools_client_impl.h',
423 'test/chromedriver/chrome/devtools_event_listener.cc', 427 'test/chromedriver/chrome/devtools_event_listener.cc',
424 'test/chromedriver/chrome/devtools_event_listener.h', 428 'test/chromedriver/chrome/devtools_event_listener.h',
425 'test/chromedriver/chrome/devtools_http_client.cc', 429 'test/chromedriver/chrome/devtools_http_client.cc',
426 'test/chromedriver/chrome/devtools_http_client.h', 430 'test/chromedriver/chrome/devtools_http_client.h',
427 'test/chromedriver/chrome/dom_tracker.cc', 431 'test/chromedriver/chrome/dom_tracker.cc',
428 'test/chromedriver/chrome/dom_tracker.h', 432 'test/chromedriver/chrome/dom_tracker.h',
429 'test/chromedriver/chrome/frame_tracker.cc', 433 'test/chromedriver/chrome/frame_tracker.cc',
430 'test/chromedriver/chrome/frame_tracker.h', 434 'test/chromedriver/chrome/frame_tracker.h',
431 'test/chromedriver/chrome/geolocation_override_manager.cc', 435 'test/chromedriver/chrome/geolocation_override_manager.cc',
432 'test/chromedriver/chrome/geolocation_override_manager.h', 436 'test/chromedriver/chrome/geolocation_override_manager.h',
433 'test/chromedriver/chrome/geoposition.h', 437 'test/chromedriver/chrome/geoposition.h',
434 'test/chromedriver/chrome/heap_snapshot_taker.cc', 438 'test/chromedriver/chrome/heap_snapshot_taker.cc',
435 'test/chromedriver/chrome/heap_snapshot_taker.h', 439 'test/chromedriver/chrome/heap_snapshot_taker.h',
436 'test/chromedriver/chrome/javascript_dialog_manager.cc', 440 'test/chromedriver/chrome/javascript_dialog_manager.cc',
437 'test/chromedriver/chrome/javascript_dialog_manager.h', 441 'test/chromedriver/chrome/javascript_dialog_manager.h',
438 'test/chromedriver/chrome/log.h', 442 'test/chromedriver/chrome/log.h',
439 'test/chromedriver/chrome/log.cc', 443 'test/chromedriver/chrome/log.cc',
444 'test/chromedriver/chrome/mobile_device.cc',
445 'test/chromedriver/chrome/mobile_device.h',
446 'test/chromedriver/chrome/mobile_emulation_override_manager.cc',
447 'test/chromedriver/chrome/mobile_emulation_override_manager.h',
440 'test/chromedriver/chrome/navigation_tracker.cc', 448 'test/chromedriver/chrome/navigation_tracker.cc',
441 'test/chromedriver/chrome/navigation_tracker.h', 449 'test/chromedriver/chrome/navigation_tracker.h',
442 'test/chromedriver/chrome/performance_logger.h', 450 'test/chromedriver/chrome/performance_logger.h',
443 'test/chromedriver/chrome/performance_logger.cc', 451 'test/chromedriver/chrome/performance_logger.cc',
444 'test/chromedriver/chrome/status.cc', 452 'test/chromedriver/chrome/status.cc',
445 'test/chromedriver/chrome/status.h', 453 'test/chromedriver/chrome/status.h',
446 'test/chromedriver/chrome/ui_events.cc', 454 'test/chromedriver/chrome/ui_events.cc',
447 'test/chromedriver/chrome/ui_events.h', 455 'test/chromedriver/chrome/ui_events.h',
448 'test/chromedriver/chrome/util.cc', 456 'test/chromedriver/chrome/util.cc',
449 'test/chromedriver/chrome/util.h', 457 'test/chromedriver/chrome/util.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 ], 543 ],
536 'action': [ 'python', 544 'action': [ 'python',
537 'test/chromedriver/embed_extension_in_cpp.py', 545 'test/chromedriver/embed_extension_in_cpp.py',
538 '--directory', 546 '--directory',
539 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e', 547 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e',
540 'test/chromedriver/extension/background.js', 548 'test/chromedriver/extension/background.js',
541 'test/chromedriver/extension/manifest.json', 549 'test/chromedriver/extension/manifest.json',
542 ], 550 ],
543 'message': 'Generating sources for embedding automation extension', 551 'message': 'Generating sources for embedding automation extension',
544 }, 552 },
553 {
554 'action_name': 'embed_mobile_devices_in_cpp',
555 'inputs': [
556 'test/chromedriver/cpp_source.py',
557 'test/chromedriver/embed_mobile_devices_in_cpp.py',
558 '../third_party/WebKit/Source/devtools/front_end/elements/OverridesV iew.js',
559 ],
560 'outputs': [
561 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_d evice_list.cc',
562 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_d evice_list.h',
563 ],
564 'action': [ 'python',
565 'test/chromedriver/embed_mobile_devices_in_cpp.py',
566 '--directory',
567 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e',
568 '../third_party/WebKit/Source/devtools/front_end/elements/ OverridesView.js',
569 ],
570 'message': 'Generating sources for embedding mobile devices in chromed river',
571 },
545 ], 572 ],
546 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 573 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
547 'msvs_disabled_warnings': [ 4267, ], 574 'msvs_disabled_warnings': [ 4267, ],
548 }, 575 },
549 { 576 {
550 'target_name': 'chromedriver_lib', 577 'target_name': 'chromedriver_lib',
551 'type': 'static_library', 578 'type': 'static_library',
552 'hard_dependency': 1, 579 'hard_dependency': 1,
553 'dependencies': [ 580 'dependencies': [
554 'automation_client_lib', 581 'automation_client_lib',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'test/chromedriver/chrome/chrome_finder_unittest.cc', 711 'test/chromedriver/chrome/chrome_finder_unittest.cc',
685 'test/chromedriver/chrome/console_logger_unittest.cc', 712 'test/chromedriver/chrome/console_logger_unittest.cc',
686 'test/chromedriver/chrome/device_manager_unittest.cc', 713 'test/chromedriver/chrome/device_manager_unittest.cc',
687 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', 714 'test/chromedriver/chrome/devtools_client_impl_unittest.cc',
688 'test/chromedriver/chrome/devtools_http_client_unittest.cc', 715 'test/chromedriver/chrome/devtools_http_client_unittest.cc',
689 'test/chromedriver/chrome/dom_tracker_unittest.cc', 716 'test/chromedriver/chrome/dom_tracker_unittest.cc',
690 'test/chromedriver/chrome/frame_tracker_unittest.cc', 717 'test/chromedriver/chrome/frame_tracker_unittest.cc',
691 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', 718 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc',
692 'test/chromedriver/chrome/heap_snapshot_taker_unittest.cc', 719 'test/chromedriver/chrome/heap_snapshot_taker_unittest.cc',
693 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', 720 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc',
721 'test/chromedriver/chrome/mobile_emulation_override_manager_unittest.cc' ,
694 'test/chromedriver/chrome/navigation_tracker_unittest.cc', 722 'test/chromedriver/chrome/navigation_tracker_unittest.cc',
695 'test/chromedriver/chrome/performance_logger_unittest.cc', 723 'test/chromedriver/chrome/performance_logger_unittest.cc',
696 'test/chromedriver/chrome/status_unittest.cc', 724 'test/chromedriver/chrome/status_unittest.cc',
697 'test/chromedriver/chrome/stub_chrome.cc', 725 'test/chromedriver/chrome/stub_chrome.cc',
698 'test/chromedriver/chrome/stub_chrome.h', 726 'test/chromedriver/chrome/stub_chrome.h',
699 'test/chromedriver/chrome/stub_devtools_client.cc', 727 'test/chromedriver/chrome/stub_devtools_client.cc',
700 'test/chromedriver/chrome/stub_devtools_client.h', 728 'test/chromedriver/chrome/stub_devtools_client.h',
701 'test/chromedriver/chrome/stub_web_view.cc', 729 'test/chromedriver/chrome/stub_web_view.cc',
702 'test/chromedriver/chrome/stub_web_view.h', 730 'test/chromedriver/chrome/stub_web_view.h',
703 'test/chromedriver/chrome/web_view_impl_unittest.cc', 731 'test/chromedriver/chrome/web_view_impl_unittest.cc',
(...skipping 2227 matching lines...) Expand 10 before | Expand all | Expand 10 after
2931 ['enable_webrtc==1', { 2959 ['enable_webrtc==1', {
2932 'dependencies': [ 2960 'dependencies': [
2933 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2961 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2934 ] 2962 ]
2935 }], 2963 }],
2936 ], 2964 ],
2937 }] 2965 }]
2938 }], 2966 }],
2939 ], # 'conditions' 2967 ], # 'conditions'
2940 } 2968 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/capabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698