| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'native_theme_painter.cc', | 306 'native_theme_painter.cc', |
| 307 'native_theme_painter.h', | 307 'native_theme_painter.h', |
| 308 'paint_lock.cc', | 308 'paint_lock.cc', |
| 309 'paint_lock.h', | 309 'paint_lock.h', |
| 310 'painter.cc', | 310 'painter.cc', |
| 311 'painter.h', | 311 'painter.h', |
| 312 'repeat_controller.cc', | 312 'repeat_controller.cc', |
| 313 'repeat_controller.h', | 313 'repeat_controller.h', |
| 314 'touchui/gesture_manager.cc', | 314 'touchui/gesture_manager.cc', |
| 315 'touchui/gesture_manager.h', | 315 'touchui/gesture_manager.h', |
| 316 'touchui/gesture_recognizer.cc', |
| 317 'touchui/gesture_recognizer.h', |
| 316 'touchui/touch_selection_controller.cc', | 318 'touchui/touch_selection_controller.cc', |
| 317 'touchui/touch_selection_controller.h', | 319 'touchui/touch_selection_controller.h', |
| 318 'view.cc', | 320 'view.cc', |
| 319 'view.h', | 321 'view.h', |
| 320 'view_constants.cc', | 322 'view_constants.cc', |
| 321 'view_constants.h', | 323 'view_constants.h', |
| 322 'view_aura.cc', | 324 'view_aura.cc', |
| 323 'view_gtk.cc', | 325 'view_gtk.cc', |
| 324 'view_text_utils.cc', | 326 'view_text_utils.cc', |
| 325 'view_text_utils.h', | 327 'view_text_utils.h', |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 'msvs_settings': { | 726 'msvs_settings': { |
| 725 'VCManifestTool': { | 727 'VCManifestTool': { |
| 726 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 728 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
| 727 }, | 729 }, |
| 728 }, | 730 }, |
| 729 }], | 731 }], |
| 730 ], | 732 ], |
| 731 }, # target_name: views_examples_lib | 733 }, # target_name: views_examples_lib |
| 732 ], | 734 ], |
| 733 } | 735 } |
| OLD | NEW |