diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-20 18:21:08 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-20 18:21:08 +0000 |
commit | a12f7fbe12afffb4b1b31ec0d6b0988f1f9a6554 (patch) | |
tree | 09b9fafb2e1d1ce9acb0307aa5689d6cfe72a0ef /gfx/gfx.gyp | |
parent | f224f15fb2d55747c3faf6e5e304c2eebcca12ab (diff) | |
download | chromium_src-a12f7fbe12afffb4b1b31ec0d6b0988f1f9a6554.zip chromium_src-a12f7fbe12afffb4b1b31ec0d6b0988f1f9a6554.tar.gz chromium_src-a12f7fbe12afffb4b1b31ec0d6b0988f1f9a6554.tar.bz2 |
Move more web widgets painting from webkit to chrome.
- Move linux web widgets painting code from webkit;
- Move dependent resources from webkit_resources into gfx_resources and
follow the pattern in net package to add resource loading support to
gfx package;
- Update ChromeOS theme engine to follow mocks in chromium-os:9256.
BUG=chromium-os:9256
TEST=Verify default web widgets has desired look on ChromeOS.
Review URL: http://codereview.chromium.org/6254004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71969 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r-- | gfx/gfx.gyp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp index 824e9b0..ac512f3 100644 --- a/gfx/gfx.gyp +++ b/gfx/gfx.gyp @@ -7,7 +7,7 @@ 'chromium_code': 1, 'grit_info_cmd': ['python', '../tools/grit/grit_info.py', '<@(grit_defines)'], - 'grit_cmd': ['python', '../tools/grit/grit.py'], + 'grit_cmd': ['python', '../tools/grit/grit.py'], 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx', }, 'targets': [ @@ -110,6 +110,8 @@ 'font.cc', 'gfx_paths.cc', 'gfx_paths.h', + 'gfx_module.cc', + 'gfx_module.h', 'insets.cc', 'insets.h', 'native_widget_types.h', @@ -158,7 +160,7 @@ 'include_dirs': [ '..', '<(DEPTH)/third_party/wtl/include', - ], + ], }], ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 'dependencies': [ @@ -218,7 +220,7 @@ }], ], }, - + ], } |