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

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

Issue 2388313004: Flash: Use better APIs for preventing sleep (Closed)
Patch Set: Use DelayTimer 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
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('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/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 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after
1413 "//content/app/resources", 1413 "//content/app/resources",
1414 "//content/public/browser", 1414 "//content/public/browser",
1415 "//content/public/common", 1415 "//content/public/common",
1416 "//content/public/common:feature_h264_with_openh264_ffmpeg", 1416 "//content/public/common:feature_h264_with_openh264_ffmpeg",
1417 "//content/public/common:features", 1417 "//content/public/common:features",
1418 "//courgette:courgette_lib", 1418 "//courgette:courgette_lib",
1419 "//crypto", 1419 "//crypto",
1420 "//crypto:platform", 1420 "//crypto:platform",
1421 "//device/base", 1421 "//device/base",
1422 "//device/bluetooth:mojo", 1422 "//device/bluetooth:mojo",
1423 "//device/power_save_blocker",
1423 "//device/usb/mojo", 1424 "//device/usb/mojo",
1424 "//device/usb/public/interfaces", 1425 "//device/usb/public/interfaces",
1425 "//google_apis", 1426 "//google_apis",
1426 "//gpu/config", 1427 "//gpu/config",
1427 "//media", 1428 "//media",
1428 "//media/midi", 1429 "//media/midi",
1429 "//mojo/common", 1430 "//mojo/common",
1430 "//mojo/edk/system", 1431 "//mojo/edk/system",
1431 "//mojo/public/cpp/bindings", 1432 "//mojo/public/cpp/bindings",
1432 "//mojo/public/js", 1433 "//mojo/public/js",
(...skipping 2875 matching lines...) Expand 10 before | Expand all | Expand 10 after
4308 # linking all of the test support. 4309 # linking all of the test support.
4309 static_library("pepper_cdm_test_constants") { 4310 static_library("pepper_cdm_test_constants") {
4310 testonly = true 4311 testonly = true
4311 visibility = [ "//chrome/*" ] 4312 visibility = [ "//chrome/*" ]
4312 sources = [ 4313 sources = [
4313 "media/pepper_cdm_test_constants.cc", 4314 "media/pepper_cdm_test_constants.cc",
4314 "media/pepper_cdm_test_constants.h", 4315 "media/pepper_cdm_test_constants.h",
4315 ] 4316 ]
4316 } 4317 }
4317 } 4318 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698