Skip to content

Commit

Permalink
[Tizen] Fix Tizen build
Browse files Browse the repository at this point in the history
SSIA. The patch can work after the following are applied:
crosswalk-project/chromium-crosswalk#159
crosswalk-project/chromium-crosswalk#158
  • Loading branch information
Mikhail Pozdnyakov committed May 21, 2014
1 parent deffd9a commit e8a8430
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 27 deletions.
2 changes: 1 addition & 1 deletion DEPS.xwalk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Use 'Trunk' for trunk.
# If using trunk, will use '.DEPS.git' for gclient.
chromium_version = '36.0.1976.2'
chromium_crosswalk_point = 'b66168681fbb2b6755dfc2ec0bd308f73522222c'
chromium_crosswalk_point = '7ae8aaa78c8bdde4aadcae4d8dd0808f5103a11e'
blink_crosswalk_point = '287dababee55833dddecc1ecd31aa267a08f08f7'
v8_crosswalk_point = 'c8e8806f9e54a027d667425f1bb1b28cf9cbb6f7'
ozone_wayland_point = 'f4faec532d7d2f482b3ffe1e52be6fa3e6fc8629'
Expand Down
22 changes: 0 additions & 22 deletions packaging/crosswalk-do-not-look-for-gtk2-when-using-aura.patch

This file was deleted.

1 change: 0 additions & 1 deletion packaging/crosswalk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Source3: xwalk.service.in
Source1001: crosswalk.manifest
Source1002: %{name}.xml.in
Source1003: %{name}.png
Patch1: %{name}-do-not-look-for-gtk2-when-using-aura.patch
Patch9: Blink-Add-GCC-flag-Wno-narrowing-fix-64bits-build.patch

BuildRequires: bison
Expand Down
2 changes: 1 addition & 1 deletion runtime/browser/xwalk_browser_main_parts_tizen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "ui/gl/gl_switches.h"
#include "ui/gfx/switches.h"

#include "content/browser/device_orientation/device_inertial_sensor_service.h"
#include "content/browser/device_sensors/device_inertial_sensor_service.h"
#include "xwalk/runtime/extension/screen_orientation_extension.h"
#include "xwalk/tizen/mobile/sensor/tizen_data_fetcher_shared_memory.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <string>

#include "base/files/file_path.h"
#include "net/base/net_util.h"
#include "net/base/filename_util.h"
#include "url/gurl.h"
#include "xwalk/application/common/constants.h"
#include "third_party/WebKit/public/web/WebFrame.h"
Expand Down
2 changes: 1 addition & 1 deletion tizen/mobile/sensor/tizen_data_fetcher_shared_memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef XWALK_TIZEN_MOBILE_SENSOR_TIZEN_DATA_FETCHER_SHARED_MEMORY_H_
#define XWALK_TIZEN_MOBILE_SENSOR_TIZEN_DATA_FETCHER_SHARED_MEMORY_H_

#include "content/browser/device_orientation/data_fetcher_shared_memory.h"
#include "content/browser/device_sensors/data_fetcher_shared_memory.h"
#include "xwalk/tizen/mobile/sensor/sensor_provider.h"

namespace xwalk {
Expand Down

0 comments on commit e8a8430

Please sign in to comment.