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

Side by Side Diff: components/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//printing/features/features.gni")
7 import("//testing/test.gni") 8 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
9 10
10 if (is_android) { 11 if (is_android) {
11 import("//build/config/android/rules.gni") 12 import("//build/config/android/rules.gni")
12 } 13 }
13 14
14 if (is_ios) { 15 if (is_ios) {
15 import("//ios/build/config.gni") 16 import("//ios/build/config.gni")
16 } 17 }
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "//components/password_manager/content/renderer", 404 "//components/password_manager/content/renderer",
404 "//components/strings", 405 "//components/strings",
405 "//components/tracing", 406 "//components/tracing",
406 "//content/shell:content_shell_lib", 407 "//content/shell:content_shell_lib",
407 "//content/test:browsertest_support", 408 "//content/test:browsertest_support",
408 "//content/test:test_support", 409 "//content/test:test_support",
409 "//device/bluetooth", 410 "//device/bluetooth",
410 "//device/geolocation", 411 "//device/geolocation",
411 "//ipc:test_support", 412 "//ipc:test_support",
412 "//net:test_support", 413 "//net:test_support",
414 "//printing/features",
413 "//services/service_manager/public/cpp", 415 "//services/service_manager/public/cpp",
414 "//testing/gmock", 416 "//testing/gmock",
415 "//testing/gtest", 417 "//testing/gtest",
416 "//ui/base", 418 "//ui/base",
417 ] 419 ]
418 420
419 data_deps = [ 421 data_deps = [
420 ":components_tests_pak", 422 ":components_tests_pak",
421 "//third_party/mesa:osmesa", 423 "//third_party/mesa:osmesa",
422 ] 424 ]
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 473
472 deps = [ 474 deps = [
473 "//base", 475 "//base",
474 "//components/test:test_support", 476 "//components/test:test_support",
475 "//components/visitedlink/browser", 477 "//components/visitedlink/browser",
476 "//testing/perf", 478 "//testing/perf",
477 "//url", 479 "//url",
478 ] 480 ]
479 } 481 }
480 } 482 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698