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

Side by Side Diff: chrome/test/BUILD.gn

Issue 1109493002: [MacViews] Fix behavior of non-resizable windows in fullscreen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert to Patch Set 7 Created 5 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 | « chrome/browser/ui/cocoa/apps/native_app_window_cocoa_browsertest.mm ('k') | ui/base/BUILD.gn » ('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/chrome_build.gni") 5 import("//build/config/chrome_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/module_args/v8.gni") 9 import("//build/module_args/v8.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 "//testing/gtest", 660 "//testing/gtest",
661 "//testing/perf", 661 "//testing/perf",
662 "//third_party/cacheinvalidation", 662 "//third_party/cacheinvalidation",
663 "//third_party/icu", 663 "//third_party/icu",
664 "//third_party/leveldatabase", 664 "//third_party/leveldatabase",
665 "//third_party/libaddressinput", 665 "//third_party/libaddressinput",
666 "//third_party/libjingle", 666 "//third_party/libjingle",
667 "//third_party/safe_browsing:test_support", 667 "//third_party/safe_browsing:test_support",
668 "//third_party/widevine/cdm:version_h", 668 "//third_party/widevine/cdm:version_h",
669 "//ui/accessibility:test_support", 669 "//ui/accessibility:test_support",
670 "//ui/base:test_support",
670 "//ui/compositor:test_support", 671 "//ui/compositor:test_support",
671 "//ui/resources", 672 "//ui/resources",
672 "//ui/web_dialogs:test_support", 673 "//ui/web_dialogs:test_support",
673 "//v8", 674 "//v8",
674 ] 675 ]
675 676
676 # Runtime dependencies 677 # Runtime dependencies
677 data_deps = [ 678 data_deps = [
678 "//ppapi:ppapi_tests", 679 "//ppapi:ppapi_tests",
679 680
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
1761 } 1762 }
1762 1763
1763 if (cld_version == 0 || cld_version == 2) { 1764 if (cld_version == 0 || cld_version == 2) {
1764 # Use whatever CLD2 data access mode that the 1765 # Use whatever CLD2 data access mode that the
1765 # application embedder is using. 1766 # application embedder is using.
1766 deps += [ "//third_party/cld_2:cld2_platform_impl" ] 1767 deps += [ "//third_party/cld_2:cld2_platform_impl" ]
1767 } 1768 }
1768 } 1769 }
1769 } 1770 }
1770 } 1771 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/apps/native_app_window_cocoa_browsertest.mm ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698