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

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: 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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "//components/history/content/browser", 503 "//components/history/content/browser",
504 "//components/infobars/core", 504 "//components/infobars/core",
505 "//components/invalidation/impl", 505 "//components/invalidation/impl",
506 "//components/keyed_service/content", 506 "//components/keyed_service/content",
507 "//components/keyed_service/core", 507 "//components/keyed_service/core",
508 "//components/metrics:profiler", 508 "//components/metrics:profiler",
509 "//components/mime_util", 509 "//components/mime_util",
510 "//components/net_log", 510 "//components/net_log",
511 "//components/ntp_snippets", 511 "//components/ntp_snippets",
512 "//components/ntp_tiles", 512 "//components/ntp_tiles",
513 "//components/offline_pages", 513 "//components/offline_pages/core",
514 "//components/offline_pages/background:background_offliner", 514 "//components/offline_pages/core/background:background_offliner",
515 "//components/omnibox/browser", 515 "//components/omnibox/browser",
516 "//components/onc", 516 "//components/onc",
517 "//components/password_manager/content/browser", 517 "//components/password_manager/content/browser",
518 "//components/password_manager/core/browser", 518 "//components/password_manager/core/browser",
519 "//components/password_manager/sync/browser", 519 "//components/password_manager/sync/browser",
520 "//components/pdf/browser", 520 "//components/pdf/browser",
521 "//components/policy/core/browser", 521 "//components/policy/core/browser",
522 "//components/pref_registry", 522 "//components/pref_registry",
523 "//components/proximity_auth", 523 "//components/proximity_auth",
524 "//components/proxy_config", 524 "//components/proxy_config",
(...skipping 2957 matching lines...) Expand 10 before | Expand all | Expand 10 after
3482 "test/test_confirm_bubble_model.cc", 3482 "test/test_confirm_bubble_model.cc",
3483 "test/test_confirm_bubble_model.h", 3483 "test/test_confirm_bubble_model.h",
3484 ] 3484 ]
3485 deps += [ "//chrome/test:test_support_ui" ] 3485 deps += [ "//chrome/test:test_support_ui" ]
3486 } 3486 }
3487 3487
3488 if (enable_extensions) { 3488 if (enable_extensions) {
3489 deps += [ "//extensions/browser" ] 3489 deps += [ "//extensions/browser" ]
3490 } 3490 }
3491 } 3491 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698