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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 143 'target_name': 'aura_test_support', | 144 'target_name': 'aura_test_support', |
| 144 'type': 'static_library', | 145 'type': 'static_library', |
| 145 'dependencies': [ | 146 'dependencies': [ |
| 146 '../../skia/skia.gyp:skia', | 147 '../../skia/skia.gyp:skia', |
| 147 '../../testing/gtest.gyp:gtest', | 148 '../../testing/gtest.gyp:gtest', |
| 148 '../compositor/compositor.gyp:compositor_test_support', | 149 '../compositor/compositor.gyp:compositor_test_support', |
| 149 '../events/events.gyp:events', | 150 '../events/events.gyp:events', |
| 150 '../events/events.gyp:events_base', | 151 '../events/events.gyp:events_base', |
| 151 '../events/events.gyp:events_test_support', | 152 '../events/events.gyp:events_test_support', |
| 152 '../gfx/gfx.gyp:gfx', | 153 '../gfx/gfx.gyp:gfx', |
| 154 '../gfx/gfx.gyp:gfx_geometry', | |
| 155 '../resources/ui_resources.gyp:ui_test_pak', | |
|
tfarina
2013/12/18 22:24:37
Ben, why did you add this back?
| |
| 153 '../ui.gyp:ui', | 156 '../ui.gyp:ui', |
| 154 '../ui_unittests.gyp:ui_test_support', | 157 '../ui_unittests.gyp:ui_test_support', |
| 155 'aura', | 158 'aura', |
| 156 ], | 159 ], |
| 157 'include_dirs': [ | 160 'include_dirs': [ |
| 158 '..', | 161 '..', |
| 159 ], | 162 ], |
| 160 'sources': [ | 163 'sources': [ |
| 161 'test/aura_test_base.cc', | 164 'test/aura_test_base.cc', |
| 162 'test/aura_test_base.h', | 165 'test/aura_test_base.h', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 194 'dependencies': [ | 197 'dependencies': [ |
| 195 '../../base/base.gyp:base', | 198 '../../base/base.gyp:base', |
| 196 '../../base/base.gyp:base_i18n', | 199 '../../base/base.gyp:base_i18n', |
| 197 '../../skia/skia.gyp:skia', | 200 '../../skia/skia.gyp:skia', |
| 198 '../../third_party/icu/icu.gyp:icui18n', | 201 '../../third_party/icu/icu.gyp:icui18n', |
| 199 '../../third_party/icu/icu.gyp:icuuc', | 202 '../../third_party/icu/icu.gyp:icuuc', |
| 200 '../compositor/compositor.gyp:compositor', | 203 '../compositor/compositor.gyp:compositor', |
| 201 '../compositor/compositor.gyp:compositor_test_support', | 204 '../compositor/compositor.gyp:compositor_test_support', |
| 202 '../events/events.gyp:events', | 205 '../events/events.gyp:events', |
| 203 '../gfx/gfx.gyp:gfx', | 206 '../gfx/gfx.gyp:gfx', |
| 207 '../gfx/gfx.gyp:gfx_geometry', | |
| 204 '../resources/ui_resources.gyp:ui_resources', | 208 '../resources/ui_resources.gyp:ui_resources', |
| 205 '../ui.gyp:ui', | 209 '../ui.gyp:ui', |
| 206 'aura', | 210 'aura', |
| 207 'aura_test_support', | 211 'aura_test_support', |
| 208 ], | 212 ], |
| 209 'include_dirs': [ | 213 'include_dirs': [ |
| 210 '..', | 214 '..', |
| 211 ], | 215 ], |
| 212 'sources': [ | 216 'sources': [ |
| 213 'demo/demo_main.cc', | 217 'demo/demo_main.cc', |
| 214 ], | 218 ], |
| 215 }, | 219 }, |
| 216 { | 220 { |
| 217 'target_name': 'aura_bench', | 221 'target_name': 'aura_bench', |
| 218 'type': 'executable', | 222 'type': 'executable', |
| 219 'dependencies': [ | 223 'dependencies': [ |
| 220 '../../base/base.gyp:base', | 224 '../../base/base.gyp:base', |
| 221 '../../base/base.gyp:base_i18n', | 225 '../../base/base.gyp:base_i18n', |
| 222 '../../skia/skia.gyp:skia', | 226 '../../skia/skia.gyp:skia', |
| 223 '../../third_party/icu/icu.gyp:icui18n', | 227 '../../third_party/icu/icu.gyp:icui18n', |
| 224 '../../third_party/icu/icu.gyp:icuuc', | 228 '../../third_party/icu/icu.gyp:icuuc', |
| 225 '../compositor/compositor.gyp:compositor', | 229 '../compositor/compositor.gyp:compositor', |
| 226 '../compositor/compositor.gyp:compositor_test_support', | 230 '../compositor/compositor.gyp:compositor_test_support', |
| 227 '../events/events.gyp:events', | 231 '../events/events.gyp:events', |
| 228 '../gfx/gfx.gyp:gfx', | 232 '../gfx/gfx.gyp:gfx', |
| 233 '../gfx/gfx.gyp:gfx_geometry', | |
| 229 '../resources/ui_resources.gyp:ui_resources', | 234 '../resources/ui_resources.gyp:ui_resources', |
| 230 '../ui.gyp:ui', | 235 '../ui.gyp:ui', |
| 231 'aura', | 236 'aura', |
| 232 'aura_test_support', | 237 'aura_test_support', |
| 233 ], | 238 ], |
| 234 'include_dirs': [ | 239 'include_dirs': [ |
| 235 '..', | 240 '..', |
| 236 ], | 241 ], |
| 237 'sources': [ | 242 'sources': [ |
| 238 'bench/bench_main.cc', | 243 'bench/bench_main.cc', |
| 239 ], | 244 ], |
| 240 }, | 245 }, |
| 241 { | 246 { |
| 242 'target_name': 'aura_unittests', | 247 'target_name': 'aura_unittests', |
| 243 'type': 'executable', | 248 'type': 'executable', |
| 244 'dependencies': [ | 249 'dependencies': [ |
| 245 '../../base/base.gyp:test_support_base', | 250 '../../base/base.gyp:test_support_base', |
| 246 '../../chrome/chrome_resources.gyp:packed_resources', | 251 '../../chrome/chrome_resources.gyp:packed_resources', |
| 247 '../../skia/skia.gyp:skia', | 252 '../../skia/skia.gyp:skia', |
| 248 '../../testing/gtest.gyp:gtest', | 253 '../../testing/gtest.gyp:gtest', |
| 249 '../compositor/compositor.gyp:compositor', | 254 '../compositor/compositor.gyp:compositor', |
| 250 '../compositor/compositor.gyp:compositor_test_support', | 255 '../compositor/compositor.gyp:compositor_test_support', |
| 251 '../events/events.gyp:events', | 256 '../events/events.gyp:events', |
| 252 '../events/events.gyp:events_base', | 257 '../events/events.gyp:events_base', |
| 253 '../gfx/gfx.gyp:gfx', | 258 '../gfx/gfx.gyp:gfx', |
| 259 '../gfx/gfx.gyp:gfx_geometry', | |
| 254 '../gl/gl.gyp:gl', | 260 '../gl/gl.gyp:gl', |
| 255 '../resources/ui_resources.gyp:ui_resources', | 261 '../resources/ui_resources.gyp:ui_resources', |
| 256 '../ui.gyp:ui', | 262 '../ui.gyp:ui', |
| 257 '../ui_unittests.gyp:ui_test_support', | 263 '../ui_unittests.gyp:ui_test_support', |
| 258 'aura_test_support', | 264 'aura_test_support', |
| 259 'aura', | 265 'aura', |
| 260 ], | 266 ], |
| 261 'include_dirs': [ | 267 'include_dirs': [ |
| 262 '..', | 268 '..', |
| 263 ], | 269 ], |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 281 ['OS=="linux" and linux_use_tcmalloc==1', { | 287 ['OS=="linux" and linux_use_tcmalloc==1', { |
| 282 'dependencies': [ | 288 'dependencies': [ |
| 283 # See http://crbug.com/162998#c4 for why this is needed. | 289 # See http://crbug.com/162998#c4 for why this is needed. |
| 284 '../../base/allocator/allocator.gyp:allocator', | 290 '../../base/allocator/allocator.gyp:allocator', |
| 285 ], | 291 ], |
| 286 }], | 292 }], |
| 287 ], | 293 ], |
| 288 }, | 294 }, |
| 289 ], | 295 ], |
| 290 } | 296 } |
| OLD | NEW |