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 26 matching lines...) Expand all Loading... |
37 "//google_apis", | 37 "//google_apis", |
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/shell", | 42 "//mojo/shell", |
43 "//net", | 43 "//net", |
44 "//net:extras", | 44 "//net:extras", |
45 "//skia", | 45 "//skia", |
46 "//sql", | 46 "//sql", |
47 "//third_party/mojo/src/mojo/public/cpp/bindings", | 47 "//mojo/public/cpp/bindings", |
48 "//third_party/npapi", | 48 "//third_party/npapi", |
49 "//third_party/re2", | 49 "//third_party/re2", |
50 "//third_party/WebKit/public:blink_headers", | 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", |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 "//mojo/converters/geometry", | 122 "//mojo/converters/geometry", |
123 "//skia/public", | 123 "//skia/public", |
124 "//storage/browser", | 124 "//storage/browser", |
125 "//storage/common", | 125 "//storage/common", |
126 "//third_party/WebKit/public:image_resources", | 126 "//third_party/WebKit/public:image_resources", |
127 "//third_party/WebKit/public:resources", | 127 "//third_party/WebKit/public:resources", |
128 "//third_party/angle:commit_id", | 128 "//third_party/angle:commit_id", |
129 "//third_party/icu", | 129 "//third_party/icu", |
130 "//third_party/leveldatabase", | 130 "//third_party/leveldatabase", |
131 "//third_party/libyuv", | 131 "//third_party/libyuv", |
132 "//third_party/mojo/src/mojo/public/cpp/bindings", | 132 "//mojo/public/cpp/bindings", |
133 "//third_party/mojo/src/mojo/public/js", | 133 "//mojo/public/js", |
134 "//ui/events/blink", | 134 "//ui/events/blink", |
135 "//ui/resources", | 135 "//ui/resources", |
136 "//ui/surface", | 136 "//ui/surface", |
137 "//ui/touch_selection", | 137 "//ui/touch_selection", |
138 ] | 138 ] |
139 | 139 |
140 configs += [ "//v8:external_startup_data" ] | 140 configs += [ "//v8:external_startup_data" ] |
141 } | 141 } |
142 | 142 |
143 configs += [ | 143 configs += [ |
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 | 522 |
523 if (enable_webvr && is_android) { | 523 if (enable_webvr && is_android) { |
524 sources += [ | 524 sources += [ |
525 "vr/android/cardboard/cardboard_vr_device.cc", | 525 "vr/android/cardboard/cardboard_vr_device.cc", |
526 "vr/android/cardboard/cardboard_vr_device.h", | 526 "vr/android/cardboard/cardboard_vr_device.h", |
527 "vr/android/cardboard/cardboard_vr_device_provider.cc", | 527 "vr/android/cardboard/cardboard_vr_device_provider.cc", |
528 "vr/android/cardboard/cardboard_vr_device_provider.h", | 528 "vr/android/cardboard/cardboard_vr_device_provider.h", |
529 ] | 529 ] |
530 } | 530 } |
531 } | 531 } |
OLD | NEW |