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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 385753002: [chromedriver] Generate mobile devices list from OverridesUI.js. (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/embed_mobile_devices_in_cpp.py » ('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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/embed_mobile_devices_in_cpp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698