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

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

Issue 2458833005: Move printing defines to buildflag system. (Closed)
Patch Set: Missing file Created 4 years, 1 month 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")
11 import("//components/os_crypt/features.gni") 11 import("//components/os_crypt/features.gni")
12 import("//media/media_options.gni") 12 import("//media/media_options.gni")
13 import("//ppapi/features/features.gni") 13 import("//ppapi/features/features.gni")
14 import("//printing/features/features.gni")
14 import("//third_party/protobuf/proto_library.gni") 15 import("//third_party/protobuf/proto_library.gni")
15 16
16 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 17 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
17 # produces a conflict for the "grit" template so we have to only include one. 18 # produces a conflict for the "grit" template so we have to only include one.
18 if (is_android) { 19 if (is_android) {
19 import("//build/config/android/rules.gni") 20 import("//build/config/android/rules.gni")
20 } else { 21 } else {
21 import("//tools/grit/grit_rule.gni") 22 import("//tools/grit/grit_rule.gni")
22 } 23 }
23 24
(...skipping 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 "//google_apis", 1429 "//google_apis",
1429 "//gpu/config", 1430 "//gpu/config",
1430 "//media", 1431 "//media",
1431 "//media/midi", 1432 "//media/midi",
1432 "//mojo/common", 1433 "//mojo/common",
1433 "//mojo/edk/system", 1434 "//mojo/edk/system",
1434 "//mojo/public/cpp/bindings", 1435 "//mojo/public/cpp/bindings",
1435 "//mojo/public/js", 1436 "//mojo/public/js",
1436 "//net:extras", 1437 "//net:extras",
1437 "//net:net_with_v8", 1438 "//net:net_with_v8",
1439 "//printing/features",
1438 "//services/service_manager/public/cpp", 1440 "//services/service_manager/public/cpp",
1439 "//skia", 1441 "//skia",
1440 "//sql", 1442 "//sql",
1441 "//storage/browser", 1443 "//storage/browser",
1442 "//storage/common", 1444 "//storage/common",
1443 "//third_party/WebKit/public:image_resources", 1445 "//third_party/WebKit/public:image_resources",
1444 "//third_party/WebKit/public:resources", 1446 "//third_party/WebKit/public:resources",
1445 "//third_party/cacheinvalidation", 1447 "//third_party/cacheinvalidation",
1446 "//third_party/icu", 1448 "//third_party/icu",
1447 "//third_party/kasko", 1449 "//third_party/kasko",
(...skipping 2911 matching lines...) Expand 10 before | Expand all | Expand 10 after
4359 # linking all of the test support. 4361 # linking all of the test support.
4360 static_library("pepper_cdm_test_constants") { 4362 static_library("pepper_cdm_test_constants") {
4361 testonly = true 4363 testonly = true
4362 visibility = [ "//chrome/*" ] 4364 visibility = [ "//chrome/*" ]
4363 sources = [ 4365 sources = [
4364 "media/pepper_cdm_test_constants.cc", 4366 "media/pepper_cdm_test_constants.cc",
4365 "media/pepper_cdm_test_constants.h", 4367 "media/pepper_cdm_test_constants.h",
4366 ] 4368 ]
4367 } 4369 }
4368 } 4370 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698