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

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

Issue 2408803002: Make it possible to launch chrome --mash with ozone_platform={wayland|x11}, chromeos=0 (Closed)
Patch Set: reverted changes in base/ime/ Created 4 years, 2 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/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 3460 matching lines...) Expand 10 before | Expand all | Expand 10 after
3471 "renderer_context_menu/spelling_options_submenu_observer.h", 3471 "renderer_context_menu/spelling_options_submenu_observer.h",
3472 ] 3472 ]
3473 } 3473 }
3474 3474
3475 if (is_desktop_linux) { 3475 if (is_desktop_linux) {
3476 # Desktop linux, doesn't count ChromeOS. 3476 # Desktop linux, doesn't count ChromeOS.
3477 sources += [ 3477 sources += [
3478 "first_run/upgrade_util.cc", 3478 "first_run/upgrade_util.cc",
3479 "first_run/upgrade_util_linux.cc", 3479 "first_run/upgrade_util_linux.cc",
3480 "first_run/upgrade_util_linux.h", 3480 "first_run/upgrade_util_linux.h",
3481 "fullscreen_aurax11.cc",
3482 "icon_loader_auralinux.cc", 3481 "icon_loader_auralinux.cc",
3483 "media/webrtc/window_icon_util_x11.cc",
3484 "password_manager/native_backend_kwallet_x.cc",
3485 "password_manager/native_backend_kwallet_x.h",
3486 "platform_util_linux.cc", 3482 "platform_util_linux.cc",
3487 "shell_integration_linux.cc", 3483 "shell_integration_linux.cc",
3488 "shell_integration_linux.h", 3484 "shell_integration_linux.h",
3489 "speech/tts_linux.cc", 3485 "speech/tts_linux.cc",
3490 "themes/theme_service_aurax11.cc", 3486 "themes/theme_service_aurax11.cc",
3491 "themes/theme_service_aurax11.h", 3487 "themes/theme_service_aurax11.h",
3492 "web_applications/web_app_linux.cc", 3488 "web_applications/web_app_linux.cc",
3493 ] 3489 ]
3494 if (!use_ozone) { 3490 if (!use_ozone) {
3495 sources += [ 3491 sources += [
3492 "fullscreen_aurax11.cc",
3493 "media/webrtc/window_icon_util_x11.cc",
3494 "password_manager/native_backend_kwallet_x.cc",
3495 "password_manager/native_backend_kwallet_x.h",
3496 "password_manager/native_backend_libsecret.cc", 3496 "password_manager/native_backend_libsecret.cc",
3497 "password_manager/native_backend_libsecret.h", 3497 "password_manager/native_backend_libsecret.h",
3498 ] 3498 ]
3499 defines += [ "USE_LIBSECRET" ] 3499 defines += [ "USE_LIBSECRET" ]
3500 deps += [ "//third_party/libsecret" ] 3500 deps += [ "//third_party/libsecret" ]
3501 } else {
3502 sources += [
3503 "fullscreen_ozone.cc",
3504 "media/webrtc/window_icon_util_ozone.cc",
3505 ]
3501 } 3506 }
3502 } 3507 }
3503 3508
3504 if (android_java_ui) { 3509 if (android_java_ui) {
3505 deps += [ "//third_party/WebKit/public:android_mojo_bindings" ] 3510 deps += [ "//third_party/WebKit/public:android_mojo_bindings" ]
3506 } 3511 }
3507 3512
3508 if (enable_plugin_installation) { 3513 if (enable_plugin_installation) {
3509 sources += [ 3514 sources += [
3510 "plugins/plugin_installer.cc", 3515 "plugins/plugin_installer.cc",
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
4321 # linking all of the test support. 4326 # linking all of the test support.
4322 static_library("pepper_cdm_test_constants") { 4327 static_library("pepper_cdm_test_constants") {
4323 testonly = true 4328 testonly = true
4324 visibility = [ "//chrome/*" ] 4329 visibility = [ "//chrome/*" ]
4325 sources = [ 4330 sources = [
4326 "media/pepper_cdm_test_constants.cc", 4331 "media/pepper_cdm_test_constants.cc",
4327 "media/pepper_cdm_test_constants.h", 4332 "media/pepper_cdm_test_constants.h",
4328 ] 4333 ]
4329 } 4334 }
4330 } 4335 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698