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

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: Removed unnecessary dependency 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 29 matching lines...) Expand all
40 "//components/devtools_discovery", 40 "//components/devtools_discovery",
41 "//components/devtools_http_handler", 41 "//components/devtools_http_handler",
42 "//components/dom_distiller/core", 42 "//components/dom_distiller/core",
43 "//components/domain_reliability", 43 "//components/domain_reliability",
44 "//components/enhanced_bookmarks", 44 "//components/enhanced_bookmarks",
45 "//components/favicon/core", 45 "//components/favicon/core",
46 "//components/favicon_base", 46 "//components/favicon_base",
47 "//components/feedback", 47 "//components/feedback",
48 "//components/gcm_driver", 48 "//components/gcm_driver",
49 "//components/google/core/browser", 49 "//components/google/core/browser",
50 "//components/guest_view:guest_view",
50 "//components/history/content/browser", 51 "//components/history/content/browser",
51 "//components/history/core/browser", 52 "//components/history/core/browser",
52 "//components/history/core/common", 53 "//components/history/core/common",
53 "//components/history/core/test", 54 "//components/history/core/test",
54 "//components/infobars/core", 55 "//components/infobars/core",
55 "//components/invalidation", 56 "//components/invalidation",
56 "//components/json_schema", 57 "//components/json_schema",
57 "//components/keyed_service/content", 58 "//components/keyed_service/content",
58 "//components/language_usage_metrics", 59 "//components/language_usage_metrics",
59 "//components/leveldb_proto", 60 "//components/leveldb_proto",
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 421
421 deps = [ 422 deps = [
422 "//base", 423 "//base",
423 "//base/test:test_support_perf", 424 "//base/test:test_support_perf",
424 "//testing/gtest", 425 "//testing/gtest",
425 "//testing/perf", 426 "//testing/perf",
426 "//content/test:test_support", 427 "//content/test:test_support",
427 "//components/visitedlink/browser", 428 "//components/visitedlink/browser",
428 ] 429 ]
429 } 430 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698