summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-08 17:39:27 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-08 17:39:27 +0000
commit8c7a4df50983b4bf2b5edc5946ddccb093baddbf (patch)
treed06700e03578d4184b7f7090edc66e0d2bff863b
parentd0945c3264b3899f7c6675babe3678789e4847a6 (diff)
downloadchromium_src-8c7a4df50983b4bf2b5edc5946ddccb093baddbf.zip
chromium_src-8c7a4df50983b4bf2b5edc5946ddccb093baddbf.tar.gz
chromium_src-8c7a4df50983b4bf2b5edc5946ddccb093baddbf.tar.bz2
Remove svn:executable property from files that don't need it.
TEST=none BUG=none Review URL: http://codereview.chromium.org/155199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20161 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--[-rwxr-xr-x]WATCHLISTS0
-rw-r--r--[-rwxr-xr-x]app/gfx/canvas.h0
-rw-r--r--[-rwxr-xr-x]app/gfx/canvas_linux.cc0
-rw-r--r--[-rwxr-xr-x]app/gfx/canvas_paint.h44
-rw-r--r--[-rwxr-xr-x]google_update/google_update_idl.idl0
-rw-r--r--[-rwxr-xr-x]media/player/player_wtl.rc0
-rw-r--r--[-rwxr-xr-x]skia/skia.gyp0
-rw-r--r--[-rwxr-xr-x]tools/traceline/traceline/Makefile0
-rw-r--r--[-rwxr-xr-x]tools/traceline/traceline/assembler_unittest.sh.expected0
-rw-r--r--[-rwxr-xr-x]views/controls/tree/tree_view.cc0
-rw-r--r--[-rwxr-xr-x]views/widget/root_view_gtk.cc0
-rw-r--r--[-rwxr-xr-x]views/widget/root_view_win.cc0
-rw-r--r--[-rwxr-xr-x]views/window/window_win.cc0
-rw-r--r--[-rwxr-xr-x]webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-1-expected.checksum0
-rw-r--r--[-rwxr-xr-x]webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-1-expected.pngbin2917 -> 2917 bytes
-rw-r--r--[-rwxr-xr-x]webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-2-expected.checksum0
-rw-r--r--[-rwxr-xr-x]webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-2-expected.pngbin2916 -> 2916 bytes
-rw-r--r--[-rwxr-xr-x]webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.checksum0
-rw-r--r--[-rwxr-xr-x]webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.pngbin4921 -> 4921 bytes
-rw-r--r--[-rwxr-xr-x]webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.txt0
-rw-r--r--[-rwxr-xr-x]webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/animated-path-inside-transformed-html-expected.checksum0
-rw-r--r--[-rwxr-xr-x]webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/animated-path-inside-transformed-html-expected.pngbin24474 -> 24474 bytes
-rw-r--r--[-rwxr-xr-x]webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum0
-rw-r--r--[-rwxr-xr-x]webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html-expected.pngbin74744 -> 74744 bytes
-rw-r--r--[-rwxr-xr-x]webkit/tools/test_shell/webwidget_host_gtk.cc0
25 files changed, 22 insertions, 22 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 2a6dedb..2a6dedb 100755..100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
diff --git a/app/gfx/canvas.h b/app/gfx/canvas.h
index 4b5f575..4b5f575 100755..100644
--- a/app/gfx/canvas.h
+++ b/app/gfx/canvas.h
diff --git a/app/gfx/canvas_linux.cc b/app/gfx/canvas_linux.cc
index 7e561c6..7e561c6 100755..100644
--- a/app/gfx/canvas_linux.cc
+++ b/app/gfx/canvas_linux.cc
diff --git a/app/gfx/canvas_paint.h b/app/gfx/canvas_paint.h
index 0b3c2a7..d3a71f8 100755..100644
--- a/app/gfx/canvas_paint.h
+++ b/app/gfx/canvas_paint.h
@@ -1,22 +1,22 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef APP_GFX_CANVAS_PAINT_H_
-#define APP_GFX_CANVAS_PAINT_H_
-
-#include "app/gfx/canvas.h"
-#include "skia/ext/canvas_paint.h"
-
-// Define a skia::CanvasPaint type that wraps our gfx::Canvas like the
-// skia::PlatformCanvasPaint wraps PlatformCanvas.
-
-namespace gfx {
-
-#if defined(OS_WIN) || defined(OS_LINUX)
-typedef skia::CanvasPaintT<Canvas> CanvasPaint;
-#endif
-
-} // namespace gfx
-
-#endif // APP_GFX_CANVAS_PAINT_H_
+// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef APP_GFX_CANVAS_PAINT_H_
+#define APP_GFX_CANVAS_PAINT_H_
+
+#include "app/gfx/canvas.h"
+#include "skia/ext/canvas_paint.h"
+
+// Define a skia::CanvasPaint type that wraps our gfx::Canvas like the
+// skia::PlatformCanvasPaint wraps PlatformCanvas.
+
+namespace gfx {
+
+#if defined(OS_WIN) || defined(OS_LINUX)
+typedef skia::CanvasPaintT<Canvas> CanvasPaint;
+#endif
+
+} // namespace gfx
+
+#endif // APP_GFX_CANVAS_PAINT_H_
diff --git a/google_update/google_update_idl.idl b/google_update/google_update_idl.idl
index a8889b8..a8889b8 100755..100644
--- a/google_update/google_update_idl.idl
+++ b/google_update/google_update_idl.idl
diff --git a/media/player/player_wtl.rc b/media/player/player_wtl.rc
index 82bcbe2..82bcbe2 100755..100644
--- a/media/player/player_wtl.rc
+++ b/media/player/player_wtl.rc
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 6402147..6402147 100755..100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
diff --git a/tools/traceline/traceline/Makefile b/tools/traceline/traceline/Makefile
index d5ac5b6..d5ac5b6 100755..100644
--- a/tools/traceline/traceline/Makefile
+++ b/tools/traceline/traceline/Makefile
diff --git a/tools/traceline/traceline/assembler_unittest.sh.expected b/tools/traceline/traceline/assembler_unittest.sh.expected
index a0d3af3..a0d3af3 100755..100644
--- a/tools/traceline/traceline/assembler_unittest.sh.expected
+++ b/tools/traceline/traceline/assembler_unittest.sh.expected
diff --git a/views/controls/tree/tree_view.cc b/views/controls/tree/tree_view.cc
index 5a2fb42..5a2fb42 100755..100644
--- a/views/controls/tree/tree_view.cc
+++ b/views/controls/tree/tree_view.cc
diff --git a/views/widget/root_view_gtk.cc b/views/widget/root_view_gtk.cc
index 6984429..6984429 100755..100644
--- a/views/widget/root_view_gtk.cc
+++ b/views/widget/root_view_gtk.cc
diff --git a/views/widget/root_view_win.cc b/views/widget/root_view_win.cc
index eddbb6e..eddbb6e 100755..100644
--- a/views/widget/root_view_win.cc
+++ b/views/widget/root_view_win.cc
diff --git a/views/window/window_win.cc b/views/window/window_win.cc
index 2c17531..2c17531 100755..100644
--- a/views/window/window_win.cc
+++ b/views/window/window_win.cc
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-1-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-1-expected.checksum
index d244873..d244873 100755..100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-1-expected.checksum
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-1-expected.checksum
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-1-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-1-expected.png
index 56a3e87..56a3e87 100755..100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-1-expected.png
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-1-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-2-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-2-expected.checksum
index 6e5f69b..6e5f69b 100755..100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-2-expected.checksum
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-2-expected.checksum
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-2-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-2-expected.png
index fed106c..fed106c 100755..100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-2-expected.png
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/frames/content-opacity-2-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.checksum
index c9f512e..c9f512e 100755..100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.checksum
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.checksum
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.png
index cf6bfbb..cf6bfbb 100755..100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.png
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.txt
index 11909e3..11909e3 100755..100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/no-inherited-dashed-stroke-expected.txt
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/animated-path-inside-transformed-html-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/animated-path-inside-transformed-html-expected.checksum
index 96b4f6e..96b4f6e 100755..100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/animated-path-inside-transformed-html-expected.checksum
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/animated-path-inside-transformed-html-expected.checksum
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/animated-path-inside-transformed-html-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/animated-path-inside-transformed-html-expected.png
index 3054988..3054988 100755..100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/animated-path-inside-transformed-html-expected.png
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/animated-path-inside-transformed-html-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum
index 44552d7..44552d7 100755..100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html-expected.png
index bfca2a6..bfca2a6 100755..100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html-expected.png
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html-expected.png
Binary files differ
diff --git a/webkit/tools/test_shell/webwidget_host_gtk.cc b/webkit/tools/test_shell/webwidget_host_gtk.cc
index dd5b311..dd5b311 100755..100644
--- a/webkit/tools/test_shell/webwidget_host_gtk.cc
+++ b/webkit/tools/test_shell/webwidget_host_gtk.cc