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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 | 9 |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 'ime/mock_input_method.h', | 280 'ime/mock_input_method.h', |
281 'ime/text_input_client.h', | 281 'ime/text_input_client.h', |
282 'ime/text_input_type_tracker.h', | 282 'ime/text_input_type_tracker.h', |
283 'ime/text_input_type_tracker.cc', | 283 'ime/text_input_type_tracker.cc', |
284 'layer_helper.cc', | 284 'layer_helper.cc', |
285 'layer_helper.h', | 285 'layer_helper.h', |
286 'layer_property_setter.cc', | 286 'layer_property_setter.cc', |
287 'layer_property_setter.h', | 287 'layer_property_setter.h', |
288 'layout/box_layout.cc', | 288 'layout/box_layout.cc', |
289 'layout/box_layout.h', | 289 'layout/box_layout.h', |
| 290 'layout/center_layout.cc', |
| 291 'layout/center_layout.h', |
290 'layout/fill_layout.cc', | 292 'layout/fill_layout.cc', |
291 'layout/fill_layout.h', | 293 'layout/fill_layout.h', |
292 'layout/grid_layout.cc', | 294 'layout/grid_layout.cc', |
293 'layout/grid_layout.h', | 295 'layout/grid_layout.h', |
294 'layout/layout_constants.h', | 296 'layout/layout_constants.h', |
295 'layout/layout_manager.cc', | 297 'layout/layout_manager.cc', |
296 'layout/layout_manager.h', | 298 'layout/layout_manager.h', |
297 'metrics.cc', | 299 'metrics.cc', |
298 'metrics.h', | 300 'metrics.h', |
299 'metrics_gtk.cc', | 301 'metrics_gtk.cc', |
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
839 'include_dirs': [ | 841 'include_dirs': [ |
840 '<(DEPTH)/third_party/wtl/include', | 842 '<(DEPTH)/third_party/wtl/include', |
841 ], | 843 ], |
842 }], | 844 }], |
843 ], | 845 ], |
844 }, | 846 }, |
845 ], | 847 ], |
846 }], | 848 }], |
847 ], | 849 ], |
848 } | 850 } |
OLD | NEW |