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

Side by Side Diff: ui/base/BUILD.gn

Issue 1968993002: Compressing .pak resources with new option: "type=GZIPPABLE_BINDATA" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Python formatting Created 4 years, 6 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 | « tools/grit/grit/testdata/test_text.txt ('k') | ui/base/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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//ui/base/ui_features.gni") 10 import("//ui/base/ui_features.gni")
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "//ui/events/platform", 364 "//ui/events/platform",
365 "//ui/gfx", 365 "//ui/gfx",
366 "//ui/gfx/geometry", 366 "//ui/gfx/geometry",
367 ] 367 ]
368 deps = [ 368 deps = [
369 "//base:base_static", 369 "//base:base_static",
370 "//base:i18n", 370 "//base:i18n",
371 "//base/third_party/dynamic_annotations", 371 "//base/third_party/dynamic_annotations",
372 "//net", 372 "//net",
373 "//third_party/icu", 373 "//third_party/icu",
374 "//third_party/zlib:zlib",
374 "//ui/base:ui_data_pack", 375 "//ui/base:ui_data_pack",
375 "//ui/display", 376 "//ui/display",
376 "//ui/events", 377 "//ui/events",
377 "//ui/events/devices", 378 "//ui/events/devices",
378 "//ui/resources", 379 "//ui/resources",
379 "//ui/strings", 380 "//ui/strings",
380 "//url", 381 "//url",
381 ] 382 ]
382 383
383 if (is_ios) { 384 if (is_ios) {
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 if (is_mac) { 957 if (is_mac) {
957 mac_framework_bundle("ui_unittests_framework") { 958 mac_framework_bundle("ui_unittests_framework") {
958 testonly = true 959 testonly = true
959 deps = [ 960 deps = [
960 "//ui/resources:ui_test_pak_bundle_data", 961 "//ui/resources:ui_test_pak_bundle_data",
961 ] 962 ]
962 info_plist = "test/framework-Info.plist" 963 info_plist = "test/framework-Info.plist"
963 output_name = "ui_unittests Framework" 964 output_name = "ui_unittests Framework"
964 } 965 }
965 } 966 }
OLDNEW
« no previous file with comments | « tools/grit/grit/testdata/test_text.txt ('k') | ui/base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698