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

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

Issue 2417043002: Move device/core files to device/base directory. (Closed)
Patch Set: Fix ChromeOS build 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 1395 matching lines...) Expand 10 before | Expand all | Expand 10 after
1406 "//components/webdata_services", 1406 "//components/webdata_services",
1407 "//components/zoom", 1407 "//components/zoom",
1408 "//content/app/resources", 1408 "//content/app/resources",
1409 "//content/public/browser", 1409 "//content/public/browser",
1410 "//content/public/common", 1410 "//content/public/common",
1411 "//content/public/common:feature_h264_with_openh264_ffmpeg", 1411 "//content/public/common:feature_h264_with_openh264_ffmpeg",
1412 "//content/public/common:features", 1412 "//content/public/common:features",
1413 "//courgette:courgette_lib", 1413 "//courgette:courgette_lib",
1414 "//crypto", 1414 "//crypto",
1415 "//crypto:platform", 1415 "//crypto:platform",
1416 "//device/base",
1416 "//device/bluetooth:mojo", 1417 "//device/bluetooth:mojo",
1417 "//device/core",
1418 "//device/usb/mojo", 1418 "//device/usb/mojo",
1419 "//device/usb/public/interfaces", 1419 "//device/usb/public/interfaces",
1420 "//google_apis", 1420 "//google_apis",
1421 "//gpu/config", 1421 "//gpu/config",
1422 "//media", 1422 "//media",
1423 "//media/midi", 1423 "//media/midi",
1424 "//mojo/common", 1424 "//mojo/common",
1425 "//mojo/edk/system", 1425 "//mojo/edk/system",
1426 "//mojo/public/cpp/bindings", 1426 "//mojo/public/cpp/bindings",
1427 "//mojo/public/js", 1427 "//mojo/public/js",
(...skipping 2873 matching lines...) Expand 10 before | Expand all | Expand 10 after
4301 # linking all of the test support. 4301 # linking all of the test support.
4302 static_library("pepper_cdm_test_constants") { 4302 static_library("pepper_cdm_test_constants") {
4303 testonly = true 4303 testonly = true
4304 visibility = [ "//chrome/*" ] 4304 visibility = [ "//chrome/*" ]
4305 sources = [ 4305 sources = [
4306 "media/pepper_cdm_test_constants.cc", 4306 "media/pepper_cdm_test_constants.cc",
4307 "media/pepper_cdm_test_constants.h", 4307 "media/pepper_cdm_test_constants.h",
4308 ] 4308 ]
4309 } 4309 }
4310 } 4310 }
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