| 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'layout/layout_constants.h', | 299 'layout/layout_constants.h', |
| 300 'layout/layout_manager.cc', | 300 'layout/layout_manager.cc', |
| 301 'layout/layout_manager.h', | 301 'layout/layout_manager.h', |
| 302 'metrics.cc', | 302 'metrics.cc', |
| 303 'metrics.h', | 303 'metrics.h', |
| 304 'metrics_aura.cc', | 304 'metrics_aura.cc', |
| 305 'metrics_gtk.cc', | 305 'metrics_gtk.cc', |
| 306 'metrics_win.cc', | 306 'metrics_win.cc', |
| 307 'mouse_watcher.cc', | 307 'mouse_watcher.cc', |
| 308 'mouse_watcher.h', | 308 'mouse_watcher.h', |
| 309 'mouse_watcher_view_host.cc', |
| 310 'mouse_watcher_view_host.h', |
| 309 'native_theme_delegate.h', | 311 'native_theme_delegate.h', |
| 310 'native_theme_painter.cc', | 312 'native_theme_painter.cc', |
| 311 'native_theme_painter.h', | 313 'native_theme_painter.h', |
| 312 'paint_lock.cc', | 314 'paint_lock.cc', |
| 313 'paint_lock.h', | 315 'paint_lock.h', |
| 314 'painter.cc', | 316 'painter.cc', |
| 315 'painter.h', | 317 'painter.h', |
| 316 'repeat_controller.cc', | 318 'repeat_controller.cc', |
| 317 'repeat_controller.h', | 319 'repeat_controller.h', |
| 318 'touchui/touch_selection_controller.cc', | 320 'touchui/touch_selection_controller.cc', |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 'msvs_settings': { | 732 'msvs_settings': { |
| 731 'VCManifestTool': { | 733 'VCManifestTool': { |
| 732 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 734 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
| 733 }, | 735 }, |
| 734 }, | 736 }, |
| 735 }], | 737 }], |
| 736 ], | 738 ], |
| 737 }, # target_name: views_examples_lib | 739 }, # target_name: views_examples_lib |
| 738 ], | 740 ], |
| 739 } | 741 } |
| OLD | NEW |