summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_ui_views.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-14 02:10:55 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-14 02:10:55 +0000
commite0cdea8c519337a500b5e5b909c7cb274b5b5cb4 (patch)
treea15243a35ce0a0b61b058cf13ae041ce0c28ff62 /chrome/chrome_browser_ui_views.gyp
parent20553490d852f32afb52e56dd68a8b9ca8ab2d6f (diff)
downloadchromium_src-e0cdea8c519337a500b5e5b909c7cb274b5b5cb4.zip
chromium_src-e0cdea8c519337a500b5e5b909c7cb274b5b5cb4.tar.gz
chromium_src-e0cdea8c519337a500b5e5b909c7cb274b5b5cb4.tar.bz2
chrome: Initial step into building the views UI of Chrome Browser as a component.
BUG=125846 R=ben@chromium.org Review URL: https://codereview.chromium.org/12212013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182369 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_ui_views.gyp')
-rw-r--r--chrome/chrome_browser_ui_views.gyp22
1 files changed, 22 insertions, 0 deletions
diff --git a/chrome/chrome_browser_ui_views.gyp b/chrome/chrome_browser_ui_views.gyp
new file mode 100644
index 0000000..45eac87
--- /dev/null
+++ b/chrome/chrome_browser_ui_views.gyp
@@ -0,0 +1,22 @@
+# Copyright 2013 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.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'browser_ui_views',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../ui/ui.gyp:ui',
+ ],
+ 'defines': [
+ 'CHROME_VIEWS_IMPLEMENTATION',
+ ],
+ 'sources': [
+ 'browser/ui/views/accelerator_table.cc',
+ 'browser/ui/views/accelerator_table.h',
+ ],
+ },
+ ],
+}