summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index e48e4f6..99099a6 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -126,6 +126,10 @@
# All .cc, .h, and .mm files under app/ except for tests.
'../app/animation.cc',
'../app/animation.h',
+ '../app/gfx/chrome_canvas.cc',
+ '../app/gfx/chrome_canvas.h',
+ '../app/gfx/chrome_canvas_linux.cc',
+ '../app/gfx/chrome_canvas_win.cc',
'../app/l10n_util.cc',
'../app/l10n_util.h',
'../app/l10n_util_posix.cc',
@@ -216,10 +220,6 @@
'common/extensions/url_pattern.h',
'common/extensions/user_script.cc',
'common/extensions/user_script.h',
- 'common/gfx/chrome_canvas.cc',
- 'common/gfx/chrome_canvas.h',
- 'common/gfx/chrome_canvas_linux.cc',
- 'common/gfx/chrome_canvas_win.cc',
'common/gfx/chrome_font.h',
'common/gfx/chrome_font_gtk.cc',
'common/gfx/chrome_font_mac.mm',