| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//content/browser/browser.gni") | 8 import("//content/browser/browser.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 | 10 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 "//content/browser/speech/proto", | 32 "//content/browser/speech/proto", |
| 33 "//content/public/common:common_sources", | 33 "//content/public/common:common_sources", |
| 34 "//content/public/common:mojo_bindings", | 34 "//content/public/common:mojo_bindings", |
| 35 "//crypto", | 35 "//crypto", |
| 36 "//device/battery", | 36 "//device/battery", |
| 37 "//device/vibration", | 37 "//device/vibration", |
| 38 "//google_apis", | 38 "//google_apis", |
| 39 "//mojo/application/public/cpp:cpp_for_chromium", | 39 "//mojo/application/public/cpp:cpp_for_chromium", |
| 40 "//mojo/application/public/interfaces", | 40 "//mojo/application/public/interfaces", |
| 41 "//mojo/common", | 41 "//mojo/common", |
| 42 "//mojo/fetcher", | |
| 43 "//mojo/shell", | 42 "//mojo/shell", |
| 44 "//net", | 43 "//net", |
| 45 "//net:extras", | 44 "//net:extras", |
| 46 "//skia", | 45 "//skia", |
| 47 "//sql", | 46 "//sql", |
| 48 "//third_party/mojo/src/mojo/public/cpp/bindings", | 47 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 49 "//third_party/npapi", | 48 "//third_party/npapi", |
| 50 "//third_party/re2", | 49 "//third_party/re2", |
| 51 "//third_party/WebKit/public:blink_headers", | 50 "//third_party/WebKit/public:blink_headers", |
| 52 "//third_party/zlib", | 51 "//third_party/zlib", |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 | 511 |
| 513 if (enable_webvr && is_android) { | 512 if (enable_webvr && is_android) { |
| 514 sources += [ | 513 sources += [ |
| 515 "vr/android/cardboard/cardboard_vr_device.cc", | 514 "vr/android/cardboard/cardboard_vr_device.cc", |
| 516 "vr/android/cardboard/cardboard_vr_device.h", | 515 "vr/android/cardboard/cardboard_vr_device.h", |
| 517 "vr/android/cardboard/cardboard_vr_device_provider.cc", | 516 "vr/android/cardboard/cardboard_vr_device_provider.cc", |
| 518 "vr/android/cardboard/cardboard_vr_device_provider.h", | 517 "vr/android/cardboard/cardboard_vr_device_provider.h", |
| 519 ] | 518 ] |
| 520 } | 519 } |
| 521 } | 520 } |
| OLD | NEW |