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

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

Issue 2621143007: Make small sub-target of gin that can be used in browser without v8 dep (Closed)
Patch Set: #include Created 3 years, 11 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 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 "//content/public/common:service_names", 1525 "//content/public/common:service_names",
1526 "//courgette:courgette_lib", 1526 "//courgette:courgette_lib",
1527 "//crypto", 1527 "//crypto",
1528 "//crypto:platform", 1528 "//crypto:platform",
1529 "//device/base", 1529 "//device/base",
1530 "//device/bluetooth:mojo", 1530 "//device/bluetooth:mojo",
1531 "//device/power_save_blocker", 1531 "//device/power_save_blocker",
1532 "//device/usb/mojo", 1532 "//device/usb/mojo",
1533 "//device/usb/public/interfaces", 1533 "//device/usb/public/interfaces",
1534 "//extensions/features", 1534 "//extensions/features",
1535 "//gin:gin_features",
1535 "//google_apis", 1536 "//google_apis",
1536 "//gpu/config", 1537 "//gpu/config",
1537 "//media", 1538 "//media",
1538 "//media:media_features", 1539 "//media:media_features",
1539 "//media/midi", 1540 "//media/midi",
1540 "//mojo/common", 1541 "//mojo/common",
1541 "//mojo/edk/system", 1542 "//mojo/edk/system",
1542 "//mojo/public/cpp/bindings", 1543 "//mojo/public/cpp/bindings",
1543 "//mojo/public/js", 1544 "//mojo/public/js",
1544 "//net:extras", 1545 "//net:extras",
(...skipping 2938 matching lines...) Expand 10 before | Expand all | Expand 10 after
4483 "media/pepper_cdm_test_constants.cc", 4484 "media/pepper_cdm_test_constants.cc",
4484 "media/pepper_cdm_test_constants.h", 4485 "media/pepper_cdm_test_constants.h",
4485 ] 4486 ]
4486 } 4487 }
4487 } 4488 }
4488 4489
4489 service_manifest("preferences_manifest") { 4490 service_manifest("preferences_manifest") {
4490 name = "preferences" 4491 name = "preferences"
4491 source = "prefs/preferences_manifest.json" 4492 source = "prefs/preferences_manifest.json"
4492 } 4493 }
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