Chromium Code Reviews| Index: chrome/chrome_browser_ui_views.gyp |
| diff --git a/chrome/chrome_browser_ui_views.gyp b/chrome/chrome_browser_ui_views.gyp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..aaad0641727dcf417a7e1090b51b500e39df753f |
| --- /dev/null |
| +++ b/chrome/chrome_browser_ui_views.gyp |
| @@ -0,0 +1,20 @@ |
| +# 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': 'static_library', |
|
Ben Goodger (Google)
2013/02/06 17:34:06
is it possible to do this as <(component)?
tfarina
2013/02/06 17:36:44
Yes.
Would you be fine with:
CHROME_VIEWS_EXPORT
|
| + 'variables': { 'enable_wexit_time_destructors': 1, }, |
| + 'dependencies': [ |
| + '../ui/ui.gyp:ui', |
| + ], |
| + 'sources': [ |
| + 'browser/ui/views/accelerator_table.cc', |
| + 'browser/ui/views/accelerator_table.h', |
| + ], |
| + }, |
| + ], |
| +} |