| 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 'conditions': [ | 10 'conditions': [ |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 ['exclude', 'native_menu_x.cc$'], | 52 ['exclude', 'native_menu_x.cc$'], |
| 53 ['exclude', 'native_menu_x.h$'], | 53 ['exclude', 'native_menu_x.h$'], |
| 54 ['exclude', 'touchui/'], | 54 ['exclude', 'touchui/'], |
| 55 ['exclude', '_(touch)\\.cc$'], | 55 ['exclude', '_(touch)\\.cc$'], |
| 56 ]}], | 56 ]}], |
| 57 ], | 57 ], |
| 58 }, | 58 }, |
| 59 'targets': [ | 59 'targets': [ |
| 60 { | 60 { |
| 61 'target_name': 'views', | 61 'target_name': 'views', |
| 62 'type': '<(library)', | 62 'type': 'static_library', |
| 63 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751', | 63 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751', |
| 64 'dependencies': [ | 64 'dependencies': [ |
| 65 '../app/app.gyp:app_base', | 65 '../app/app.gyp:app_base', |
| 66 '../app/app.gyp:app_resources', | 66 '../app/app.gyp:app_resources', |
| 67 '../base/base.gyp:base', | 67 '../base/base.gyp:base', |
| 68 '../skia/skia.gyp:skia', | 68 '../skia/skia.gyp:skia', |
| 69 '../third_party/icu/icu.gyp:icui18n', | 69 '../third_party/icu/icu.gyp:icui18n', |
| 70 '../third_party/icu/icu.gyp:icuuc', | 70 '../third_party/icu/icu.gyp:icuuc', |
| 71 '../ui/base/strings/ui_strings.gyp:ui_strings', | 71 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 72 '../ui/gfx/compositor/compositor.gyp:compositor', | 72 '../ui/gfx/compositor/compositor.gyp:compositor', |
| (...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 ], | 635 ], |
| 636 }, | 636 }, |
| 637 ], | 637 ], |
| 638 } | 638 } |
| 639 | 639 |
| 640 # Local Variables: | 640 # Local Variables: |
| 641 # tab-width:2 | 641 # tab-width:2 |
| 642 # indent-tabs-mode:nil | 642 # indent-tabs-mode:nil |
| 643 # End: | 643 # End: |
| 644 # vim: set expandtab tabstop=2 shiftwidth=2: | 644 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |