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

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

Issue 2003883002: [Offline pages] Create offline internals page for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve cl comments Created 4 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//chrome/common/features.gni") 8 import("//chrome/common/features.gni")
9 9
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "//components/gcm_driver", 70 "//components/gcm_driver",
71 "//components/google/core/browser", 71 "//components/google/core/browser",
72 "//components/guest_view/browser", 72 "//components/guest_view/browser",
73 "//components/history/core/browser", 73 "//components/history/core/browser",
74 "//components/infobars/core", 74 "//components/infobars/core",
75 "//components/invalidation/impl", 75 "//components/invalidation/impl",
76 "//components/keyed_service/content", 76 "//components/keyed_service/content",
77 "//components/keyed_service/core", 77 "//components/keyed_service/core",
78 "//components/metrics:profiler", 78 "//components/metrics:profiler",
79 "//components/mime_util", 79 "//components/mime_util",
80 "//components/offline_pages",
jianli 2016/05/25 00:17:17 Do we really want this?
chili 2016/05/25 02:14:47 Currently this dependency isn't needed, but when a
80 "//components/omnibox/browser", 81 "//components/omnibox/browser",
81 "//components/onc", 82 "//components/onc",
82 "//components/password_manager/content/browser", 83 "//components/password_manager/content/browser",
83 "//components/password_manager/core/browser", 84 "//components/password_manager/core/browser",
84 "//components/pdf/browser", 85 "//components/pdf/browser",
85 "//components/policy", 86 "//components/policy",
86 "//components/pref_registry", 87 "//components/pref_registry",
87 "//components/proximity_auth", 88 "//components/proximity_auth",
88 "//components/proxy_config", 89 "//components/proxy_config",
89 "//components/query_parser", 90 "//components/query_parser",
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 "//chrome/browser", 694 "//chrome/browser",
694 "//content/public/browser", 695 "//content/public/browser",
695 "//content/public/common", 696 "//content/public/common",
696 "//content/test:test_support", 697 "//content/test:test_support",
697 "//net:test_support", 698 "//net:test_support",
698 "//skia", 699 "//skia",
699 "//testing/gtest", 700 "//testing/gtest",
700 "//ui/base", 701 "//ui/base",
701 ] 702 ]
702 } 703 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698