| 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/grit_rule.gni") | 7 import("//tools/grit/grit_rule.gni") |
| 8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
| 9 if (is_android) { | 9 if (is_android) { |
| 10 import("//build/config/android/config.gni") | 10 import("//build/config/android/config.gni") |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "//cc", | 201 "//cc", |
| 202 "//components/breakpad/app", | 202 "//components/breakpad/app", |
| 203 "//content:resources", | 203 "//content:resources", |
| 204 "//content/gpu", | 204 "//content/gpu", |
| 205 "//content/ppapi_plugin", | 205 "//content/ppapi_plugin", |
| 206 "//content/public/browser", | 206 "//content/public/browser", |
| 207 "//content/public/common", | 207 "//content/public/common", |
| 208 "//content/public/plugin", | 208 "//content/public/plugin", |
| 209 "//content/public/renderer", | 209 "//content/public/renderer", |
| 210 "//content/public/utility", | 210 "//content/public/utility", |
| 211 "//content/worker", | |
| 212 "//content/test:layouttest_support", | 211 "//content/test:layouttest_support", |
| 213 "//gin", | 212 "//gin", |
| 214 "//gpu", | 213 "//gpu", |
| 215 "//ipc", | 214 "//ipc", |
| 216 "//media", | 215 "//media", |
| 217 "//net", | 216 "//net", |
| 218 "//net:net_resources", | 217 "//net:net_resources", |
| 219 "//skia", | 218 "//skia", |
| 220 "//third_party/icu", | 219 "//third_party/icu", |
| 221 "//third_party/WebKit/public:blink", | 220 "//third_party/WebKit/public:blink", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 "//tools/imagediff($host_toolchain)", | 458 "//tools/imagediff($host_toolchain)", |
| 460 ] | 459 ] |
| 461 } | 460 } |
| 462 } | 461 } |
| 463 | 462 |
| 464 } else { | 463 } else { |
| 465 # Content shell not ready, make a dummpy to make dependency management easier. | 464 # Content shell not ready, make a dummpy to make dependency management easier. |
| 466 group("content_shell") { | 465 group("content_shell") { |
| 467 } | 466 } |
| 468 } | 467 } |
| OLD | NEW |