| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 9 'target_defaults': { |
| 10 'sources/': [ | 10 'sources/': [ |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 ], | 41 ], |
| 42 }, | 42 }, |
| 43 'targets': [ | 43 'targets': [ |
| 44 { | 44 { |
| 45 'target_name': 'v2', | 45 'target_name': 'v2', |
| 46 'type': '<(library)', | 46 'type': '<(library)', |
| 47 'msvs_guid': '70760ECA-4D8B-47A4-ACDC-D3E7F25F0543', | 47 'msvs_guid': '70760ECA-4D8B-47A4-ACDC-D3E7F25F0543', |
| 48 'dependencies': [ | 48 'dependencies': [ |
| 49 '<(DEPTH)/app/app.gyp:app_base', | 49 '<(DEPTH)/app/app.gyp:app_base', |
| 50 '<(DEPTH)/app/app.gyp:app_strings', | 50 '<(DEPTH)/app/app.gyp:app_strings', |
| 51 '<(DEPTH)/gfx/gfx.gyp:gfx', | |
| 52 '<(DEPTH)/skia/skia.gyp:skia', | 51 '<(DEPTH)/skia/skia.gyp:skia', |
| 52 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 53 ], | 53 ], |
| 54 'sources': [ | 54 'sources': [ |
| 55 'events/accelerator.cc', | 55 'events/accelerator.cc', |
| 56 'events/accelerator.h', | 56 'events/accelerator.h', |
| 57 'events/context_menu_controller.h', | 57 'events/context_menu_controller.h', |
| 58 'events/drag_controller.h', | 58 'events/drag_controller.h', |
| 59 'events/event.cc', | 59 'events/event.cc', |
| 60 'events/event.h', | 60 'events/event.h', |
| 61 'events/event_win.cc', | 61 'events/event_win.cc', |
| 62 'events/focus_event.cc', | 62 'events/focus_event.cc', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 ], | 192 ], |
| 193 }, | 193 }, |
| 194 ], | 194 ], |
| 195 } | 195 } |
| 196 | 196 |
| 197 # Local Variables: | 197 # Local Variables: |
| 198 # tab-width:2 | 198 # tab-width:2 |
| 199 # indent-tabs-mode:nil | 199 # indent-tabs-mode:nil |
| 200 # End: | 200 # End: |
| 201 # vim: set expandtab tabstop=2 shiftwidth=2: | 201 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |