| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import ("//build/config/ui.gni") | 5 import ("//build/config/ui.gni") |
| 6 | 6 |
| 7 component("aura") { | 7 component("aura") { |
| 8 sources = [ | 8 sources = [ |
| 9 "client/aura_constants.cc", | 9 "client/aura_constants.cc", |
| 10 "client/aura_constants.h", | 10 "client/aura_constants.h", |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 # "//ui/events", | 286 # "//ui/events", |
| 287 # "//ui/events:events_base", | 287 # "//ui/events:events_base", |
| 288 # "//ui/events:gesture_detection", | 288 # "//ui/events:gesture_detection", |
| 289 # "//ui/gfx", | 289 # "//ui/gfx", |
| 290 # "//ui/gfx/geometry", | 290 # "//ui/gfx/geometry", |
| 291 # "//ui/gl", | 291 # "//ui/gl", |
| 292 # ] | 292 # ] |
| 293 # | 293 # |
| 294 # if (is_linux) { | 294 # if (is_linux) { |
| 295 # deps += [ | 295 # deps += [ |
| 296 # #"<(DEPTH)/third_party/mesa/mesa.gyp:osmesa", | 296 # "<(DEPTH)/third_party/mesa/mesa.gyp:osmesa", |
| 297 # ] | 297 # ] |
| 298 # } | 298 # } |
| 299 # | 299 # |
| 300 # if (is_linux) { # && use_allocator != "none") { | 300 # if (is_linux) { # && use_allocator != "none") { |
| 301 # deps += [ | 301 # deps += [ |
| 302 # # See http://crbug.com/162998#c4 for why this is needed. | 302 # # See http://crbug.com/162998#c4 for why this is needed. |
| 303 # "//base/allocator", | 303 # "//base/allocator", |
| 304 # ] | 304 # ] |
| 305 # } | 305 # } |
| 306 #} | 306 #} |
| OLD | NEW |