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

Side by Side Diff: sync/BUILD.gn

Issue 1104703004: Windows GN component build fixes: sync, ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | sync/internal_api/attachments/proto/BUILD.gn » ('j') | ui/display/BUILD.gn » ('J')
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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("sync") { 8 component("sync") {
9 public_deps = [ 9 public_deps = [
10 ":sync_core", 10 ":sync_core",
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 "util/get_session_name_win.cc", 393 "util/get_session_name_win.cc",
394 "util/get_session_name_win.h", 394 "util/get_session_name_win.h",
395 "util/logging.cc", 395 "util/logging.cc",
396 "util/logging.h", 396 "util/logging.h",
397 "util/nigori.cc", 397 "util/nigori.cc",
398 "util/nigori.h", 398 "util/nigori.h",
399 "util/time.cc", 399 "util/time.cc",
400 "util/time.h", 400 "util/time.h",
401 ] 401 ]
402 402
403 public_deps = [
404 "//sync/internal_api/attachments/proto",
405 ]
403 deps = [ 406 deps = [
404 "//base", 407 "//base",
405 "//base:i18n", 408 "//base:i18n",
406 "//base/third_party/dynamic_annotations", 409 "//base/third_party/dynamic_annotations",
407 "//crypto", 410 "//crypto",
408 "//google_apis", 411 "//google_apis",
409 "//net", 412 "//net",
410 "//sql", 413 "//sql",
411 "//third_party/leveldatabase", 414 "//third_party/leveldatabase",
412 "//third_party/zlib", 415 "//third_party/zlib",
413 "//url", 416 "//url",
414 "//sync/internal_api/attachments/proto",
415 "//sync/protocol", 417 "//sync/protocol",
416 ] 418 ]
417 419
418 if (is_chromeos) { 420 if (is_chromeos) {
419 # Required by get_session_name.cc on Chrome OS. 421 # Required by get_session_name.cc on Chrome OS.
420 deps += [ "//chromeos" ] 422 deps += [ "//chromeos" ]
421 } 423 }
422 424
423 if (is_mac) { 425 if (is_mac) {
424 libs = [ 426 libs = [
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 "//base", 646 "//base",
645 "//base/allocator", 647 "//base/allocator",
646 "//base/test:run_all_unittests", 648 "//base/test:run_all_unittests",
647 "//google_apis", 649 "//google_apis",
648 "//google_apis:test_support", 650 "//google_apis:test_support",
649 "//net", 651 "//net",
650 "//net:test_support", 652 "//net:test_support",
651 "//sql", 653 "//sql",
652 "//sql:test_support", 654 "//sql:test_support",
653 "//sync", 655 "//sync",
654 "//sync/internal_api/attachments/proto",
655 "//sync/protocol", 656 "//sync/protocol",
656 "//testing/gmock", 657 "//testing/gmock",
657 "//testing/gtest", 658 "//testing/gtest",
658 "//third_party/leveldatabase", 659 "//third_party/leveldatabase",
659 "//third_party/protobuf:protobuf_lite", 660 "//third_party/protobuf:protobuf_lite",
660 ] 661 ]
661 662
662 if (is_chromeos) { 663 if (is_chromeos) {
663 # Required by get_session_name_unittest.cc on Chrome OS. 664 # Required by get_session_name_unittest.cc on Chrome OS.
664 deps += [ "//chromeos" ] 665 deps += [ "//chromeos" ]
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 ":fake_server_jni", 823 ":fake_server_jni",
823 ":sync_core", 824 ":sync_core",
824 ":test_support_sync_fake_server", 825 ":test_support_sync_fake_server",
825 "//base", 826 "//base",
826 "//sync/protocol:protocol", 827 "//sync/protocol:protocol",
827 "//testing/gtest", 828 "//testing/gtest",
828 "//url:url", 829 "//url:url",
829 ] 830 ]
830 } 831 }
831 } 832 }
OLDNEW
« no previous file with comments | « no previous file | sync/internal_api/attachments/proto/BUILD.gn » ('j') | ui/display/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698