~ubuntu-branches/ubuntu/oneiric/mozc/oneiric

« back to all changes in this revision

Viewing changes to third_party/gyp/test/variables/commands/commands.gypd.golden

  • Committer: Bazaar Package Importer
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2010-07-14 03:26:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100714032647-13qjisj6m8cm8jdx
Tags: 0.12.410.102-1
* New upstream release (Closes: #588971).
  - Add mozc-server, mozc-utils-gui and scim-mozc packages.
* Update debian/rules.
  Add --gypdir option to build_mozc.py.
* Update debian/control.
  - Bumped standards-version to 3.9.0.
  - Update description.
* Add mozc icon (Closes: #588972).
* Add patch which revises issue 18.
  ibus_mozc_issue18.patch
* kFreeBSD build support.
  support_kfreebsd.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{'_DEPTH': '.',
 
2
 'included_files': ['commands.gyp', 'commands.gypi'],
 
3
 'targets': [{'actions': [{'action': ['echo',
 
4
                                      '"3.14159265359 ABCD"',
 
5
                                      'ABCD letters_list'],
 
6
                           'action_name': 'test_action',
 
7
                           'inputs': ['3.14159265359 ABCD'],
 
8
                           'outputs': ['ABCD', 'letters_list'],
 
9
                           'variables': {'var7': 'letters_list'}}],
 
10
              'configurations': {'Default': {}},
 
11
              'default_configuration': 'Default',
 
12
              'target_name': 'foo',
 
13
              'toolset': 'target',
 
14
              'type': 'none',
 
15
              'variables': {'var1': '3.14159265359',
 
16
                            'var10': '7 8 9',
 
17
                            'var11': ['7', '8', '9'],
 
18
                            'var12': ' 10',
 
19
                            'var13': '11 ',
 
20
                            'var14': '012',
 
21
                            'var15': '13.0',
 
22
                            'var16': '+14',
 
23
                            'var17': '-15',
 
24
                            'var18': '0',
 
25
                            'var2': '3.14159265359 ABCD',
 
26
                            'var3': 'ABCD',
 
27
                            'var4': 'ABCD',
 
28
                            'var5': 'letters_',
 
29
                            'var6': 'list',
 
30
                            'var7': '5',
 
31
                            'var8': '5blah',
 
32
                            'var9': '6'}},
 
33
             {'configurations': {'Default': {}},
 
34
              'default_configuration': 'Default',
 
35
              'target_name': 'dummy',
 
36
              'toolset': 'target',
 
37
              'type': 'none'}],
 
38
 'variables': {'check_included': 'XYZ',
 
39
               'check_int': '5',
 
40
               'check_list_int': ['7', '8', '9'],
 
41
               'check_lists': ['XYZ', 'ABCDEFGHIJK'],
 
42
               'check_str_int': '6',
 
43
               'included_variable': 'XYZ',
 
44
               'letters_list': 'ABCD',
 
45
               'negative_int': '-15',
 
46
               'not_int_1': ' 10',
 
47
               'not_int_2': '11 ',
 
48
               'not_int_3': '012',
 
49
               'not_int_4': '13.0',
 
50
               'not_int_5': '+14',
 
51
               'other_letters': 'ABCDEFG',
 
52
               'pi': 'import math; print math.pi',
 
53
               'third_letters': 'ABCDEFGHIJK',
 
54
               'zero_int': '0'}}