| OLD | NEW |
| 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 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1314 "usb/usb_chooser_context_factory.cc", | 1314 "usb/usb_chooser_context_factory.cc", |
| 1315 "usb/usb_chooser_context_factory.h", | 1315 "usb/usb_chooser_context_factory.h", |
| 1316 "usb/usb_tab_helper.cc", | 1316 "usb/usb_tab_helper.cc", |
| 1317 "usb/usb_tab_helper.h", | 1317 "usb/usb_tab_helper.h", |
| 1318 "usb/web_usb_histograms.cc", | 1318 "usb/web_usb_histograms.cc", |
| 1319 "usb/web_usb_histograms.h", | 1319 "usb/web_usb_histograms.h", |
| 1320 "usb/web_usb_permission_provider.cc", | 1320 "usb/web_usb_permission_provider.cc", |
| 1321 "usb/web_usb_permission_provider.h", | 1321 "usb/web_usb_permission_provider.h", |
| 1322 "web_data_service_factory.cc", | 1322 "web_data_service_factory.cc", |
| 1323 "web_data_service_factory.h", | 1323 "web_data_service_factory.h", |
| 1324 "webshare/share_service_impl.cc", | |
| 1325 "webshare/share_service_impl.h", | |
| 1326 "webshare/share_target_pref_helper.cc", | 1324 "webshare/share_target_pref_helper.cc", |
| 1327 "webshare/share_target_pref_helper.h", | 1325 "webshare/share_target_pref_helper.h", |
| 1328 "win/app_icon.cc", | 1326 "win/app_icon.cc", |
| 1329 "win/app_icon.h", | 1327 "win/app_icon.h", |
| 1330 "win/browser_util.cc", | 1328 "win/browser_util.cc", |
| 1331 "win/browser_util.h", | 1329 "win/browser_util.h", |
| 1332 "win/chrome_elf_init.cc", | 1330 "win/chrome_elf_init.cc", |
| 1333 "win/chrome_elf_init.h", | 1331 "win/chrome_elf_init.h", |
| 1334 "win/chrome_select_file_dialog_factory.cc", | 1332 "win/chrome_select_file_dialog_factory.cc", |
| 1335 "win/chrome_select_file_dialog_factory.h", | 1333 "win/chrome_select_file_dialog_factory.h", |
| (...skipping 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3597 } | 3595 } |
| 3598 | 3596 |
| 3599 if (is_linux || is_win) { | 3597 if (is_linux || is_win) { |
| 3600 sources += [ | 3598 sources += [ |
| 3601 "payments/chrome_payment_request_delegate.cc", | 3599 "payments/chrome_payment_request_delegate.cc", |
| 3602 "payments/chrome_payment_request_delegate.h", | 3600 "payments/chrome_payment_request_delegate.h", |
| 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 "renderer_context_menu/spelling_options_submenu_observer.cc", | 3603 "renderer_context_menu/spelling_options_submenu_observer.cc", |
| 3606 "renderer_context_menu/spelling_options_submenu_observer.h", | 3604 "renderer_context_menu/spelling_options_submenu_observer.h", |
| 3605 "webshare/share_service_impl.cc", |
| 3606 "webshare/share_service_impl.h", |
| 3607 ] | 3607 ] |
| 3608 deps += [ "//components/payments:payment_request_impl" ] | 3608 deps += [ "//components/payments:payment_request_impl" ] |
| 3609 } | 3609 } |
| 3610 | 3610 |
| 3611 if (is_desktop_linux) { | 3611 if (is_desktop_linux) { |
| 3612 # Desktop linux, doesn't count ChromeOS. | 3612 # Desktop linux, doesn't count ChromeOS. |
| 3613 sources += [ | 3613 sources += [ |
| 3614 "first_run/upgrade_util.cc", | 3614 "first_run/upgrade_util.cc", |
| 3615 "first_run/upgrade_util_linux.cc", | 3615 "first_run/upgrade_util_linux.cc", |
| 3616 "first_run/upgrade_util_linux.h", | 3616 "first_run/upgrade_util_linux.h", |
| (...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4517 "media/pepper_cdm_test_constants.cc", | 4517 "media/pepper_cdm_test_constants.cc", |
| 4518 "media/pepper_cdm_test_constants.h", | 4518 "media/pepper_cdm_test_constants.h", |
| 4519 ] | 4519 ] |
| 4520 } | 4520 } |
| 4521 } | 4521 } |
| 4522 | 4522 |
| 4523 service_manifest("preferences_manifest") { | 4523 service_manifest("preferences_manifest") { |
| 4524 name = "preferences" | 4524 name = "preferences" |
| 4525 source = "prefs/preferences_manifest.json" | 4525 source = "prefs/preferences_manifest.json" |
| 4526 } | 4526 } |
| OLD | NEW |