| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'ui_base', | 8 'target_name': 'ui_base', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 'base/ui_base_paths.cc', | 145 'base/ui_base_paths.cc', |
| 146 'base/ui_base_paths.h', | 146 'base/ui_base_paths.h', |
| 147 'base/ui_base_switches.cc', | 147 'base/ui_base_switches.cc', |
| 148 'base/ui_base_switches.h', | 148 'base/ui_base_switches.h', |
| 149 'base/view_prop.cc', | 149 'base/view_prop.cc', |
| 150 'base/view_prop.h', | 150 'base/view_prop.h', |
| 151 'base/win/hwnd_util.cc', | 151 'base/win/hwnd_util.cc', |
| 152 'base/win/hwnd_util.h', | 152 'base/win/hwnd_util.h', |
| 153 'base/win/ime_input.cc', | 153 'base/win/ime_input.cc', |
| 154 'base/win/ime_input.h', | 154 'base/win/ime_input.h', |
| 155 'base/win/shell.cc', | |
| 156 'base/win/shell.h', | |
| 157 'base/win/window_impl.cc', | 155 'base/win/window_impl.cc', |
| 158 'base/win/window_impl.h', | 156 'base/win/window_impl.h', |
| 159 'base/x/active_window_watcher_x.cc', | 157 'base/x/active_window_watcher_x.cc', |
| 160 'base/x/active_window_watcher_x.h', | 158 'base/x/active_window_watcher_x.h', |
| 161 'base/x/x11_util.cc', | 159 'base/x/x11_util.cc', |
| 162 'base/x/x11_util.h', | 160 'base/x/x11_util.h', |
| 163 'base/x/x11_util_internal.h', | 161 'base/x/x11_util_internal.h', |
| 164 ], | 162 ], |
| 165 'conditions': [ | 163 'conditions': [ |
| 166 ['toolkit_uses_gtk == 1', { | 164 ['toolkit_uses_gtk == 1', { |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 ], | 237 ], |
| 240 }, | 238 }, |
| 241 ], | 239 ], |
| 242 } | 240 } |
| 243 | 241 |
| 244 # Local Variables: | 242 # Local Variables: |
| 245 # tab-width:2 | 243 # tab-width:2 |
| 246 # indent-tabs-mode:nil | 244 # indent-tabs-mode:nil |
| 247 # End: | 245 # End: |
| 248 # vim: set expandtab tabstop=2 shiftwidth=2: | 246 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |