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

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

Issue 1951363002: Brotli compression used on about credits html file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Guarded Windows include 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 "//components/url_formatter", 162 "//components/url_formatter",
163 "//device/nfc", 163 "//device/nfc",
164 "//media", 164 "//media",
165 "//mojo/edk/system", 165 "//mojo/edk/system",
166 "//net:net_with_v8", 166 "//net:net_with_v8",
167 "//net:stale_while_revalidate_experiment_domains", 167 "//net:stale_while_revalidate_experiment_domains",
168 "//storage/browser", 168 "//storage/browser",
169 "//storage/common", 169 "//storage/common",
170 "//third_party/WebKit/public:resources", 170 "//third_party/WebKit/public:resources",
171 "//third_party/adobe/flash:flapper_version_h", 171 "//third_party/adobe/flash:flapper_version_h",
172 "//third_party/brotli",
172 "//third_party/leveldatabase", 173 "//third_party/leveldatabase",
173 "//third_party/libjingle", 174 "//third_party/libjingle",
174 "//third_party/re2", 175 "//third_party/re2",
175 "//ui/base/ime", 176 "//ui/base/ime",
176 "//ui/compositor", 177 "//ui/compositor",
177 "//ui/surface", 178 "//ui/surface",
178 "//ui/web_dialogs", 179 "//ui/web_dialogs",
179 "//v8", 180 "//v8",
180 ] 181 ]
181 } else { 182 } else {
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 "//chrome/browser", 695 "//chrome/browser",
695 "//content/public/browser", 696 "//content/public/browser",
696 "//content/public/common", 697 "//content/public/common",
697 "//content/test:test_support", 698 "//content/test:test_support",
698 "//net:test_support", 699 "//net:test_support",
699 "//skia", 700 "//skia",
700 "//testing/gtest", 701 "//testing/gtest",
701 "//ui/base", 702 "//ui/base",
702 ] 703 ]
703 } 704 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698