| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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': 'static_library', | 62 'type': 'static_library', |
| 63 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751', | |
| 64 'dependencies': [ | 63 'dependencies': [ |
| 65 '../app/app.gyp:app_base', | 64 '../app/app.gyp:app_base', |
| 66 '../app/app.gyp:app_resources', | 65 '../app/app.gyp:app_resources', |
| 67 '../base/base.gyp:base', | 66 '../base/base.gyp:base', |
| 68 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 67 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 69 '../build/temp_gyp/googleurl.gyp:googleurl', | 68 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 70 '../skia/skia.gyp:skia', | 69 '../skia/skia.gyp:skia', |
| 71 '../third_party/icu/icu.gyp:icui18n', | 70 '../third_party/icu/icu.gyp:icui18n', |
| 72 '../third_party/icu/icu.gyp:icuuc', | 71 '../third_party/icu/icu.gyp:icuuc', |
| 73 '../ui/base/strings/ui_strings.gyp:ui_strings', | 72 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| (...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 | 697 |
| 699 | 698 |
| 700 ], | 699 ], |
| 701 } | 700 } |
| 702 | 701 |
| 703 # Local Variables: | 702 # Local Variables: |
| 704 # tab-width:2 | 703 # tab-width:2 |
| 705 # indent-tabs-mode:nil | 704 # indent-tabs-mode:nil |
| 706 # End: | 705 # End: |
| 707 # vim: set expandtab tabstop=2 shiftwidth=2: | 706 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |