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

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

Issue 2537133002: Update brotli to v1.0.0-snapshot. (Closed)
Patch Set: Fixed typo 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/about_ui.cc » ('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/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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 "//ppapi/features", 577 "//ppapi/features",
578 "//printing/features", 578 "//printing/features",
579 "//rlz/features", 579 "//rlz/features",
580 "//services/service_manager/runner/common", 580 "//services/service_manager/runner/common",
581 "//skia", 581 "//skia",
582 "//storage/browser", 582 "//storage/browser",
583 "//storage/common", 583 "//storage/common",
584 "//third_party/WebKit/public:features", 584 "//third_party/WebKit/public:features",
585 "//third_party/WebKit/public:resources", 585 "//third_party/WebKit/public:resources",
586 "//third_party/adobe/flash:flapper_version_h", 586 "//third_party/adobe/flash:flapper_version_h",
587 "//third_party/brotli", 587 "//third_party/brotli:dec",
588 "//third_party/cacheinvalidation", 588 "//third_party/cacheinvalidation",
589 "//third_party/cld:cld_version", 589 "//third_party/cld:cld_version",
590 "//third_party/icu", 590 "//third_party/icu",
591 "//third_party/leveldatabase", 591 "//third_party/leveldatabase",
592 "//third_party/libjingle", 592 "//third_party/libjingle",
593 "//third_party/re2", 593 "//third_party/re2",
594 "//third_party/zlib", 594 "//third_party/zlib",
595 "//ui/accessibility", 595 "//ui/accessibility",
596 "//ui/base", 596 "//ui/base",
597 "//ui/base/ime", 597 "//ui/base/ime",
(...skipping 2894 matching lines...) Expand 10 before | Expand all | Expand 10 after
3492 "test/test_confirm_bubble_model.cc", 3492 "test/test_confirm_bubble_model.cc",
3493 "test/test_confirm_bubble_model.h", 3493 "test/test_confirm_bubble_model.h",
3494 ] 3494 ]
3495 deps += [ "//chrome/test:test_support_ui" ] 3495 deps += [ "//chrome/test:test_support_ui" ]
3496 } 3496 }
3497 3497
3498 if (enable_extensions) { 3498 if (enable_extensions) {
3499 deps += [ "//extensions/browser" ] 3499 deps += [ "//extensions/browser" ]
3500 } 3500 }
3501 } 3501 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/about_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698