| 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 'targets': [ | 10 'targets': [ |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 '../../skia/skia.gyp:skia', | 97 '../../skia/skia.gyp:skia', |
| 98 '../../third_party/icu/icu.gyp:icui18n', | 98 '../../third_party/icu/icu.gyp:icui18n', |
| 99 '../../third_party/icu/icu.gyp:icuuc', | 99 '../../third_party/icu/icu.gyp:icuuc', |
| 100 '../../views/views.gyp:views', | 100 '../../views/views.gyp:views', |
| 101 '../aura/aura.gyp:aura', | 101 '../aura/aura.gyp:aura', |
| 102 '../gfx/compositor/compositor.gyp:compositor', | 102 '../gfx/compositor/compositor.gyp:compositor', |
| 103 '../ui.gyp:gfx_resources', | 103 '../ui.gyp:gfx_resources', |
| 104 '../ui.gyp:ui', | 104 '../ui.gyp:ui', |
| 105 '../ui.gyp:ui_resources', | 105 '../ui.gyp:ui_resources', |
| 106 '../ui.gyp:ui_resources_standard', | 106 '../ui.gyp:ui_resources_standard', |
| 107 '../../webkit/support/webkit_support.gyp:webkit_support', |
| 107 'aura_shell', | 108 'aura_shell', |
| 108 ], | 109 ], |
| 109 'sources': [ | 110 'sources': [ |
| 110 'examples/aura_shell_main.cc', | 111 'examples/aura_shell_main.cc', |
| 111 'examples/bubble.cc', | 112 'examples/bubble.cc', |
| 112 'examples/example_factory.h', | 113 'examples/example_factory.h', |
| 113 'examples/lock_view.cc', | 114 'examples/lock_view.cc', |
| 114 'examples/toplevel_window.cc', | 115 'examples/toplevel_window.cc', |
| 115 'examples/toplevel_window.h', | 116 'examples/toplevel_window.h', |
| 116 'examples/widgets.cc', | 117 'examples/widgets.cc', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 139 '../../views/views.gyp:views_desktop', | 140 '../../views/views.gyp:views_desktop', |
| 140 '../../views/views.gyp:views_desktop_lib', | 141 '../../views/views.gyp:views_desktop_lib', |
| 141 '../../views/views.gyp:views_unittests', | 142 '../../views/views.gyp:views_unittests', |
| 142 '../aura/aura.gyp:*', | 143 '../aura/aura.gyp:*', |
| 143 '../gfx/compositor/compositor.gyp:*', | 144 '../gfx/compositor/compositor.gyp:*', |
| 144 'aura_shell_exe', | 145 'aura_shell_exe', |
| 145 ], | 146 ], |
| 146 }, | 147 }, |
| 147 ], | 148 ], |
| 148 } | 149 } |
| OLD | NEW |