Title: [91295] trunk
- Revision
- 91295
- Author
- [email protected]
- Date
- 2011-07-19 13:33:52 -0700 (Tue, 19 Jul 2011)
Log Message
[Chromium] Need to remove app/ from DEPS
https://bugs.webkit.org/show_bug.cgi?id=64750
Patch by Robert Sesek <[email protected]> on 2011-07-19
Reviewed by Tony Chang.
.:
Remove Source/WebKit/chromium/app/ from .gitignore.
* .gitignore:
Source/WebKit/chromium:
Roll DEPS and remove dependencies on Chromium's /src/app.
* DEPS:
* WebKit.gyp:
Modified Paths
Diff
Modified: trunk/.gitignore (91294 => 91295)
--- trunk/.gitignore 2011-07-19 20:32:58 UTC (rev 91294)
+++ trunk/.gitignore 2011-07-19 20:33:52 UTC (rev 91295)
@@ -55,7 +55,6 @@
# Ignore Chromium dependencies
Source/WebKit/chromium/.gclient
Source/WebKit/chromium/.gclient_entries
-Source/WebKit/chromium/app/
Source/WebKit/chromium/base/
Source/WebKit/chromium/chromium_deps/
Source/WebKit/chromium/crypto/
Modified: trunk/ChangeLog (91294 => 91295)
--- trunk/ChangeLog 2011-07-19 20:32:58 UTC (rev 91294)
+++ trunk/ChangeLog 2011-07-19 20:33:52 UTC (rev 91295)
@@ -1,3 +1,14 @@
+2011-07-19 Robert Sesek <[email protected]>
+
+ [Chromium] Need to remove app/ from DEPS
+ https://bugs.webkit.org/show_bug.cgi?id=64750
+
+ Reviewed by Tony Chang.
+
+ Remove Source/WebKit/chromium/app/ from .gitignore.
+
+ * .gitignore:
+
2011-07-18 MORITA Hajime <[email protected]>
[ShadowContentElement] forwarded node should be able to access its hosting content element.
Modified: trunk/Source/WebKit/chromium/ChangeLog (91294 => 91295)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-07-19 20:32:58 UTC (rev 91294)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-07-19 20:33:52 UTC (rev 91295)
@@ -1,3 +1,15 @@
+2011-07-19 Robert Sesek <[email protected]>
+
+ [Chromium] Need to remove app/ from DEPS
+ https://bugs.webkit.org/show_bug.cgi?id=64750
+
+ Reviewed by Tony Chang.
+
+ Roll DEPS and remove dependencies on Chromium's /src/app.
+
+ * DEPS:
+ * WebKit.gyp:
+
2011-07-19 Yury Semikhatsky <[email protected]>
[Chromium] Web Inspector: add sanity test for shared worker inspector
Modified: trunk/Source/WebKit/chromium/DEPS (91294 => 91295)
--- trunk/Source/WebKit/chromium/DEPS 2011-07-19 20:32:58 UTC (rev 91294)
+++ trunk/Source/WebKit/chromium/DEPS 2011-07-19 20:33:52 UTC (rev 91295)
@@ -32,7 +32,7 @@
vars = {
'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
- 'chromium_rev': '92892'
+ 'chromium_rev': '93069'
}
deps = {
@@ -89,8 +89,6 @@
# webkit dependencies
'webkit': Var('chromium_svn')+'/webkit@'+Var('chromium_rev'),
- 'app':
- Var('chromium_svn')+'/app@'+Var('chromium_rev'), # needed by appcache
'gpu':
Var('chromium_svn')+'/gpu@'+Var('chromium_rev'),
'ipc':
Modified: trunk/Source/WebKit/chromium/WebKit.gyp (91294 => 91295)
--- trunk/Source/WebKit/chromium/WebKit.gyp 2011-07-19 20:32:58 UTC (rev 91294)
+++ trunk/Source/WebKit/chromium/WebKit.gyp 2011-07-19 20:33:52 UTC (rev 91295)
@@ -68,7 +68,6 @@
'msvs_guid': '5ECEC9E5-8F23-47B6-93E0-C3B328B3BE65',
'dependencies': [
'../../WebCore/WebCore.gyp/WebCore.gyp:webcore',
- '<(chromium_src_dir)/app/app.gyp:app_base', # For GLContext
'<(chromium_src_dir)/skia/skia.gyp:skia',
'<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi',
'<(chromium_src_dir)/third_party/angle/src/build_angle.gyp:translator_glsl',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes