| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'type': 'executable', | 77 'type': 'executable', |
| 78 'dependencies': [ | 78 'dependencies': [ |
| 79 '../../base/base.gyp:base', | 79 '../../base/base.gyp:base', |
| 80 '../../base/base.gyp:test_support_base', | 80 '../../base/base.gyp:test_support_base', |
| 81 '../../build/temp_gyp/googleurl.gyp:googleurl', | 81 '../../build/temp_gyp/googleurl.gyp:googleurl', |
| 82 '../../skia/skia.gyp:skia', | 82 '../../skia/skia.gyp:skia', |
| 83 '../../testing/gtest.gyp:gtest', | 83 '../../testing/gtest.gyp:gtest', |
| 84 '../../third_party/icu/icu.gyp:icui18n', | 84 '../../third_party/icu/icu.gyp:icui18n', |
| 85 '../../third_party/icu/icu.gyp:icuuc', | 85 '../../third_party/icu/icu.gyp:icuuc', |
| 86 '../../views/views.gyp:views', | 86 '../../views/views.gyp:views', |
| 87 '../gfx/compositor/compositor.gyp:compositor', | |
| 88 '../gfx/compositor/compositor.gyp:compositor_test_support', | 87 '../gfx/compositor/compositor.gyp:compositor_test_support', |
| 89 '../ui.gyp:gfx_resources', | 88 '../ui.gyp:gfx_resources', |
| 90 '../ui.gyp:ui', | 89 '../ui.gyp:ui', |
| 91 '../ui.gyp:ui_resources', | 90 '../ui.gyp:ui_resources', |
| 92 '../ui.gyp:ui_resources_standard', | 91 '../ui.gyp:ui_resources_standard', |
| 93 '../aura/aura.gyp:aura', | 92 '../aura/aura.gyp:aura', |
| 94 '../aura/aura.gyp:test_support_aura', | 93 '../aura/aura.gyp:test_support_aura', |
| 95 'aura_shell', | 94 'aura_shell', |
| 96 ], | 95 ], |
| 97 'sources': [ | 96 'sources': [ |
| (...skipping 22 matching lines...) Expand all Loading... |
| 120 'target_name': 'aura_shell_exe', | 119 'target_name': 'aura_shell_exe', |
| 121 'type': 'executable', | 120 'type': 'executable', |
| 122 'dependencies': [ | 121 'dependencies': [ |
| 123 '../../base/base.gyp:base', | 122 '../../base/base.gyp:base', |
| 124 '../../base/base.gyp:base_i18n', | 123 '../../base/base.gyp:base_i18n', |
| 125 '../../skia/skia.gyp:skia', | 124 '../../skia/skia.gyp:skia', |
| 126 '../../third_party/icu/icu.gyp:icui18n', | 125 '../../third_party/icu/icu.gyp:icui18n', |
| 127 '../../third_party/icu/icu.gyp:icuuc', | 126 '../../third_party/icu/icu.gyp:icuuc', |
| 128 '../../views/views.gyp:views', | 127 '../../views/views.gyp:views', |
| 129 '../aura/aura.gyp:aura', | 128 '../aura/aura.gyp:aura', |
| 130 '../gfx/compositor/compositor.gyp:compositor', | |
| 131 '../gfx/compositor/compositor.gyp:compositor_test_support', | 129 '../gfx/compositor/compositor.gyp:compositor_test_support', |
| 132 '../ui.gyp:gfx_resources', | 130 '../ui.gyp:gfx_resources', |
| 133 '../ui.gyp:ui', | 131 '../ui.gyp:ui', |
| 134 '../ui.gyp:ui_resources', | 132 '../ui.gyp:ui_resources', |
| 135 '../ui.gyp:ui_resources_standard', | 133 '../ui.gyp:ui_resources_standard', |
| 136 'aura_shell', | 134 'aura_shell', |
| 137 ], | 135 ], |
| 138 'sources': [ | 136 'sources': [ |
| 139 'examples/aura_shell_main.cc', | 137 'examples/aura_shell_main.cc', |
| 140 'examples/bubble.cc', | 138 'examples/bubble.cc', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 168 '../../views/views.gyp:views_desktop', | 166 '../../views/views.gyp:views_desktop', |
| 169 '../../views/views.gyp:views_desktop_lib', | 167 '../../views/views.gyp:views_desktop_lib', |
| 170 '../../views/views.gyp:views_unittests', | 168 '../../views/views.gyp:views_unittests', |
| 171 '../aura/aura.gyp:*', | 169 '../aura/aura.gyp:*', |
| 172 '../gfx/compositor/compositor.gyp:*', | 170 '../gfx/compositor/compositor.gyp:*', |
| 173 'aura_shell_exe', | 171 'aura_shell_exe', |
| 174 ], | 172 ], |
| 175 }, | 173 }, |
| 176 ], | 174 ], |
| 177 } | 175 } |
| OLD | NEW |