| 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 # GYP version: mojo/mojo.gyp:mojo_aura_support | 5 # GYP version: mojo/mojo.gyp:mojo_aura_support |
| 6 source_set("aura") { | 6 source_set("aura") { |
| 7 sources = [ | 7 sources = [ |
| 8 "aura_init.cc", | 8 "aura_init.cc", |
| 9 "aura_init.h", | 9 "aura_init.h", |
| 10 "native_widget_view_manager.cc", | 10 "native_widget_view_manager.cc", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "//mojo/converters/surfaces", | 45 "//mojo/converters/surfaces", |
| 46 "//third_party/mojo/src/mojo/public/c/gles2", | 46 "//third_party/mojo/src/mojo/public/c/gles2", |
| 47 "//third_party/mojo/src/mojo/public/cpp/application", | 47 "//third_party/mojo/src/mojo/public/cpp/application", |
| 48 "//third_party/mojo/src/mojo/public/interfaces/application:application", | 48 "//third_party/mojo/src/mojo/public/interfaces/application:application", |
| 49 "//third_party/icu", | 49 "//third_party/icu", |
| 50 "//ui/aura", | 50 "//ui/aura", |
| 51 "//ui/compositor", | 51 "//ui/compositor", |
| 52 "//ui/events", | 52 "//ui/events", |
| 53 "//ui/events:events_base", | 53 "//ui/events:events_base", |
| 54 "//ui/gl", | 54 "//ui/gl", |
| 55 "//ui/views", |
| 55 ] | 56 ] |
| 56 } | 57 } |
| OLD | NEW |