| 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", | |
| 263 "//ui/events:events_base", | 262 "//ui/events:events_base", |
| 264 "//ui/gfx", | 263 "//ui/gfx", |
| 265 "//ui/gfx/geometry", | 264 "//ui/gfx/geometry", |
| 266 "//ui/gfx/ipc", | 265 "//ui/gfx/ipc", |
| 267 "//ui/gl", | 266 "//ui/gl", |
| 268 "//url", | 267 "//url", |
| 269 "//v8", | 268 "//v8", |
| 270 | 269 |
| 271 #'copy_test_netscape_plugin', TODO(GYP) | 270 #'copy_test_netscape_plugin', TODO(GYP) |
| 272 ] | 271 ] |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 # image diff rather than having content shell depend on it. | 517 # image diff rather than having content shell depend on it. |
| 519 datadeps = [ | 518 datadeps = [ |
| 520 "//tools/imagediff($host_toolchain)", | 519 "//tools/imagediff($host_toolchain)", |
| 521 ] | 520 ] |
| 522 } | 521 } |
| 523 } | 522 } |
| 524 } else { | 523 } else { |
| 525 group("content_shell") { | 524 group("content_shell") { |
| 526 } | 525 } |
| 527 } | 526 } |
| OLD | NEW |