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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2489443002: Move all components/offline_pages/ files into component/offline_pages/core (Closed)
Patch Set: more rebase Created 4 years 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 "//components/history/content/browser", 504 "//components/history/content/browser",
505 "//components/infobars/core", 505 "//components/infobars/core",
506 "//components/invalidation/impl", 506 "//components/invalidation/impl",
507 "//components/keyed_service/content", 507 "//components/keyed_service/content",
508 "//components/keyed_service/core", 508 "//components/keyed_service/core",
509 "//components/metrics:profiler", 509 "//components/metrics:profiler",
510 "//components/mime_util", 510 "//components/mime_util",
511 "//components/net_log", 511 "//components/net_log",
512 "//components/ntp_snippets", 512 "//components/ntp_snippets",
513 "//components/ntp_tiles", 513 "//components/ntp_tiles",
514 "//components/offline_pages", 514 "//components/offline_pages/core",
515 "//components/offline_pages/background:background_offliner", 515 "//components/offline_pages/core/background:background_offliner",
516 "//components/omnibox/browser", 516 "//components/omnibox/browser",
517 "//components/onc", 517 "//components/onc",
518 "//components/password_manager/content/browser", 518 "//components/password_manager/content/browser",
519 "//components/password_manager/core/browser", 519 "//components/password_manager/core/browser",
520 "//components/password_manager/sync/browser", 520 "//components/password_manager/sync/browser",
521 "//components/pdf/browser", 521 "//components/pdf/browser",
522 "//components/policy/core/browser", 522 "//components/policy/core/browser",
523 "//components/power", 523 "//components/power",
524 "//components/pref_registry", 524 "//components/pref_registry",
525 "//components/proximity_auth", 525 "//components/proximity_auth",
(...skipping 2954 matching lines...) Expand 10 before | Expand all | Expand 10 after
3480 "test/test_confirm_bubble_model.cc", 3480 "test/test_confirm_bubble_model.cc",
3481 "test/test_confirm_bubble_model.h", 3481 "test/test_confirm_bubble_model.h",
3482 ] 3482 ]
3483 deps += [ "//chrome/test:test_support_ui" ] 3483 deps += [ "//chrome/test:test_support_ui" ]
3484 } 3484 }
3485 3485
3486 if (enable_extensions) { 3486 if (enable_extensions) {
3487 deps += [ "//extensions/browser" ] 3487 deps += [ "//extensions/browser" ]
3488 } 3488 }
3489 } 3489 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698