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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 390513002: [chromedriver] Hardcode mobile devices list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/chrome/mobile_device_list.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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '<(SHARED_INTERMEDIATE_DIR)', 397 '<(SHARED_INTERMEDIATE_DIR)',
398 ], 398 ],
399 }, 399 },
400 'sources': [ 400 'sources': [
401 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.cc', 401 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.cc',
402 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.h', 402 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.h',
403 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_di r.cc', 403 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_di r.cc',
404 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_di r.h', 404 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_di r.h',
405 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_aut omation_extension.cc', 405 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_aut omation_extension.cc',
406 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_aut omation_extension.h', 406 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_aut omation_extension.h',
407 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_devic e_list.cc',
408 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_devic e_list.h',
409 'test/chromedriver/chrome/adb.h', 407 'test/chromedriver/chrome/adb.h',
410 'test/chromedriver/chrome/adb_impl.cc', 408 'test/chromedriver/chrome/adb_impl.cc',
411 'test/chromedriver/chrome/adb_impl.h', 409 'test/chromedriver/chrome/adb_impl.h',
412 'test/chromedriver/chrome/automation_extension.cc', 410 'test/chromedriver/chrome/automation_extension.cc',
413 'test/chromedriver/chrome/automation_extension.h', 411 'test/chromedriver/chrome/automation_extension.h',
414 'test/chromedriver/chrome/chrome.h', 412 'test/chromedriver/chrome/chrome.h',
415 'test/chromedriver/chrome/chrome_android_impl.cc', 413 'test/chromedriver/chrome/chrome_android_impl.cc',
416 'test/chromedriver/chrome/chrome_android_impl.h', 414 'test/chromedriver/chrome/chrome_android_impl.h',
417 'test/chromedriver/chrome/chrome_desktop_impl.cc', 415 'test/chromedriver/chrome/chrome_desktop_impl.cc',
418 'test/chromedriver/chrome/chrome_desktop_impl.h', 416 'test/chromedriver/chrome/chrome_desktop_impl.h',
(...skipping 27 matching lines...) Expand all
446 'test/chromedriver/chrome/geolocation_override_manager.h', 444 'test/chromedriver/chrome/geolocation_override_manager.h',
447 'test/chromedriver/chrome/geoposition.h', 445 'test/chromedriver/chrome/geoposition.h',
448 'test/chromedriver/chrome/heap_snapshot_taker.cc', 446 'test/chromedriver/chrome/heap_snapshot_taker.cc',
449 'test/chromedriver/chrome/heap_snapshot_taker.h', 447 'test/chromedriver/chrome/heap_snapshot_taker.h',
450 'test/chromedriver/chrome/javascript_dialog_manager.cc', 448 'test/chromedriver/chrome/javascript_dialog_manager.cc',
451 'test/chromedriver/chrome/javascript_dialog_manager.h', 449 'test/chromedriver/chrome/javascript_dialog_manager.h',
452 'test/chromedriver/chrome/log.h', 450 'test/chromedriver/chrome/log.h',
453 'test/chromedriver/chrome/log.cc', 451 'test/chromedriver/chrome/log.cc',
454 'test/chromedriver/chrome/mobile_device.cc', 452 'test/chromedriver/chrome/mobile_device.cc',
455 'test/chromedriver/chrome/mobile_device.h', 453 'test/chromedriver/chrome/mobile_device.h',
454 'test/chromedriver/chrome/mobile_device_list.cc',
455 'test/chromedriver/chrome/mobile_device_list.h',
456 'test/chromedriver/chrome/mobile_emulation_override_manager.cc', 456 'test/chromedriver/chrome/mobile_emulation_override_manager.cc',
457 'test/chromedriver/chrome/mobile_emulation_override_manager.h', 457 'test/chromedriver/chrome/mobile_emulation_override_manager.h',
458 'test/chromedriver/chrome/navigation_tracker.cc', 458 'test/chromedriver/chrome/navigation_tracker.cc',
459 'test/chromedriver/chrome/navigation_tracker.h', 459 'test/chromedriver/chrome/navigation_tracker.h',
460 'test/chromedriver/chrome/performance_logger.h', 460 'test/chromedriver/chrome/performance_logger.h',
461 'test/chromedriver/chrome/performance_logger.cc', 461 'test/chromedriver/chrome/performance_logger.cc',
462 'test/chromedriver/chrome/status.cc', 462 'test/chromedriver/chrome/status.cc',
463 'test/chromedriver/chrome/status.h', 463 'test/chromedriver/chrome/status.h',
464 'test/chromedriver/chrome/ui_events.cc', 464 'test/chromedriver/chrome/ui_events.cc',
465 'test/chromedriver/chrome/ui_events.h', 465 'test/chromedriver/chrome/ui_events.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 ], 553 ],
554 'action': [ 'python', 554 'action': [ 'python',
555 'test/chromedriver/embed_extension_in_cpp.py', 555 'test/chromedriver/embed_extension_in_cpp.py',
556 '--directory', 556 '--directory',
557 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e', 557 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e',
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 {
564 'action_name': 'embed_mobile_devices_in_cpp',
565 'inputs': [
566 'test/chromedriver/cpp_source.py',
567 'test/chromedriver/embed_mobile_devices_in_cpp.py',
568 '../third_party/WebKit/Source/devtools/front_end/toolbox/OverridesUI .js',
569 ],
570 'outputs': [
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',
573 ],
574 'action': [ 'python',
575 'test/chromedriver/embed_mobile_devices_in_cpp.py',
576 '--directory',
577 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e',
578 '../third_party/WebKit/Source/devtools/front_end/toolbox/O verridesUI.js',
579 ],
580 'message': 'Generating sources for embedding mobile devices in chromed river',
581 },
582 ], 563 ],
583 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 564 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
584 'msvs_disabled_warnings': [ 4267, ], 565 'msvs_disabled_warnings': [ 4267, ],
585 }, 566 },
586 { 567 {
587 'target_name': 'chromedriver_lib', 568 'target_name': 'chromedriver_lib',
588 'type': 'static_library', 569 'type': 'static_library',
589 'hard_dependency': 1, 570 'hard_dependency': 1,
590 'dependencies': [ 571 'dependencies': [
591 'automation_client_lib', 572 'automation_client_lib',
(...skipping 2398 matching lines...) Expand 10 before | Expand all | Expand 10 after
2990 ['enable_webrtc==1', { 2971 ['enable_webrtc==1', {
2991 'dependencies': [ 2972 'dependencies': [
2992 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2973 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2993 ] 2974 ]
2994 }], 2975 }],
2995 ], 2976 ],
2996 }] 2977 }]
2997 }], 2978 }],
2998 ], # 'conditions' 2979 ], # 'conditions'
2999 } 2980 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/mobile_device_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698