| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'dependencies': [ | 72 'dependencies': [ |
| 73 '../../base/base.gyp:base', | 73 '../../base/base.gyp:base', |
| 74 '../../base/base.gyp:test_support_base', | 74 '../../base/base.gyp:test_support_base', |
| 75 '../../build/temp_gyp/googleurl.gyp:googleurl', | 75 '../../build/temp_gyp/googleurl.gyp:googleurl', |
| 76 '../../skia/skia.gyp:skia', | 76 '../../skia/skia.gyp:skia', |
| 77 '../../testing/gtest.gyp:gtest', | 77 '../../testing/gtest.gyp:gtest', |
| 78 '../../third_party/icu/icu.gyp:icui18n', | 78 '../../third_party/icu/icu.gyp:icui18n', |
| 79 '../../third_party/icu/icu.gyp:icuuc', | 79 '../../third_party/icu/icu.gyp:icuuc', |
| 80 '../../views/views.gyp:views', | 80 '../../views/views.gyp:views', |
| 81 '../gfx/compositor/compositor.gyp:compositor', | 81 '../gfx/compositor/compositor.gyp:compositor', |
| 82 '../gfx/compositor/compositor.gyp:compositor_test_support', |
| 82 '../ui.gyp:gfx_resources', | 83 '../ui.gyp:gfx_resources', |
| 83 '../ui.gyp:ui', | 84 '../ui.gyp:ui', |
| 84 '../ui.gyp:ui_resources', | 85 '../ui.gyp:ui_resources', |
| 85 '../ui.gyp:ui_resources_standard', | 86 '../ui.gyp:ui_resources_standard', |
| 86 '../aura/aura.gyp:aura', | 87 '../aura/aura.gyp:aura', |
| 87 '../aura/aura.gyp:test_support_aura', | 88 '../aura/aura.gyp:test_support_aura', |
| 88 'aura_shell', | 89 'aura_shell', |
| 89 ], | 90 ], |
| 90 'sources': [ | 91 'sources': [ |
| 91 'default_container_layout_manager_unittest.cc', | 92 'default_container_layout_manager_unittest.cc', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 113 'type': 'executable', | 114 'type': 'executable', |
| 114 'dependencies': [ | 115 'dependencies': [ |
| 115 '../../base/base.gyp:base', | 116 '../../base/base.gyp:base', |
| 116 '../../base/base.gyp:base_i18n', | 117 '../../base/base.gyp:base_i18n', |
| 117 '../../skia/skia.gyp:skia', | 118 '../../skia/skia.gyp:skia', |
| 118 '../../third_party/icu/icu.gyp:icui18n', | 119 '../../third_party/icu/icu.gyp:icui18n', |
| 119 '../../third_party/icu/icu.gyp:icuuc', | 120 '../../third_party/icu/icu.gyp:icuuc', |
| 120 '../../views/views.gyp:views', | 121 '../../views/views.gyp:views', |
| 121 '../aura/aura.gyp:aura', | 122 '../aura/aura.gyp:aura', |
| 122 '../gfx/compositor/compositor.gyp:compositor', | 123 '../gfx/compositor/compositor.gyp:compositor', |
| 124 '../gfx/compositor/compositor.gyp:compositor_test_support', |
| 123 '../ui.gyp:gfx_resources', | 125 '../ui.gyp:gfx_resources', |
| 124 '../ui.gyp:ui', | 126 '../ui.gyp:ui', |
| 125 '../ui.gyp:ui_resources', | 127 '../ui.gyp:ui_resources', |
| 126 '../ui.gyp:ui_resources_standard', | 128 '../ui.gyp:ui_resources_standard', |
| 127 'aura_shell', | 129 'aura_shell', |
| 128 ], | 130 ], |
| 129 'sources': [ | 131 'sources': [ |
| 130 'examples/aura_shell_main.cc', | 132 'examples/aura_shell_main.cc', |
| 131 'examples/bubble.cc', | 133 'examples/bubble.cc', |
| 132 'examples/example_factory.h', | 134 'examples/example_factory.h', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 159 '../../views/views.gyp:views_desktop', | 161 '../../views/views.gyp:views_desktop', |
| 160 '../../views/views.gyp:views_desktop_lib', | 162 '../../views/views.gyp:views_desktop_lib', |
| 161 '../../views/views.gyp:views_unittests', | 163 '../../views/views.gyp:views_unittests', |
| 162 '../aura/aura.gyp:*', | 164 '../aura/aura.gyp:*', |
| 163 '../gfx/compositor/compositor.gyp:*', | 165 '../gfx/compositor/compositor.gyp:*', |
| 164 'aura_shell_exe', | 166 'aura_shell_exe', |
| 165 ], | 167 ], |
| 166 }, | 168 }, |
| 167 ], | 169 ], |
| 168 } | 170 } |
| OLD | NEW |