| 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/common", | 41 "//mojo/common", |
| 42 "//mojo/public/cpp/bindings", | 42 "//mojo/public/cpp/bindings", |
| 43 "//mojo/shell", | 43 "//mojo/shell", |
| 44 "//mojo/shell/package_manager", | |
| 45 "//mojo/shell/public/cpp:cpp_for_chromium", | 44 "//mojo/shell/public/cpp:cpp_for_chromium", |
| 46 "//mojo/shell/public/interfaces", | 45 "//mojo/shell/public/interfaces", |
| 47 "//net", | 46 "//net", |
| 48 "//net:extras", | 47 "//net:extras", |
| 49 "//skia", | 48 "//skia", |
| 50 "//sql", | 49 "//sql", |
| 51 "//third_party/WebKit/public:blink_headers", | 50 "//third_party/WebKit/public:blink_headers", |
| 52 "//third_party/kasko:kasko_features", | 51 "//third_party/kasko:kasko_features", |
| 53 "//third_party/npapi", | 52 "//third_party/npapi", |
| 54 "//third_party/re2", | 53 "//third_party/re2", |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 | 541 |
| 543 if (enable_webvr && is_android) { | 542 if (enable_webvr && is_android) { |
| 544 sources += [ | 543 sources += [ |
| 545 "vr/android/cardboard/cardboard_vr_device.cc", | 544 "vr/android/cardboard/cardboard_vr_device.cc", |
| 546 "vr/android/cardboard/cardboard_vr_device.h", | 545 "vr/android/cardboard/cardboard_vr_device.h", |
| 547 "vr/android/cardboard/cardboard_vr_device_provider.cc", | 546 "vr/android/cardboard/cardboard_vr_device_provider.cc", |
| 548 "vr/android/cardboard/cardboard_vr_device_provider.h", | 547 "vr/android/cardboard/cardboard_vr_device_provider.h", |
| 549 ] | 548 ] |
| 550 } | 549 } |
| 551 } | 550 } |
| OLD | NEW |