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

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

Issue 2916753004: Use BookmarkAppConfirmationView on Mac. Delete the NSAlert Mac uses currently. (Closed)
Patch Set: using, OnceCallback Created 3 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 | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/test/base/test_browser_window.h » ('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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1960 if (enable_nacl_nonsfi) { 1960 if (enable_nacl_nonsfi) {
1961 data_deps += [ "//components/nacl/loader:helper_nonsfi" ] 1961 data_deps += [ "//components/nacl/loader:helper_nonsfi" ]
1962 } 1962 }
1963 } 1963 }
1964 } 1964 }
1965 1965
1966 if (enable_extensions) { 1966 if (enable_extensions) {
1967 sources += [ 1967 sources += [
1968 "../browser/apps/app_browsertest_util.cc", 1968 "../browser/apps/app_browsertest_util.cc",
1969 "../browser/apps/app_browsertest_util.h", 1969 "../browser/apps/app_browsertest_util.h",
1970 "../browser/extensions/bookmark_app_helper_browsertest.cc",
1970 "../browser/extensions/browsertest_util.cc", 1971 "../browser/extensions/browsertest_util.cc",
1971 "../browser/extensions/browsertest_util.h", 1972 "../browser/extensions/browsertest_util.h",
1972 "../browser/extensions/extension_apitest.cc", 1973 "../browser/extensions/extension_apitest.cc",
1973 "../browser/extensions/extension_apitest.h", 1974 "../browser/extensions/extension_apitest.h",
1974 "../browser/extensions/extension_browsertest.cc", 1975 "../browser/extensions/extension_browsertest.cc",
1975 "../browser/extensions/extension_browsertest.h", 1976 "../browser/extensions/extension_browsertest.h",
1976 "../browser/extensions/extension_function_test_utils.cc", 1977 "../browser/extensions/extension_function_test_utils.cc",
1977 "../browser/extensions/extension_function_test_utils.h", 1978 "../browser/extensions/extension_function_test_utils.h",
1978 "../browser/extensions/extension_with_management_policy_apitest.cc", 1979 "../browser/extensions/extension_with_management_policy_apitest.cc",
1979 "../browser/extensions/extension_with_management_policy_apitest.h", 1980 "../browser/extensions/extension_with_management_policy_apitest.h",
(...skipping 3162 matching lines...) Expand 10 before | Expand all | Expand 10 after
5142 } 5143 }
5143 5144
5144 if (is_win) { 5145 if (is_win) {
5145 loadable_module("conflicts_dll") { 5146 loadable_module("conflicts_dll") {
5146 testonly = true 5147 testonly = true
5147 sources = [ 5148 sources = [
5148 "conflicts/conflicts_dll.cc", 5149 "conflicts/conflicts_dll.cc",
5149 ] 5150 ]
5150 } 5151 }
5151 } 5152 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/test/base/test_browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698