Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| 11 'target_name': 'aura', | 11 'target_name': 'aura', |
| 12 'type': '<(component)', | 12 'type': '<(component)', |
| 13 'dependencies': [ | 13 'dependencies': [ |
| 14 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
| 15 '../../base/base.gyp:base_i18n', | 15 '../../base/base.gyp:base_i18n', |
| 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', | 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', |
| 17 '../../cc/cc.gyp:cc', | 17 '../../cc/cc.gyp:cc', |
| 18 '../../gpu/gpu.gyp:gpu', | 18 '../../gpu/gpu.gyp:gpu', |
| 19 '../../skia/skia.gyp:skia', | 19 '../../skia/skia.gyp:skia', |
| 20 '../compositor/compositor.gyp:compositor', | 20 '../compositor/compositor.gyp:compositor', |
| 21 '../events/events.gyp:events', | 21 '../events/events.gyp:events', |
| 22 '../events/events.gyp:events_base', | 22 '../events/events.gyp:events_base', |
| 23 '../gfx/gfx.gyp:gfx', | 23 '../gfx/gfx.gyp:gfx', |
| 24 '../gfx/gfx.gyp:gfx_geometry', | |
| 24 '../resources/ui_resources.gyp:ui_resources', | 25 '../resources/ui_resources.gyp:ui_resources', |
| 25 '../ui.gyp:ui', | 26 '../ui.gyp:ui', |
| 26 ], | 27 ], |
| 27 'defines': [ | 28 'defines': [ |
| 28 'AURA_IMPLEMENTATION', | 29 'AURA_IMPLEMENTATION', |
| 29 ], | 30 ], |
| 30 'sources': [ | 31 'sources': [ |
| 31 'client/activation_change_observer.h', | 32 'client/activation_change_observer.h', |
| 32 'client/activation_change_observer.cc', | 33 'client/activation_change_observer.cc', |
| 33 'client/activation_client.cc', | 34 'client/activation_client.cc', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 141 'target_name': 'aura_test_support', | 142 'target_name': 'aura_test_support', |
| 142 'type': 'static_library', | 143 'type': 'static_library', |
| 143 'dependencies': [ | 144 'dependencies': [ |
| 144 '../../skia/skia.gyp:skia', | 145 '../../skia/skia.gyp:skia', |
| 145 '../../testing/gtest.gyp:gtest', | 146 '../../testing/gtest.gyp:gtest', |
| 146 '../compositor/compositor.gyp:compositor_test_support', | 147 '../compositor/compositor.gyp:compositor_test_support', |
| 147 '../events/events.gyp:events', | 148 '../events/events.gyp:events', |
| 148 '../events/events.gyp:events_base', | 149 '../events/events.gyp:events_base', |
| 149 '../events/events.gyp:events_test_support', | 150 '../events/events.gyp:events_test_support', |
| 150 '../gfx/gfx.gyp:gfx', | 151 '../gfx/gfx.gyp:gfx', |
| 152 '../gfx/gfx.gyp:gfx_geometry', | |
| 153 '../resources/ui_resources.gyp:ui_test_pak', | |
|
tfarina
2013/12/12 21:22:33
you had to add it back?
| |
| 151 '../ui.gyp:ui', | 154 '../ui.gyp:ui', |
| 152 '../ui_unittests.gyp:ui_test_support', | 155 '../ui_unittests.gyp:ui_test_support', |
| 153 'aura', | 156 'aura', |
| 154 ], | 157 ], |
| 155 'include_dirs': [ | 158 'include_dirs': [ |
| 156 '..', | 159 '..', |
| 157 ], | 160 ], |
| 158 'sources': [ | 161 'sources': [ |
| 159 'test/aura_test_base.cc', | 162 'test/aura_test_base.cc', |
| 160 'test/aura_test_base.h', | 163 'test/aura_test_base.h', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 192 'dependencies': [ | 195 'dependencies': [ |
| 193 '../../base/base.gyp:base', | 196 '../../base/base.gyp:base', |
| 194 '../../base/base.gyp:base_i18n', | 197 '../../base/base.gyp:base_i18n', |
| 195 '../../skia/skia.gyp:skia', | 198 '../../skia/skia.gyp:skia', |
| 196 '../../third_party/icu/icu.gyp:icui18n', | 199 '../../third_party/icu/icu.gyp:icui18n', |
| 197 '../../third_party/icu/icu.gyp:icuuc', | 200 '../../third_party/icu/icu.gyp:icuuc', |
| 198 '../compositor/compositor.gyp:compositor', | 201 '../compositor/compositor.gyp:compositor', |
| 199 '../compositor/compositor.gyp:compositor_test_support', | 202 '../compositor/compositor.gyp:compositor_test_support', |
| 200 '../events/events.gyp:events', | 203 '../events/events.gyp:events', |
| 201 '../gfx/gfx.gyp:gfx', | 204 '../gfx/gfx.gyp:gfx', |
| 205 '../gfx/gfx.gyp:gfx_geometry', | |
| 202 '../resources/ui_resources.gyp:ui_resources', | 206 '../resources/ui_resources.gyp:ui_resources', |
| 203 '../ui.gyp:ui', | 207 '../ui.gyp:ui', |
| 204 'aura', | 208 'aura', |
| 205 'aura_test_support', | 209 'aura_test_support', |
| 206 ], | 210 ], |
| 207 'include_dirs': [ | 211 'include_dirs': [ |
| 208 '..', | 212 '..', |
| 209 ], | 213 ], |
| 210 'sources': [ | 214 'sources': [ |
| 211 'demo/demo_main.cc', | 215 'demo/demo_main.cc', |
| 212 ], | 216 ], |
| 213 }, | 217 }, |
| 214 { | 218 { |
| 215 'target_name': 'aura_bench', | 219 'target_name': 'aura_bench', |
| 216 'type': 'executable', | 220 'type': 'executable', |
| 217 'dependencies': [ | 221 'dependencies': [ |
| 218 '../../base/base.gyp:base', | 222 '../../base/base.gyp:base', |
| 219 '../../base/base.gyp:base_i18n', | 223 '../../base/base.gyp:base_i18n', |
| 220 '../../skia/skia.gyp:skia', | 224 '../../skia/skia.gyp:skia', |
| 221 '../../third_party/icu/icu.gyp:icui18n', | 225 '../../third_party/icu/icu.gyp:icui18n', |
| 222 '../../third_party/icu/icu.gyp:icuuc', | 226 '../../third_party/icu/icu.gyp:icuuc', |
| 223 '../compositor/compositor.gyp:compositor', | 227 '../compositor/compositor.gyp:compositor', |
| 224 '../compositor/compositor.gyp:compositor_test_support', | 228 '../compositor/compositor.gyp:compositor_test_support', |
| 225 '../events/events.gyp:events', | 229 '../events/events.gyp:events', |
| 226 '../gfx/gfx.gyp:gfx', | 230 '../gfx/gfx.gyp:gfx', |
| 231 '../gfx/gfx.gyp:gfx_geometry', | |
| 227 '../resources/ui_resources.gyp:ui_resources', | 232 '../resources/ui_resources.gyp:ui_resources', |
| 228 '../ui.gyp:ui', | 233 '../ui.gyp:ui', |
| 229 'aura', | 234 'aura', |
| 230 'aura_test_support', | 235 'aura_test_support', |
| 231 ], | 236 ], |
| 232 'include_dirs': [ | 237 'include_dirs': [ |
| 233 '..', | 238 '..', |
| 234 ], | 239 ], |
| 235 'sources': [ | 240 'sources': [ |
| 236 'bench/bench_main.cc', | 241 'bench/bench_main.cc', |
| 237 ], | 242 ], |
| 238 }, | 243 }, |
| 239 { | 244 { |
| 240 'target_name': 'aura_unittests', | 245 'target_name': 'aura_unittests', |
| 241 'type': 'executable', | 246 'type': 'executable', |
| 242 'dependencies': [ | 247 'dependencies': [ |
| 243 '../../base/base.gyp:test_support_base', | 248 '../../base/base.gyp:test_support_base', |
| 244 '../../chrome/chrome_resources.gyp:packed_resources', | 249 '../../chrome/chrome_resources.gyp:packed_resources', |
| 245 '../../skia/skia.gyp:skia', | 250 '../../skia/skia.gyp:skia', |
| 246 '../../testing/gtest.gyp:gtest', | 251 '../../testing/gtest.gyp:gtest', |
| 247 '../compositor/compositor.gyp:compositor', | 252 '../compositor/compositor.gyp:compositor', |
| 248 '../compositor/compositor.gyp:compositor_test_support', | 253 '../compositor/compositor.gyp:compositor_test_support', |
| 249 '../events/events.gyp:events', | 254 '../events/events.gyp:events', |
| 250 '../events/events.gyp:events_base', | 255 '../events/events.gyp:events_base', |
| 251 '../gfx/gfx.gyp:gfx', | 256 '../gfx/gfx.gyp:gfx', |
| 257 '../gfx/gfx.gyp:gfx_geometry', | |
| 252 '../gl/gl.gyp:gl', | 258 '../gl/gl.gyp:gl', |
| 253 '../resources/ui_resources.gyp:ui_resources', | 259 '../resources/ui_resources.gyp:ui_resources', |
| 254 '../ui.gyp:ui', | 260 '../ui.gyp:ui', |
| 255 '../ui_unittests.gyp:ui_test_support', | 261 '../ui_unittests.gyp:ui_test_support', |
| 256 'aura_test_support', | 262 'aura_test_support', |
| 257 'aura', | 263 'aura', |
| 258 ], | 264 ], |
| 259 'include_dirs': [ | 265 'include_dirs': [ |
| 260 '..', | 266 '..', |
| 261 ], | 267 ], |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 279 ['OS=="linux" and linux_use_tcmalloc==1', { | 285 ['OS=="linux" and linux_use_tcmalloc==1', { |
| 280 'dependencies': [ | 286 'dependencies': [ |
| 281 # See http://crbug.com/162998#c4 for why this is needed. | 287 # See http://crbug.com/162998#c4 for why this is needed. |
| 282 '../../base/allocator/allocator.gyp:allocator', | 288 '../../base/allocator/allocator.gyp:allocator', |
| 283 ], | 289 ], |
| 284 }], | 290 }], |
| 285 ], | 291 ], |
| 286 }, | 292 }, |
| 287 ], | 293 ], |
| 288 } | 294 } |
| OLD | NEW |