| 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 21 matching lines...) Expand all Loading... |
| 32 "//content/public/common:common_sources", | 32 "//content/public/common:common_sources", |
| 33 "//content/public/common:mojo_bindings", | 33 "//content/public/common:mojo_bindings", |
| 34 "//crypto", | 34 "//crypto", |
| 35 "//device/battery", | 35 "//device/battery", |
| 36 "//device/vibration", | 36 "//device/vibration", |
| 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/public/cpp/bindings", |
| 42 "//mojo/shell", | 43 "//mojo/shell", |
| 43 "//net", | 44 "//net", |
| 44 "//net:extras", | 45 "//net:extras", |
| 45 "//skia", | 46 "//skia", |
| 46 "//sql", | 47 "//sql", |
| 47 "//third_party/mojo/src/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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "//content/app/strings", | 113 "//content/app/strings", |
| 114 "//content/browser/devtools:gen_devtools_protocol_handler", | 114 "//content/browser/devtools:gen_devtools_protocol_handler", |
| 115 "//content/browser/devtools:resources", | 115 "//content/browser/devtools:resources", |
| 116 "//content/common:mojo_bindings", | 116 "//content/common:mojo_bindings", |
| 117 "//content/public/common:mojo_bindings", | 117 "//content/public/common:mojo_bindings", |
| 118 "//device/bluetooth", | 118 "//device/bluetooth", |
| 119 "//gin", | 119 "//gin", |
| 120 "//mojo/application/public/interfaces", | 120 "//mojo/application/public/interfaces", |
| 121 "//mojo/common:url_type_converters", | 121 "//mojo/common:url_type_converters", |
| 122 "//mojo/converters/geometry", | 122 "//mojo/converters/geometry", |
| 123 "//mojo/public/cpp/bindings", |
| 124 "//mojo/public/js", |
| 123 "//skia/public", | 125 "//skia/public", |
| 124 "//storage/browser", | 126 "//storage/browser", |
| 125 "//storage/common", | 127 "//storage/common", |
| 126 "//third_party/WebKit/public:image_resources", | 128 "//third_party/WebKit/public:image_resources", |
| 127 "//third_party/WebKit/public:resources", | 129 "//third_party/WebKit/public:resources", |
| 128 "//third_party/angle:commit_id", | 130 "//third_party/angle:commit_id", |
| 129 "//third_party/icu", | 131 "//third_party/icu", |
| 130 "//third_party/leveldatabase", | 132 "//third_party/leveldatabase", |
| 131 "//third_party/libyuv", | 133 "//third_party/libyuv", |
| 132 "//third_party/mojo/src/mojo/public/cpp/bindings", | |
| 133 "//third_party/mojo/src/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 |