| 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("//build/util/process_version.gni") | 7 import("//build/util/process_version.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 import("//tools/grit/grit_rule.gni") | 9 import("//tools/grit/grit_rule.gni") |
| 10 | 10 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 "//components/update_client", | 35 "//components/update_client", |
| 36 "//components/user_prefs", | 36 "//components/user_prefs", |
| 37 "//components/web_cache/renderer", | 37 "//components/web_cache/renderer", |
| 38 "//content", | 38 "//content", |
| 39 "//content/shell:content_shell_lib", | 39 "//content/shell:content_shell_lib", |
| 40 "//device/base", | 40 "//device/base", |
| 41 "//device/hid", | 41 "//device/hid", |
| 42 "//extensions:extensions_resources", | 42 "//extensions:extensions_resources", |
| 43 "//extensions:shell_and_test_pak", | 43 "//extensions:shell_and_test_pak", |
| 44 "//extensions/browser", | 44 "//extensions/browser", |
| 45 "//extensions/browser/api:api_registration", |
| 45 "//extensions/browser/kiosk", | 46 "//extensions/browser/kiosk", |
| 46 "//extensions/common", | 47 "//extensions/common", |
| 47 "//extensions/common/api", | 48 "//extensions/common/api", |
| 48 "//extensions/common/api:api_registration", | |
| 49 "//extensions/renderer", | 49 "//extensions/renderer", |
| 50 "//extensions/shell/common/api", | 50 "//extensions/shell/common/api", |
| 51 "//extensions/shell/common/api:api_registration", | 51 "//extensions/shell/common/api:api_registration", |
| 52 "//extensions/shell/common/api:extensions_features", | 52 "//extensions/shell/common/api:extensions_features", |
| 53 "//extensions/utility", | 53 "//extensions/utility", |
| 54 "//skia", | 54 "//skia", |
| 55 "//third_party/WebKit/public:blink", | 55 "//third_party/WebKit/public:blink", |
| 56 "//third_party/cld", | 56 "//third_party/cld", |
| 57 "//ui/base", | 57 "//ui/base", |
| 58 "//ui/base/ime", | 58 "//ui/base/ime", |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 "//extensions/browser", | 346 "//extensions/browser", |
| 347 ] | 347 ] |
| 348 | 348 |
| 349 if (is_chromeos) { | 349 if (is_chromeos) { |
| 350 deps += [ | 350 deps += [ |
| 351 "//chromeos:test_support", | 351 "//chromeos:test_support", |
| 352 "//components/keyed_service/content", | 352 "//components/keyed_service/content", |
| 353 ] | 353 ] |
| 354 } | 354 } |
| 355 } | 355 } |
| OLD | NEW |