Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ozone / patches / 0003-Add-support-to-provide-external-ozone-files-in-views.patch
1 From 722d6aa6823f7a71379279c8e336a490132ef2fd Mon Sep 17 00:00:00 2001
2 From: Kalyan Kondapally <kalyan.kondapally@intel.com>
3 Date: Tue, 19 Aug 2014 21:08:47 -0700
4 Subject: [PATCH 3/5] Add support to provide external ozone files in views.
5
6 We have un-necessary dependency on views. This is a temporary patch
7 to include desktop_aura/ as part of view target.
8 ---
9  ui/views/views.gyp |    2 ++
10  1 file changed, 2 insertions(+)
11
12 diff --git a/ui/views/views.gyp b/ui/views/views.gyp
13 index 108d0e6..c1c2244 100644
14 --- a/ui/views/views.gyp
15 +++ b/ui/views/views.gyp
16 @@ -4,6 +4,7 @@
17  {
18    'variables': {
19      'chromium_code': 1,
20 +    'external_ozone_views_files': [],
21      # Sources lists shared with GN build.
22      'views_sources': [
23        'accessibility/native_view_accessibility.cc',
24 @@ -658,6 +659,7 @@
25          }],
26          ['use_aura==1', {
27            'sources': [
28 +            '<@(external_ozone_views_files)',
29              '<@(views_aura_sources)',
30            ],
31            'dependencies': [
32 -- 
33 1.7.9.5
34