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

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

Issue 2950403002: [Mac] Add system share menu
Patch Set: CL comments Created 3 years, 5 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
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 2411 matching lines...) Expand 10 before | Expand all | Expand 10 after
2422 sources += [ 2422 sources += [
2423 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swi per_browsertest.mm", 2423 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swi per_browsertest.mm",
2424 "../browser/spellchecker/spellcheck_message_filter_platform_mac_browsert est.cc", 2424 "../browser/spellchecker/spellcheck_message_filter_platform_mac_browsert est.cc",
2425 "../browser/ui/cocoa/applescript/bookmark_applescript_utils_test.h", 2425 "../browser/ui/cocoa/applescript/bookmark_applescript_utils_test.h",
2426 "../browser/ui/cocoa/applescript/bookmark_applescript_utils_test.mm", 2426 "../browser/ui/cocoa/applescript/bookmark_applescript_utils_test.mm",
2427 "../browser/ui/cocoa/applescript/bookmark_folder_applescript_browsertest .mm", 2427 "../browser/ui/cocoa/applescript/bookmark_folder_applescript_browsertest .mm",
2428 "../browser/ui/cocoa/applescript/bookmark_item_applescript_browsertest.m m", 2428 "../browser/ui/cocoa/applescript/bookmark_item_applescript_browsertest.m m",
2429 "../browser/ui/cocoa/applescript/browsercrapplication+applescript_test.m m", 2429 "../browser/ui/cocoa/applescript/browsercrapplication+applescript_test.m m",
2430 "../browser/ui/cocoa/applescript/window_applescript_test.mm", 2430 "../browser/ui/cocoa/applescript/window_applescript_test.mm",
2431 "../browser/ui/cocoa/certificate_viewer_mac_browsertest.mm", 2431 "../browser/ui/cocoa/certificate_viewer_mac_browsertest.mm",
2432 "../browser/ui/cocoa/share_menu_controller_browsertest.mm",
2432 ] 2433 ]
2433 sources -= [ 2434 sources -= [
2434 # TODO(groby): This test depends on hunspell and we cannot run it on 2435 # TODO(groby): This test depends on hunspell and we cannot run it on
2435 # Mac, which does not use hunspell by default. 2436 # Mac, which does not use hunspell by default.
2436 "../browser/spellchecker/spellcheck_service_browsertest.cc", 2437 "../browser/spellchecker/spellcheck_service_browsertest.cc",
2437 2438
2438 # ProcessSingletonMac doesn"t do anything. 2439 # ProcessSingletonMac doesn"t do anything.
2439 "../browser/process_singleton_browsertest.cc", 2440 "../browser/process_singleton_browsertest.cc",
2440 ] 2441 ]
2441 2442
(...skipping 2736 matching lines...) Expand 10 before | Expand all | Expand 10 after
5178 } 5179 }
5179 5180
5180 if (is_win) { 5181 if (is_win) {
5181 loadable_module("conflicts_dll") { 5182 loadable_module("conflicts_dll") {
5182 testonly = true 5183 testonly = true
5183 sources = [ 5184 sources = [
5184 "conflicts/conflicts_dll.cc", 5185 "conflicts/conflicts_dll.cc",
5185 ] 5186 ]
5186 } 5187 }
5187 } 5188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698