Skip to content

Commit

Permalink
Remove svn:executable property from files that don't need it.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thestig@chromium.org committed Jul 8, 2009
1 parent d0945c3 commit 8c7a4df
Show file tree
Hide file tree
Showing 25 changed files with 22 additions and 22 deletions.
Empty file modified WATCHLISTS
100755 → 100644
Empty file.
Empty file modified app/gfx/canvas.h
100755 → 100644
Empty file.
Empty file modified app/gfx/canvas_linux.cc
100755 → 100644
Empty file.
44 changes: 22 additions & 22 deletions app/gfx/canvas_paint.h
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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_
Empty file modified google_update/google_update_idl.idl
100755 → 100644
Empty file.
Empty file modified media/player/player_wtl.rc
100755 → 100644
Empty file.
Empty file modified skia/skia.gyp
100755 → 100644
Empty file.
Empty file modified tools/traceline/traceline/Makefile
100755 → 100644
Empty file.
Empty file modified tools/traceline/traceline/assembler_unittest.sh.expected
100755 → 100644
Empty file.
Empty file modified views/controls/tree/tree_view.cc
100755 → 100644
Empty file.
Empty file modified views/widget/root_view_gtk.cc
100755 → 100644
Empty file.
Empty file modified views/widget/root_view_win.cc
100755 → 100644
Empty file.
Empty file modified views/window/window_win.cc
100755 → 100644
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified webkit/tools/test_shell/webwidget_host_gtk.cc
100755 → 100644
Empty file.

0 comments on commit 8c7a4df

Please sign in to comment.