1# Copyright 2010-2018, Google Inc.
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met:
7#
8#     * Redistributions of source code must retain the above copyright
9# notice, this list of conditions and the following disclaimer.
10#     * Redistributions in binary form must reproduce the above
11# copyright notice, this list of conditions and the following disclaimer
12# in the documentation and/or other materials provided with the
13# distribution.
14#     * Neither the name of Google Inc. nor the names of its
15# contributors may be used to endorse or promote products derived from
16# this software without specific prior written permission.
17#
18# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
30{
31  'variables': {
32    'relative_dir': 'data/test/session/scenario',
33    'gen_out_dir': '<(SHARED_INTERMEDIATE_DIR)/<(relative_dir)',
34  },
35  'targets': [
36    {
37      'target_name': 'install_session_handler_scenario_test_data',
38      'type': 'none',
39      'variables': {
40        'test_data': [
41          'auto_partial_suggestion.txt',
42          'b12751061_scenario.txt',
43          'b16123009_scenario.txt',
44          'b18112966_scenario.txt',
45          'b7132535_scenario.txt',
46          'b7321313_scenario.txt',
47          'b7548679_scenario.txt',
48          'b8690065_scenario.txt',
49          'b8703702_scenario.txt',
50          'change_request.txt',
51          'clear_user_prediction.txt',
52          'commit.txt',
53          'composition_display_as.txt',
54          'conversion.txt',
55          'conversion_display_as.txt',
56          'conversion_with_history_segment.txt',
57          'conversion_with_long_history_segments.txt',
58          'convert_from_full_ascii_to_t13n.txt',
59          'convert_from_full_katakana_to_t13n.txt',
60          'convert_from_half_ascii_to_t13n.txt',
61          'convert_from_half_katakana_to_t13n.txt',
62          'convert_from_hiragana_to_t13n.txt',
63          'delete_history.txt',
64          'desktop_t13n_candidates.txt',
65          'input_mode.txt',
66          'insert_characters.txt',
67          'mobile_qwerty_transliteration_scenario.txt',
68          'mobile_t13n_candidates.txt',
69          'on_off_cancel.txt',
70          'partial_suggestion.txt',
71          'pending_character.txt',
72          'predict_and_convert.txt',
73          'reconvert.txt',
74          'revert.txt',
75          'segment_focus.txt',
76          'segment_width.txt',
77          'twelvekeys_switch_inputmode_scenario.txt',
78          'twelvekeys_toggle_flick_alphabet_scenario.txt',
79          'twelvekeys_toggle_hiragana_preedit_scenario.txt',
80          'undo.txt',
81        ],
82        'test_data_subdir': 'data/test/session/scenario',
83      },
84      'includes': ['../../../../gyp/install_testdata.gypi'],
85    },
86  ],
87}
88