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

Side by Side Diff: components/BUILD.gn

Issue 1404583004: Support gzip-compressed seed data from the variations server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | components/variations/service/variations_service.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("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 "//components/sync_sessions:unit_tests", 389 "//components/sync_sessions:unit_tests",
390 "//components/translate/core/browser:unit_tests", 390 "//components/translate/core/browser:unit_tests",
391 "//components/translate/core/common:unit_tests", 391 "//components/translate/core/common:unit_tests",
392 "//components/translate/core/language_detection:unit_tests", 392 "//components/translate/core/language_detection:unit_tests",
393 "//components/url_formatter:unit_tests", 393 "//components/url_formatter:unit_tests",
394 "//components/url_matcher:unit_tests", 394 "//components/url_matcher:unit_tests",
395 "//components/update_client:unit_tests", 395 "//components/update_client:unit_tests",
396 "//components/upload_list:unit_tests", 396 "//components/upload_list:unit_tests",
397 "//components/user_prefs/tracked:unit_tests", 397 "//components/user_prefs/tracked:unit_tests",
398 "//components/variations:unit_tests", 398 "//components/variations:unit_tests",
399 "//components/variations/service:unit_tests",
399 "//components/wallpaper:unit_tests", 400 "//components/wallpaper:unit_tests",
400 "//components/web_resource:unit_tests", 401 "//components/web_resource:unit_tests",
401 "//components/webcrypto:unit_tests", 402 "//components/webcrypto:unit_tests",
402 "//components/webdata/common:unit_tests", 403 "//components/webdata/common:unit_tests",
403 404
404 # These are the deps required by the code in this target. 405 # These are the deps required by the code in this target.
405 "//components/policy:policy_component", 406 "//components/policy:policy_component",
406 "//content/test:test_support", 407 "//content/test:test_support",
407 ] 408 ]
408 409
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 ] 597 ]
597 if (!is_ios) { 598 if (!is_ios) {
598 deps += [ 599 deps += [
599 "//base", 600 "//base",
600 "//base/test:test_support_perf", 601 "//base/test:test_support_perf",
601 "//content/test:test_support", 602 "//content/test:test_support",
602 "//components/visitedlink/browser", 603 "//components/visitedlink/browser",
603 ] 604 ]
604 } 605 }
605 } 606 }
OLDNEW
« no previous file with comments | « no previous file | components/variations/service/variations_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698