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 23 matching lines...) Expand all Loading... |
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", | 41 "//mojo/application/public/cpp:cpp_for_chromium", |
42 "//mojo/application/public/interfaces", | 42 "//mojo/application/public/interfaces", |
43 "//mojo/common", | 43 "//mojo/common", |
44 "//mojo/package_manager", | |
45 "//mojo/public/cpp/bindings", | 44 "//mojo/public/cpp/bindings", |
46 "//mojo/shell", | 45 "//mojo/shell", |
| 46 "//mojo/shell/package_manager", |
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/npapi", | 52 "//third_party/npapi", |
53 "//third_party/re2", | 53 "//third_party/re2", |
54 "//third_party/zlib", | 54 "//third_party/zlib", |
55 "//third_party/zlib:zip", | 55 "//third_party/zlib:zip", |
56 "//ui/accessibility", | 56 "//ui/accessibility", |
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 | 547 |
548 if (enable_webvr && is_android) { | 548 if (enable_webvr && is_android) { |
549 sources += [ | 549 sources += [ |
550 "vr/android/cardboard/cardboard_vr_device.cc", | 550 "vr/android/cardboard/cardboard_vr_device.cc", |
551 "vr/android/cardboard/cardboard_vr_device.h", | 551 "vr/android/cardboard/cardboard_vr_device.h", |
552 "vr/android/cardboard/cardboard_vr_device_provider.cc", | 552 "vr/android/cardboard/cardboard_vr_device_provider.cc", |
553 "vr/android/cardboard/cardboard_vr_device_provider.h", | 553 "vr/android/cardboard/cardboard_vr_device_provider.h", |
554 ] | 554 ] |
555 } | 555 } |
556 } | 556 } |
OLD | NEW |