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

Side by Side Diff: components/BUILD.gn

Issue 1304563003: Move //components/metrics/compression_utils into standalone component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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 | « chrome/chrome_browser.gypi ('k') | components/components.gyp » ('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 12 matching lines...) Expand all
23 "//components/bookmarks/common", 23 "//components/bookmarks/common",
24 "//components/bookmarks/managed", 24 "//components/bookmarks/managed",
25 "//components/bookmarks/test", 25 "//components/bookmarks/test",
26 "//components/captive_portal", 26 "//components/captive_portal",
27 "//components/cdm/browser", 27 "//components/cdm/browser",
28 "//components/cdm/common", 28 "//components/cdm/common",
29 "//components/cdm/renderer", 29 "//components/cdm/renderer",
30 "//components/cloud_devices/common", 30 "//components/cloud_devices/common",
31 "//components/chrome_apps", 31 "//components/chrome_apps",
32 "//components/component_updater", 32 "//components/component_updater",
33 "//components/compression",
33 "//components/content_settings/core/browser", 34 "//components/content_settings/core/browser",
34 "//components/content_settings/core/common", 35 "//components/content_settings/core/common",
35 "//components/crash/app", 36 "//components/crash/app",
36 "//components/crash/browser", 37 "//components/crash/browser",
37 "//components/crx_file", 38 "//components/crx_file",
38 "//components/data_reduction_proxy/core/browser", 39 "//components/data_reduction_proxy/core/browser",
39 "//components/data_reduction_proxy/core/common", 40 "//components/data_reduction_proxy/core/common",
40 "//components/device_event_log", 41 "//components/device_event_log",
41 "//components/devtools_discovery", 42 "//components/devtools_discovery",
42 "//components/devtools_http_handler", 43 "//components/devtools_http_handler",
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 580
580 deps = [ 581 deps = [
581 "//base", 582 "//base",
582 "//base/test:test_support_perf", 583 "//base/test:test_support_perf",
583 "//testing/gtest", 584 "//testing/gtest",
584 "//testing/perf", 585 "//testing/perf",
585 "//content/test:test_support", 586 "//content/test:test_support",
586 "//components/visitedlink/browser", 587 "//components/visitedlink/browser",
587 ] 588 ]
588 } 589 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698