OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 'ime/input_method_base.cc', | 261 'ime/input_method_base.cc', |
262 'ime/input_method_base.h', | 262 'ime/input_method_base.h', |
263 'ime/input_method_bridge.cc', | 263 'ime/input_method_bridge.cc', |
264 'ime/input_method_bridge.h', | 264 'ime/input_method_bridge.h', |
265 'ime/input_method_delegate.h', | 265 'ime/input_method_delegate.h', |
266 'ime/input_method.h', | 266 'ime/input_method.h', |
267 'ime/input_method_win.cc', | 267 'ime/input_method_win.cc', |
268 'ime/input_method_win.h', | 268 'ime/input_method_win.h', |
269 'ime/mock_input_method.cc', | 269 'ime/mock_input_method.cc', |
270 'ime/mock_input_method.h', | 270 'ime/mock_input_method.h', |
271 'ime/text_input_type_tracker.cc', | |
272 'ime/text_input_type_tracker.h', | |
273 'layout/box_layout.cc', | 271 'layout/box_layout.cc', |
274 'layout/box_layout.h', | 272 'layout/box_layout.h', |
275 'layout/fill_layout.cc', | 273 'layout/fill_layout.cc', |
276 'layout/fill_layout.h', | 274 'layout/fill_layout.h', |
277 'layout/grid_layout.cc', | 275 'layout/grid_layout.cc', |
278 'layout/grid_layout.h', | 276 'layout/grid_layout.h', |
279 'layout/layout_constants.h', | 277 'layout/layout_constants.h', |
280 'layout/layout_manager.cc', | 278 'layout/layout_manager.cc', |
281 'layout/layout_manager.h', | 279 'layout/layout_manager.h', |
282 'metrics.cc', | 280 'metrics.cc', |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 'sources/': [ | 737 'sources/': [ |
740 # This is needed because the aura rule strips it from the default | 738 # This is needed because the aura rule strips it from the default |
741 # sources list. | 739 # sources list. |
742 ['include', '^../../content/app/startup_helper_win.cc'], | 740 ['include', '^../../content/app/startup_helper_win.cc'], |
743 ], | 741 ], |
744 }], | 742 }], |
745 ], | 743 ], |
746 }, # target_name: views_examples_lib | 744 }, # target_name: views_examples_lib |
747 ], | 745 ], |
748 } | 746 } |
OLD | NEW |