| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//content/common/common.gni") | 7 import("//content/common/common.gni") |
| 8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
| 9 if (is_mac) { | 9 if (is_mac) { |
| 10 import("//build/config/mac/mac_sdk.gni") | 10 import("//build/config/mac/mac_sdk.gni") |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 "//build/config/compiler:no_size_t_to_int_warning", | 139 "//build/config/compiler:no_size_t_to_int_warning", |
| 140 ] | 140 ] |
| 141 | 141 |
| 142 public_deps = [ | 142 public_deps = [ |
| 143 "//gpu/command_buffer/common", | 143 "//gpu/command_buffer/common", |
| 144 "//third_party/WebKit/public:blink_headers", | 144 "//third_party/WebKit/public:blink_headers", |
| 145 ] | 145 ] |
| 146 deps = [ | 146 deps = [ |
| 147 "//base", | 147 "//base", |
| 148 "//build/util:webkit_version", | 148 "//build/util:webkit_version", |
| 149 "//components/dom_distiller/core", |
| 149 "//components/tracing", | 150 "//components/tracing", |
| 150 "//components/tracing:startup_tracing", | 151 "//components/tracing:startup_tracing", |
| 151 "//gpu/command_buffer/client:gles2_interface", | 152 "//gpu/command_buffer/client:gles2_interface", |
| 152 "//gpu/command_buffer/common:gles2_utils", | 153 "//gpu/command_buffer/common:gles2_utils", |
| 153 "//net", | 154 "//net", |
| 154 "//skia", | 155 "//skia", |
| 155 "//third_party/icu", | 156 "//third_party/icu", |
| 156 "//ui/accessibility", | 157 "//ui/accessibility", |
| 157 "//ui/base", | 158 "//ui/base", |
| 158 "//ui/base/ime", | 159 "//ui/base/ime", |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 | 514 |
| 514 import_dirs = [ "//mojo/services" ] | 515 import_dirs = [ "//mojo/services" ] |
| 515 | 516 |
| 516 deps = [ | 517 deps = [ |
| 517 "//content/public/common:mojo_bindings", | 518 "//content/public/common:mojo_bindings", |
| 518 "//mojo/application/public/interfaces", | 519 "//mojo/application/public/interfaces", |
| 519 "//skia/public/interfaces", | 520 "//skia/public/interfaces", |
| 520 "//ui/mojo/geometry:interfaces", | 521 "//ui/mojo/geometry:interfaces", |
| 521 ] | 522 ] |
| 522 } | 523 } |
| OLD | NEW |