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

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: Review fix: Sort files in alphabetical order 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
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 13 matching lines...) Expand all
24 'OZONE_IMPLEMENTATION', 24 'OZONE_IMPLEMENTATION',
25 ], 25 ],
26 'variables': { 26 'variables': {
27 'platform_list_file': '<(SHARED_INTERMEDIATE_DIR)/ui/ozone/ozone_platfor m_list.cc', 27 'platform_list_file': '<(SHARED_INTERMEDIATE_DIR)/ui/ozone/ozone_platfor m_list.cc',
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 'ime/fake_input_method_context_ozone.cc',
35 'ime/fake_input_method_context_ozone.h',
36 'ime/input_method_context_factory_ozone.cc',
37 'ime/input_method_context_factory_ozone.h',
34 'ozone_platform.cc', 38 'ozone_platform.cc',
35 'ozone_platform.h', 39 'ozone_platform.h',
36 'ozone_switches.cc', 40 'ozone_switches.cc',
37 'ozone_switches.h', 41 'ozone_switches.h',
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 ],
(...skipping 38 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

Powered by Google App Engine
This is Rietveld 408576698