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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 'dependencies': [ | 66 'dependencies': [ |
67 '../../base/base.gyp:base', | 67 '../../base/base.gyp:base', |
68 '../../base/base.gyp:test_support_base', | 68 '../../base/base.gyp:test_support_base', |
69 '../../build/temp_gyp/googleurl.gyp:googleurl', | 69 '../../build/temp_gyp/googleurl.gyp:googleurl', |
70 '../../skia/skia.gyp:skia', | 70 '../../skia/skia.gyp:skia', |
71 '../../testing/gtest.gyp:gtest', | 71 '../../testing/gtest.gyp:gtest', |
72 '../../third_party/icu/icu.gyp:icui18n', | 72 '../../third_party/icu/icu.gyp:icui18n', |
73 '../../third_party/icu/icu.gyp:icuuc', | 73 '../../third_party/icu/icu.gyp:icuuc', |
74 '../../views/views.gyp:views', | 74 '../../views/views.gyp:views', |
75 '../gfx/compositor/compositor.gyp:compositor', | 75 '../gfx/compositor/compositor.gyp:compositor', |
76 '../gfx/compositor/compositor.gyp:compositor_test_support', | |
77 '../ui.gyp:gfx_resources', | 76 '../ui.gyp:gfx_resources', |
78 '../ui.gyp:ui', | 77 '../ui.gyp:ui', |
79 '../ui.gyp:ui_resources', | 78 '../ui.gyp:ui_resources', |
80 '../ui.gyp:ui_resources_standard', | 79 '../ui.gyp:ui_resources_standard', |
81 'aura_shell', | 80 'aura_shell', |
82 ], | 81 ], |
83 'sources': [ | 82 'sources': [ |
84 'launcher/launcher_model_unittest.cc', | 83 'launcher/launcher_model_unittest.cc', |
85 'launcher/view_model_unittest.cc', | 84 'launcher/view_model_unittest.cc', |
86 'run_all_unittests.cc', | 85 'run_all_unittests.cc', |
(...skipping 17 matching lines...) Expand all Loading... |
104 'type': 'executable', | 103 'type': 'executable', |
105 'dependencies': [ | 104 'dependencies': [ |
106 '../../base/base.gyp:base', | 105 '../../base/base.gyp:base', |
107 '../../base/base.gyp:base_i18n', | 106 '../../base/base.gyp:base_i18n', |
108 '../../skia/skia.gyp:skia', | 107 '../../skia/skia.gyp:skia', |
109 '../../third_party/icu/icu.gyp:icui18n', | 108 '../../third_party/icu/icu.gyp:icui18n', |
110 '../../third_party/icu/icu.gyp:icuuc', | 109 '../../third_party/icu/icu.gyp:icuuc', |
111 '../../views/views.gyp:views', | 110 '../../views/views.gyp:views', |
112 '../aura/aura.gyp:aura', | 111 '../aura/aura.gyp:aura', |
113 '../gfx/compositor/compositor.gyp:compositor', | 112 '../gfx/compositor/compositor.gyp:compositor', |
114 '../gfx/compositor/compositor.gyp:compositor_test_support', | |
115 '../ui.gyp:gfx_resources', | 113 '../ui.gyp:gfx_resources', |
116 '../ui.gyp:ui', | 114 '../ui.gyp:ui', |
117 '../ui.gyp:ui_resources', | 115 '../ui.gyp:ui_resources', |
118 '../ui.gyp:ui_resources_standard', | 116 '../ui.gyp:ui_resources_standard', |
119 'aura_shell', | 117 'aura_shell', |
120 ], | 118 ], |
121 'sources': [ | 119 'sources': [ |
122 'examples/aura_shell_main.cc', | 120 'examples/aura_shell_main.cc', |
123 'examples/bubble.cc', | 121 'examples/bubble.cc', |
124 'examples/example_factory.h', | 122 'examples/example_factory.h', |
(...skipping 26 matching lines...) Expand all Loading... |
151 '../../views/views.gyp:views_desktop', | 149 '../../views/views.gyp:views_desktop', |
152 '../../views/views.gyp:views_desktop_lib', | 150 '../../views/views.gyp:views_desktop_lib', |
153 '../../views/views.gyp:views_unittests', | 151 '../../views/views.gyp:views_unittests', |
154 '../aura/aura.gyp:*', | 152 '../aura/aura.gyp:*', |
155 '../gfx/compositor/compositor.gyp:*', | 153 '../gfx/compositor/compositor.gyp:*', |
156 'aura_shell_exe', | 154 'aura_shell_exe', |
157 ], | 155 ], |
158 }, | 156 }, |
159 ], | 157 ], |
160 } | 158 } |
OLD | NEW |