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

Side by Side Diff: components/BUILD.gn

Issue 2458833005: Move printing defines to buildflag system. (Closed)
Patch Set: Merge 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
« no previous file with comments | « chrome/utility/printing_handler.cc ('k') | components/printing/common/print_messages.h » ('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/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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 "//components/password_manager/content/renderer", 406 "//components/password_manager/content/renderer",
406 "//components/strings", 407 "//components/strings",
407 "//components/tracing", 408 "//components/tracing",
408 "//content/shell:content_shell_lib", 409 "//content/shell:content_shell_lib",
409 "//content/test:browsertest_support", 410 "//content/test:browsertest_support",
410 "//content/test:test_support", 411 "//content/test:test_support",
411 "//device/bluetooth", 412 "//device/bluetooth",
412 "//device/geolocation", 413 "//device/geolocation",
413 "//ipc:test_support", 414 "//ipc:test_support",
414 "//net:test_support", 415 "//net:test_support",
416 "//printing/features",
415 "//services/service_manager/public/cpp", 417 "//services/service_manager/public/cpp",
416 "//testing/gmock", 418 "//testing/gmock",
417 "//testing/gtest", 419 "//testing/gtest",
418 "//ui/base", 420 "//ui/base",
419 ] 421 ]
420 422
421 data_deps = [ 423 data_deps = [
422 ":components_tests_pak", 424 ":components_tests_pak",
423 "//third_party/mesa:osmesa", 425 "//third_party/mesa:osmesa",
424 ] 426 ]
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "//testing/perf", 480 "//testing/perf",
479 "//url", 481 "//url",
480 ] 482 ]
481 483
482 if (!is_ios) { 484 if (!is_ios) {
483 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 485 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
484 deps += [ "//components/discardable_memory/common" ] 486 deps += [ "//components/discardable_memory/common" ]
485 } 487 }
486 } 488 }
487 } 489 }
OLDNEW
« no previous file with comments | « chrome/utility/printing_handler.cc ('k') | components/printing/common/print_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698