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

Side by Side Diff: components/BUILD.gn

Issue 1102173002: Move GuestView layer in browser to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Mac Build + GN Test builds Created 5 years, 7 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
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 28 matching lines...) Expand all
39 "//components/devtools_discovery", 39 "//components/devtools_discovery",
40 "//components/devtools_http_handler", 40 "//components/devtools_http_handler",
41 "//components/dom_distiller/core", 41 "//components/dom_distiller/core",
42 "//components/domain_reliability", 42 "//components/domain_reliability",
43 "//components/enhanced_bookmarks", 43 "//components/enhanced_bookmarks",
44 "//components/favicon/core", 44 "//components/favicon/core",
45 "//components/favicon_base", 45 "//components/favicon_base",
46 "//components/feedback", 46 "//components/feedback",
47 "//components/gcm_driver", 47 "//components/gcm_driver",
48 "//components/google/core/browser", 48 "//components/google/core/browser",
49 "//components/guest_view:guest_view",
49 "//components/history/content/browser", 50 "//components/history/content/browser",
50 "//components/history/core/browser", 51 "//components/history/core/browser",
51 "//components/history/core/common", 52 "//components/history/core/common",
52 "//components/history/core/test", 53 "//components/history/core/test",
53 "//components/infobars/core", 54 "//components/infobars/core",
54 "//components/invalidation", 55 "//components/invalidation",
55 "//components/json_schema", 56 "//components/json_schema",
56 "//components/keyed_service/content", 57 "//components/keyed_service/content",
57 "//components/language_usage_metrics", 58 "//components/language_usage_metrics",
58 "//components/leveldb_proto", 59 "//components/leveldb_proto",
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 417
417 deps = [ 418 deps = [
418 "//base", 419 "//base",
419 "//base/test:test_support_perf", 420 "//base/test:test_support_perf",
420 "//testing/gtest", 421 "//testing/gtest",
421 "//testing/perf", 422 "//testing/perf",
422 "//content/test:test_support", 423 "//content/test:test_support",
423 "//components/visitedlink/browser", 424 "//components/visitedlink/browser",
424 ] 425 ]
425 } 426 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698