| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 'focus/focus_manager_factory.cc', | 267 'focus/focus_manager_factory.cc', |
| 268 'focus/focus_manager_factory.h', | 268 'focus/focus_manager_factory.h', |
| 269 'focus/focus_search.cc', | 269 'focus/focus_search.cc', |
| 270 'focus/focus_search.h', | 270 'focus/focus_search.h', |
| 271 'focus/view_storage.cc', | 271 'focus/view_storage.cc', |
| 272 'focus/view_storage.h', | 272 'focus/view_storage.h', |
| 273 'focus/widget_focus_manager.cc', | 273 'focus/widget_focus_manager.cc', |
| 274 'focus/widget_focus_manager.h', | 274 'focus/widget_focus_manager.h', |
| 275 'ime/input_method_base.cc', | 275 'ime/input_method_base.cc', |
| 276 'ime/input_method_base.h', | 276 'ime/input_method_base.h', |
| 277 'ime/input_method_bridge.cc', |
| 278 'ime/input_method_bridge.h', |
| 277 'ime/input_method_delegate.h', | 279 'ime/input_method_delegate.h', |
| 278 'ime/input_method_gtk.cc', | 280 'ime/input_method_gtk.cc', |
| 279 'ime/input_method_gtk.h', | 281 'ime/input_method_gtk.h', |
| 280 'ime/input_method.h', | 282 'ime/input_method.h', |
| 281 'ime/input_method_ibus.cc', | 283 'ime/input_method_ibus.cc', |
| 282 'ime/input_method_ibus.h', | 284 'ime/input_method_ibus.h', |
| 283 'ime/input_method_win.cc', | 285 'ime/input_method_win.cc', |
| 284 'ime/input_method_win.h', | 286 'ime/input_method_win.h', |
| 285 'ime/mock_input_method.cc', | 287 'ime/mock_input_method.cc', |
| 286 'ime/mock_input_method.h', | 288 'ime/mock_input_method.h', |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 'msvs_settings': { | 738 'msvs_settings': { |
| 737 'VCManifestTool': { | 739 'VCManifestTool': { |
| 738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 740 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
| 739 }, | 741 }, |
| 740 }, | 742 }, |
| 741 }], | 743 }], |
| 742 ], | 744 ], |
| 743 }, # target_name: views_examples_lib | 745 }, # target_name: views_examples_lib |
| 744 ], | 746 ], |
| 745 } | 747 } |
| OLD | NEW |