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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 "//components/tracing:startup_tracing", | 51 "//components/tracing:startup_tracing", |
52 "//components/url_formatter", | 52 "//components/url_formatter", |
53 "//components/variations", | 53 "//components/variations", |
54 "//content:resources", | 54 "//content:resources", |
55 "//content/app/resources", | 55 "//content/app/resources", |
56 "//content/app/strings", | 56 "//content/app/strings", |
57 "//content/browser/background_sync:background_sync_proto", | 57 "//content/browser/background_sync:background_sync_proto", |
58 "//content/browser/cache_storage:cache_storage_proto", | 58 "//content/browser/cache_storage:cache_storage_proto", |
59 "//content/browser/devtools:protocol_sources", | 59 "//content/browser/devtools:protocol_sources", |
60 "//content/browser/devtools:resources", | 60 "//content/browser/devtools:resources", |
| 61 "//content/browser/dom_storage:local_storage_proto", |
61 "//content/browser/notifications:notification_proto", | 62 "//content/browser/notifications:notification_proto", |
62 "//content/browser/payments:payment_app_proto", | 63 "//content/browser/payments:payment_app_proto", |
63 "//content/browser/service_worker:service_worker_proto", | 64 "//content/browser/service_worker:service_worker_proto", |
64 "//content/browser/speech/proto", | 65 "//content/browser/speech/proto", |
65 "//content/common", | 66 "//content/common", |
66 "//content/public/common:common_sources", | 67 "//content/public/common:common_sources", |
67 "//crypto", | 68 "//crypto", |
68 "//device/battery", | 69 "//device/battery", |
69 "//device/battery:mojo_bindings", | 70 "//device/battery:mojo_bindings", |
70 "//device/bluetooth", | 71 "//device/bluetooth", |
(...skipping 1920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1991 if (!is_component_build) { | 1992 if (!is_component_build) { |
1992 public_deps = [ | 1993 public_deps = [ |
1993 ":browser", | 1994 ":browser", |
1994 ] | 1995 ] |
1995 } else { | 1996 } else { |
1996 public_deps = [ | 1997 public_deps = [ |
1997 "//third_party/leveldatabase", | 1998 "//third_party/leveldatabase", |
1998 ] | 1999 ] |
1999 } | 2000 } |
2000 } | 2001 } |
OLD | NEW |