OLD | NEW |
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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'external_ozone_platforms': [], | 8 'external_ozone_platforms': [], |
9 'external_ozone_platform_files': [], | 9 'external_ozone_platform_files': [], |
10 'external_ozone_platform_deps': [], | 10 'external_ozone_platform_deps': [], |
(...skipping 17 matching lines...) Expand all Loading... |
28 'ozone_platforms': [ | 28 'ozone_platforms': [ |
29 '<@(external_ozone_platforms)', | 29 '<@(external_ozone_platforms)', |
30 ], | 30 ], |
31 }, | 31 }, |
32 'sources': [ | 32 'sources': [ |
33 '<(platform_list_file)', | 33 '<(platform_list_file)', |
34 'ozone_platform.cc', | 34 'ozone_platform.cc', |
35 'ozone_platform.h', | 35 'ozone_platform.h', |
36 'ozone_switches.cc', | 36 'ozone_switches.cc', |
37 'ozone_switches.h', | 37 'ozone_switches.h', |
| 38 'ime/input_method_context_factory_ozone.cc', |
| 39 'ime/input_method_context_factory_ozone.h', |
38 'platform/dri/ozone_platform_dri.cc', | 40 'platform/dri/ozone_platform_dri.cc', |
39 'platform/dri/ozone_platform_dri.h', | 41 'platform/dri/ozone_platform_dri.h', |
40 'platform/test/ozone_platform_test.cc', | 42 'platform/test/ozone_platform_test.cc', |
41 'platform/test/ozone_platform_test.h', | 43 'platform/test/ozone_platform_test.h', |
42 '<@(external_ozone_platform_files)', | 44 '<@(external_ozone_platform_files)', |
43 ], | 45 ], |
44 'actions': [ | 46 'actions': [ |
45 { | 47 { |
46 'action_name': 'generate_ozone_platform_list', | 48 'action_name': 'generate_ozone_platform_list', |
47 'variables': { | 49 'variables': { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 } | 84 } |
83 }, { # ozone_platform_test==0 | 85 }, { # ozone_platform_test==0 |
84 'sources/': [ | 86 'sources/': [ |
85 ['exclude', '^platform/test/'], | 87 ['exclude', '^platform/test/'], |
86 ] | 88 ] |
87 }], | 89 }], |
88 ] | 90 ] |
89 }, | 91 }, |
90 ], | 92 ], |
91 } | 93 } |
OLD | NEW |