commit | 990e62268f8a7074995ea00895da064312e49535 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Nov 16 13:31:18 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Nov 16 13:31:18 2012 |
tree | 6447bc15cd3e2f728b7351b27571a3c6da35ae41 | |
parent | 8d0f9016803d12e160b588cca2a7fc4612323aad [diff] [blame] |
ui: Make native_theme its own library. BUG=103304 [email protected] Review URL: https://chromiumcodereview.appspot.com/11275322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168194 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi index fb145d39..46eeb7f0 100644 --- a/chrome/chrome_browser_ui.gypi +++ b/chrome/chrome_browser_ui.gypi
@@ -50,6 +50,7 @@ '../third_party/libxml/libxml.gyp:libxml', '../third_party/zlib/zlib.gyp:zlib', '../ui/base/strings/ui_strings.gyp:ui_strings', + '../ui/native_theme/native_theme.gyp:native_theme', '../ui/ui.gyp:ui', '../ui/ui.gyp:ui_resources', '../webkit/support/webkit_support.gyp:user_agent',