summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-25 20:29:03 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-25 20:29:03 +0000
commit798ae67e6e6efd131c91974d1819c4ca2f30c563 (patch)
tree25ec0e262cb0db6c03c709daae8932860cbbd18d /ui/ui.gyp
parenta051a469ec2b22b7786cc98e77bd59a2fbf73aae (diff)
downloadchromium_src-798ae67e6e6efd131c91974d1819c4ca2f30c563.zip
chromium_src-798ae67e6e6efd131c91974d1819c4ca2f30c563.tar.gz
chromium_src-798ae67e6e6efd131c91974d1819c4ca2f30c563.tar.bz2
content: Start splitting up chrome/browser/ui/gtk/gtk_util.h
This yak needs shaving because chunks of gtk using code in chrome/ are being moved to content/ to build the content_shell, but we can't depend on code in chrome/. While I'm here, split gtk_util.h into a set of logical chunks: hig constants, widget factory functions, etc instead of just moving the file. BUG=93804 TEST=none; code move Review URL: http://codereview.chromium.org/7737001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98287 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 3f5a2fe..ed5f16de 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -112,6 +112,8 @@
'base/gtk/gtk_floating_container.h',
'base/gtk/gtk_im_context_util.cc',
'base/gtk/gtk_im_context_util.h',
+ 'base/gtk/gtk_hig_constants.cc',
+ 'base/gtk/gtk_hig_constants.h',
'base/gtk/gtk_signal.h',
'base/gtk/gtk_signal_registrar.cc',
'base/gtk/gtk_signal_registrar.h',