Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Side by Side Diff: content/browser/BUILD.gn

Issue 856123002: Device Orientation API on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update to reflect chromeos accelerometer changes Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/device_sensors/data_fetcher_shared_memory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 sources -= [ 343 sources -= [
344 "device_sensors/data_fetcher_shared_memory_default.cc", 344 "device_sensors/data_fetcher_shared_memory_default.cc",
345 "geolocation/empty_wifi_data_provider.cc", 345 "geolocation/empty_wifi_data_provider.cc",
346 "geolocation/empty_wifi_data_provider.h", 346 "geolocation/empty_wifi_data_provider.h",
347 ] 347 ]
348 deps += [ "//ui/accelerated_widget_mac" ] 348 deps += [ "//ui/accelerated_widget_mac" ]
349 libs += [ "bsm" ] 349 libs += [ "bsm" ]
350 } 350 }
351 351
352 if (is_chromeos) { 352 if (is_chromeos) {
353 sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
353 deps += [ 354 deps += [
354 "//chromeos", 355 "//chromeos",
355 "//chromeos:power_manager_proto", 356 "//chromeos:power_manager_proto",
356 ] 357 ]
357 } 358 }
358 359
359 if (use_aura) { 360 if (use_aura) {
360 deps += [ 361 deps += [
361 "//ui/aura", 362 "//ui/aura",
362 "//ui/strings", 363 "//ui/strings",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 } 435 }
435 436
436 if (is_linux && use_openssl) { 437 if (is_linux && use_openssl) {
437 deps += [ "//third_party/boringssl" ] 438 deps += [ "//third_party/boringssl" ]
438 } 439 }
439 440
440 if (enable_media_mojo_renderer) { 441 if (enable_media_mojo_renderer) {
441 deps += [ "//media/mojo/services:renderer_service" ] 442 deps += [ "//media/mojo/services:renderer_service" ]
442 } 443 }
443 } 444 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/device_sensors/data_fetcher_shared_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698