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 27 matching lines...) Expand all Loading... |
38 "//mojo/application/public/cpp:cpp_for_chromium", | 38 "//mojo/application/public/cpp:cpp_for_chromium", |
39 "//mojo/application/public/interfaces", | 39 "//mojo/application/public/interfaces", |
40 "//mojo/common", | 40 "//mojo/common", |
41 "//mojo/package_manager", | 41 "//mojo/package_manager", |
42 "//mojo/public/cpp/bindings", | 42 "//mojo/public/cpp/bindings", |
43 "//mojo/shell", | 43 "//mojo/shell", |
44 "//net", | 44 "//net", |
45 "//net:extras", | 45 "//net:extras", |
46 "//skia", | 46 "//skia", |
47 "//sql", | 47 "//sql", |
| 48 "//third_party/WebKit/public:blink_headers", |
48 "//third_party/npapi", | 49 "//third_party/npapi", |
49 "//third_party/re2", | 50 "//third_party/re2", |
50 "//third_party/WebKit/public:blink_headers", | |
51 "//third_party/zlib", | 51 "//third_party/zlib", |
52 "//third_party/zlib:zip", | 52 "//third_party/zlib:zip", |
53 "//ui/accessibility", | 53 "//ui/accessibility", |
54 "//ui/accessibility:ax_gen", | 54 "//ui/accessibility:ax_gen", |
55 "//ui/base", | 55 "//ui/base", |
56 "//ui/base/ime", | 56 "//ui/base/ime", |
57 "//ui/events", | 57 "//ui/events", |
58 "//ui/events:gesture_detection", | 58 "//ui/events:gesture_detection", |
59 "//ui/gfx", | 59 "//ui/gfx", |
60 "//ui/gfx/geometry", | 60 "//ui/gfx/geometry", |
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
525 | 525 |
526 if (enable_webvr && is_android) { | 526 if (enable_webvr && is_android) { |
527 sources += [ | 527 sources += [ |
528 "vr/android/cardboard/cardboard_vr_device.cc", | 528 "vr/android/cardboard/cardboard_vr_device.cc", |
529 "vr/android/cardboard/cardboard_vr_device.h", | 529 "vr/android/cardboard/cardboard_vr_device.h", |
530 "vr/android/cardboard/cardboard_vr_device_provider.cc", | 530 "vr/android/cardboard/cardboard_vr_device_provider.cc", |
531 "vr/android/cardboard/cardboard_vr_device_provider.h", | 531 "vr/android/cardboard/cardboard_vr_device_provider.h", |
532 ] | 532 ] |
533 } | 533 } |
534 } | 534 } |
OLD | NEW |