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

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

Issue 2388313004: Flash: Use better APIs for preventing sleep (Closed)
Patch Set: Created 4 years, 2 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after
1398 "//content/app/resources", 1398 "//content/app/resources",
1399 "//content/public/browser", 1399 "//content/public/browser",
1400 "//content/public/common", 1400 "//content/public/common",
1401 "//content/public/common:feature_h264_with_openh264_ffmpeg", 1401 "//content/public/common:feature_h264_with_openh264_ffmpeg",
1402 "//content/public/common:features", 1402 "//content/public/common:features",
1403 "//courgette:courgette_lib", 1403 "//courgette:courgette_lib",
1404 "//crypto", 1404 "//crypto",
1405 "//crypto:platform", 1405 "//crypto:platform",
1406 "//device/bluetooth:mojo", 1406 "//device/bluetooth:mojo",
1407 "//device/core", 1407 "//device/core",
1408 "//device/power_save_blocker",
1408 "//device/usb/mojo", 1409 "//device/usb/mojo",
1409 "//device/usb/public/interfaces", 1410 "//device/usb/public/interfaces",
1410 "//google_apis", 1411 "//google_apis",
1411 "//gpu/config", 1412 "//gpu/config",
1412 "//media", 1413 "//media",
1413 "//media/midi", 1414 "//media/midi",
1414 "//mojo/common", 1415 "//mojo/common",
1415 "//mojo/edk/system", 1416 "//mojo/edk/system",
1416 "//mojo/public/cpp/bindings", 1417 "//mojo/public/cpp/bindings",
1417 "//mojo/public/js", 1418 "//mojo/public/js",
(...skipping 2862 matching lines...) Expand 10 before | Expand all | Expand 10 after
4280 # linking all of the test support. 4281 # linking all of the test support.
4281 static_library("pepper_cdm_test_constants") { 4282 static_library("pepper_cdm_test_constants") {
4282 testonly = true 4283 testonly = true
4283 visibility = [ "//chrome/*" ] 4284 visibility = [ "//chrome/*" ]
4284 sources = [ 4285 sources = [
4285 "media/pepper_cdm_test_constants.cc", 4286 "media/pepper_cdm_test_constants.cc",
4286 "media/pepper_cdm_test_constants.h", 4287 "media/pepper_cdm_test_constants.h",
4287 ] 4288 ]
4288 } 4289 }
4289 } 4290 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/renderer_host/pepper/pepper_flash_browser_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698