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

Side by Side Diff: ui/ozone/ozone.gyp

Issue 100213003: Support for providing IMEContext with Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add OS_LINUX checks and build fix for component=shared_library Created 7 years 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 | « ui/ozone/ime/input_method_context_factory_ozone.cc ('k') | ui/ozone/ozone_platform.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 { 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
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/fake_input_method_context_ozone.cc',
39 'ime/fake_input_method_context_ozone.h',
40 'ime/input_method_context_factory_ozone.cc',
41 'ime/input_method_context_factory_ozone.h',
Yuki 2013/12/11 13:41:57 nit: Sort files in alphabetical order.
kalyank 2013/12/11 18:17:57 Done.
38 'platform/dri/ozone_platform_dri.cc', 42 'platform/dri/ozone_platform_dri.cc',
39 'platform/dri/ozone_platform_dri.h', 43 'platform/dri/ozone_platform_dri.h',
40 'platform/test/ozone_platform_test.cc', 44 'platform/test/ozone_platform_test.cc',
41 'platform/test/ozone_platform_test.h', 45 'platform/test/ozone_platform_test.h',
42 '<@(external_ozone_platform_files)', 46 '<@(external_ozone_platform_files)',
43 ], 47 ],
44 'actions': [ 48 'actions': [
45 { 49 {
46 'action_name': 'generate_ozone_platform_list', 50 'action_name': 'generate_ozone_platform_list',
47 'variables': { 51 'variables': {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 } 86 }
83 }, { # ozone_platform_test==0 87 }, { # ozone_platform_test==0
84 'sources/': [ 88 'sources/': [
85 ['exclude', '^platform/test/'], 89 ['exclude', '^platform/test/'],
86 ] 90 ]
87 }], 91 }],
88 ] 92 ]
89 }, 93 },
90 ], 94 ],
91 } 95 }
OLDNEW
« no previous file with comments | « ui/ozone/ime/input_method_context_factory_ozone.cc ('k') | ui/ozone/ozone_platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698