| OLD | NEW |
| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 #import("//build/config/jumbo.gni") |
| 7 import("//components/sync/protocol/protocol_sources.gni") | 8 import("//components/sync/protocol/protocol_sources.gni") |
| 8 import("//testing/test.gni") | 9 import("//testing/test.gni") |
| 9 | 10 |
| 11 #jumbo_target("sync") { |
| 12 # target_type = "static_library" |
| 10 static_library("sync") { | 13 static_library("sync") { |
| 11 sources = [ | 14 sources = [ |
| 12 "base/attachment_id_proto.cc", | 15 "base/attachment_id_proto.cc", |
| 13 "base/attachment_id_proto.h", | 16 "base/attachment_id_proto.h", |
| 14 "base/bind_to_task_runner.h", | 17 "base/bind_to_task_runner.h", |
| 15 "base/cancelation_observer.cc", | 18 "base/cancelation_observer.cc", |
| 16 "base/cancelation_observer.h", | 19 "base/cancelation_observer.h", |
| 17 "base/cancelation_signal.cc", | 20 "base/cancelation_signal.cc", |
| 18 "base/cancelation_signal.h", | 21 "base/cancelation_signal.h", |
| 19 "base/cryptographer.cc", | 22 "base/cryptographer.cc", |
| (...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1147 deps = [ | 1150 deps = [ |
| 1148 ":fake_server_jni", | 1151 ":fake_server_jni", |
| 1149 ":sync", | 1152 ":sync", |
| 1150 ":test_support_fake_server", | 1153 ":test_support_fake_server", |
| 1151 "//base", | 1154 "//base", |
| 1152 "//testing/gtest", | 1155 "//testing/gtest", |
| 1153 "//url:url", | 1156 "//url:url", |
| 1154 ] | 1157 ] |
| 1155 } | 1158 } |
| 1156 } | 1159 } |
| OLD | NEW |