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("//content/browser/browser.gni") | 7 import("//content/browser/browser.gni") |
8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 | 9 |
10 source_set("browser") { | 10 source_set("browser") { |
(...skipping 20 matching lines...) Expand all Loading... |
31 "//content/browser/cache_storage:cache_storage_proto", | 31 "//content/browser/cache_storage:cache_storage_proto", |
32 "//content/browser/notifications:notification_proto", | 32 "//content/browser/notifications:notification_proto", |
33 "//content/browser/service_worker:service_worker_proto", | 33 "//content/browser/service_worker:service_worker_proto", |
34 "//content/browser/speech/proto", | 34 "//content/browser/speech/proto", |
35 "//content/public/common:common_sources", | 35 "//content/public/common:common_sources", |
36 "//content/public/common:mojo_bindings", | 36 "//content/public/common:mojo_bindings", |
37 "//crypto", | 37 "//crypto", |
38 "//device/battery", | 38 "//device/battery", |
39 "//device/vibration", | 39 "//device/vibration", |
40 "//google_apis", | 40 "//google_apis", |
41 "//mojo/application/public/cpp:cpp_for_chromium", | |
42 "//mojo/application/public/interfaces", | |
43 "//mojo/common", | 41 "//mojo/common", |
44 "//mojo/public/cpp/bindings", | 42 "//mojo/public/cpp/bindings", |
45 "//mojo/shell", | 43 "//mojo/shell", |
46 "//mojo/shell/package_manager", | 44 "//mojo/shell/package_manager", |
| 45 "//mojo/shell/public/cpp:cpp_for_chromium", |
| 46 "//mojo/shell/public/interfaces", |
47 "//net", | 47 "//net", |
48 "//net:extras", | 48 "//net:extras", |
49 "//skia", | 49 "//skia", |
50 "//sql", | 50 "//sql", |
51 "//third_party/WebKit/public:blink_headers", | 51 "//third_party/WebKit/public:blink_headers", |
52 "//third_party/kasko:kasko_features", | 52 "//third_party/kasko:kasko_features", |
53 "//third_party/npapi", | 53 "//third_party/npapi", |
54 "//third_party/re2", | 54 "//third_party/re2", |
55 "//third_party/zlib", | 55 "//third_party/zlib", |
56 "//third_party/zlib:zip", | 56 "//third_party/zlib:zip", |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 "//cc/surfaces", | 120 "//cc/surfaces", |
121 "//components/scheduler:common", | 121 "//components/scheduler:common", |
122 "//content/app/resources", | 122 "//content/app/resources", |
123 "//content/app/strings", | 123 "//content/app/strings", |
124 "//content/browser/devtools:gen_devtools_protocol_handler", | 124 "//content/browser/devtools:gen_devtools_protocol_handler", |
125 "//content/browser/devtools:resources", | 125 "//content/browser/devtools:resources", |
126 "//content/common:mojo_bindings", | 126 "//content/common:mojo_bindings", |
127 "//content/public/common:mojo_bindings", | 127 "//content/public/common:mojo_bindings", |
128 "//device/bluetooth", | 128 "//device/bluetooth", |
129 "//gin", | 129 "//gin", |
130 "//mojo/application/public/interfaces", | |
131 "//mojo/common:url_type_converters", | 130 "//mojo/common:url_type_converters", |
132 "//mojo/converters/geometry", | 131 "//mojo/converters/geometry", |
133 "//mojo/public/cpp/bindings", | 132 "//mojo/public/cpp/bindings", |
134 "//mojo/public/js", | 133 "//mojo/public/js", |
| 134 "//mojo/shell/public/interfaces", |
135 "//skia/public", | 135 "//skia/public", |
136 "//storage/browser", | 136 "//storage/browser", |
137 "//storage/common", | 137 "//storage/common", |
138 "//third_party/WebKit/public:image_resources", | 138 "//third_party/WebKit/public:image_resources", |
139 "//third_party/WebKit/public:resources", | 139 "//third_party/WebKit/public:resources", |
140 "//third_party/angle:commit_id", | 140 "//third_party/angle:commit_id", |
141 "//third_party/icu", | 141 "//third_party/icu", |
142 "//third_party/leveldatabase", | 142 "//third_party/leveldatabase", |
143 "//third_party/libyuv", | 143 "//third_party/libyuv", |
144 "//ui/events/blink", | 144 "//ui/events/blink", |
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 | 548 |
549 if (enable_webvr && is_android) { | 549 if (enable_webvr && is_android) { |
550 sources += [ | 550 sources += [ |
551 "vr/android/cardboard/cardboard_vr_device.cc", | 551 "vr/android/cardboard/cardboard_vr_device.cc", |
552 "vr/android/cardboard/cardboard_vr_device.h", | 552 "vr/android/cardboard/cardboard_vr_device.h", |
553 "vr/android/cardboard/cardboard_vr_device_provider.cc", | 553 "vr/android/cardboard/cardboard_vr_device_provider.cc", |
554 "vr/android/cardboard/cardboard_vr_device_provider.h", | 554 "vr/android/cardboard/cardboard_vr_device_provider.h", |
555 ] | 555 ] |
556 } | 556 } |
557 } | 557 } |
OLD | NEW |