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

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

Issue 2165023003: [Extensions] Use compiled feature files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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/extensions/BUILD.gn » ('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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "//chrome/app_shim", 456 "//chrome/app_shim",
457 "//chrome/browser/apps/app_shim", 457 "//chrome/browser/apps/app_shim",
458 ] 458 ]
459 } 459 }
460 if (enable_extensions) { 460 if (enable_extensions) {
461 public_deps += [ "//chrome/browser/extensions" ] 461 public_deps += [ "//chrome/browser/extensions" ]
462 deps += [ 462 deps += [
463 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto", 463 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto",
464 "//chrome/common/extensions/api", 464 "//chrome/common/extensions/api",
465 "//chrome/common/extensions/api:api_registration", 465 "//chrome/common/extensions/api:api_registration",
466 "//chrome/common/extensions/api:extensions_features",
466 "//components/drive:drive", 467 "//components/drive:drive",
467 "//components/proximity_auth/ble", 468 "//components/proximity_auth/ble",
468 "//components/proximity_auth/cryptauth", 469 "//components/proximity_auth/cryptauth",
469 "//extensions/components/javascript_dialog_extensions_client", 470 "//extensions/components/javascript_dialog_extensions_client",
470 "//media/cast:net", 471 "//media/cast:net",
471 ] 472 ]
472 sources += rebase_path(gypi_values.chrome_browser_extensions_sources, 473 sources += rebase_path(gypi_values.chrome_browser_extensions_sources,
473 ".", 474 ".",
474 "//chrome") 475 "//chrome")
475 } 476 }
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 # linking all of the test support. 1379 # linking all of the test support.
1379 static_library("pepper_cdm_test_constants") { 1380 static_library("pepper_cdm_test_constants") {
1380 testonly = true 1381 testonly = true
1381 visibility = [ "//chrome/*" ] 1382 visibility = [ "//chrome/*" ]
1382 sources = [ 1383 sources = [
1383 "media/pepper_cdm_test_constants.cc", 1384 "media/pepper_cdm_test_constants.cc",
1384 "media/pepper_cdm_test_constants.h", 1385 "media/pepper_cdm_test_constants.h",
1385 ] 1386 ]
1386 } 1387 }
1387 } 1388 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698