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

Side by Side Diff: components/sync/BUILD.gn

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 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 | « cc/tiles/software_image_decode_cache.cc ('k') | components/tracing/common/tracing_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/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
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 }
OLDNEW
« no previous file with comments | « cc/tiles/software_image_decode_cache.cc ('k') | components/tracing/common/tracing_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698