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("//tools/grit/repack.gni") | 7 import("//tools/grit/repack.gni") |
8 import("//tools/grit/grit_rule.gni") | 8 import("//tools/grit/grit_rule.gni") |
9 if (is_android) { | 9 if (is_android) { |
10 import("//build/config/android/config.gni") | 10 import("//build/config/android/config.gni") |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 "//media", | 252 "//media", |
253 "//net", | 253 "//net", |
254 "//net:net_resources", | 254 "//net:net_resources", |
255 "//skia", | 255 "//skia", |
256 "//storage/browser", | 256 "//storage/browser", |
257 "//third_party/WebKit/public:blink", | 257 "//third_party/WebKit/public:blink", |
258 "//third_party/WebKit/public:resources", | 258 "//third_party/WebKit/public:resources", |
259 "//third_party/WebKit/public:test_support", | 259 "//third_party/WebKit/public:test_support", |
260 "//third_party/icu", | 260 "//third_party/icu", |
261 "//ui/base", | 261 "//ui/base", |
| 262 "//ui/base/ime", |
262 "//ui/events:events_base", | 263 "//ui/events:events_base", |
263 "//ui/gfx", | 264 "//ui/gfx", |
264 "//ui/gfx/geometry", | 265 "//ui/gfx/geometry", |
265 "//ui/gfx/ipc", | 266 "//ui/gfx/ipc", |
266 "//ui/gl", | 267 "//ui/gl", |
267 "//url", | 268 "//url", |
268 "//v8", | 269 "//v8", |
269 | 270 |
270 #'copy_test_netscape_plugin', TODO(GYP) | 271 #'copy_test_netscape_plugin', TODO(GYP) |
271 ] | 272 ] |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 # image diff rather than having content shell depend on it. | 518 # image diff rather than having content shell depend on it. |
518 datadeps = [ | 519 datadeps = [ |
519 "//tools/imagediff($host_toolchain)", | 520 "//tools/imagediff($host_toolchain)", |
520 ] | 521 ] |
521 } | 522 } |
522 } | 523 } |
523 } else { | 524 } else { |
524 group("content_shell") { | 525 group("content_shell") { |
525 } | 526 } |
526 } | 527 } |
OLD | NEW |