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

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

Issue 2695563002: Do not build share_service_impl and associated test on Mac/Android. (Closed)
Patch Set: Rebase. Created 3 years, 10 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 | « no previous file | chrome/browser/chrome_content_browser_client.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/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/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1312 "usb/usb_chooser_context_factory.cc", 1312 "usb/usb_chooser_context_factory.cc",
1313 "usb/usb_chooser_context_factory.h", 1313 "usb/usb_chooser_context_factory.h",
1314 "usb/usb_tab_helper.cc", 1314 "usb/usb_tab_helper.cc",
1315 "usb/usb_tab_helper.h", 1315 "usb/usb_tab_helper.h",
1316 "usb/web_usb_histograms.cc", 1316 "usb/web_usb_histograms.cc",
1317 "usb/web_usb_histograms.h", 1317 "usb/web_usb_histograms.h",
1318 "usb/web_usb_permission_provider.cc", 1318 "usb/web_usb_permission_provider.cc",
1319 "usb/web_usb_permission_provider.h", 1319 "usb/web_usb_permission_provider.h",
1320 "web_data_service_factory.cc", 1320 "web_data_service_factory.cc",
1321 "web_data_service_factory.h", 1321 "web_data_service_factory.h",
1322 "webshare/share_service_impl.cc",
1323 "webshare/share_service_impl.h",
1324 "webshare/share_target_pref_helper.cc", 1322 "webshare/share_target_pref_helper.cc",
1325 "webshare/share_target_pref_helper.h", 1323 "webshare/share_target_pref_helper.h",
1326 "win/app_icon.cc", 1324 "win/app_icon.cc",
1327 "win/app_icon.h", 1325 "win/app_icon.h",
1328 "win/browser_util.cc", 1326 "win/browser_util.cc",
1329 "win/browser_util.h", 1327 "win/browser_util.h",
1330 "win/chrome_elf_init.cc", 1328 "win/chrome_elf_init.cc",
1331 "win/chrome_elf_init.h", 1329 "win/chrome_elf_init.h",
1332 "win/chrome_select_file_dialog_factory.cc", 1330 "win/chrome_select_file_dialog_factory.cc",
1333 "win/chrome_select_file_dialog_factory.h", 1331 "win/chrome_select_file_dialog_factory.h",
(...skipping 2269 matching lines...) Expand 10 before | Expand all | Expand 10 after
3603 "payments/payment_request_factory.cc", 3601 "payments/payment_request_factory.cc",
3604 "payments/payment_request_factory.h", 3602 "payments/payment_request_factory.h",
3605 ] 3603 ]
3606 deps += [ "//components/payments:payment_request_impl" ] 3604 deps += [ "//components/payments:payment_request_impl" ]
3607 } 3605 }
3608 3606
3609 if (is_linux || is_win) { 3607 if (is_linux || is_win) {
3610 sources += [ 3608 sources += [
3611 "renderer_context_menu/spelling_options_submenu_observer.cc", 3609 "renderer_context_menu/spelling_options_submenu_observer.cc",
3612 "renderer_context_menu/spelling_options_submenu_observer.h", 3610 "renderer_context_menu/spelling_options_submenu_observer.h",
3611 "webshare/share_service_impl.cc",
3612 "webshare/share_service_impl.h",
3613 ] 3613 ]
3614 } 3614 }
3615 3615
3616 if (is_desktop_linux) { 3616 if (is_desktop_linux) {
3617 # Desktop linux, doesn't count ChromeOS. 3617 # Desktop linux, doesn't count ChromeOS.
3618 sources += [ 3618 sources += [
3619 "first_run/upgrade_util.cc", 3619 "first_run/upgrade_util.cc",
3620 "first_run/upgrade_util_linux.cc", 3620 "first_run/upgrade_util_linux.cc",
3621 "first_run/upgrade_util_linux.h", 3621 "first_run/upgrade_util_linux.h",
3622 "icon_loader_auralinux.cc", 3622 "icon_loader_auralinux.cc",
(...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
4526 "media/pepper_cdm_test_constants.cc", 4526 "media/pepper_cdm_test_constants.cc",
4527 "media/pepper_cdm_test_constants.h", 4527 "media/pepper_cdm_test_constants.h",
4528 ] 4528 ]
4529 } 4529 }
4530 } 4530 }
4531 4531
4532 service_manifest("preferences_manifest") { 4532 service_manifest("preferences_manifest") {
4533 name = "preferences" 4533 name = "preferences"
4534 source = "prefs/preferences_manifest.json" 4534 source = "prefs/preferences_manifest.json"
4535 } 4535 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698