| 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 3618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3629 } | 3629 } |
| 3630 | 3630 |
| 3631 if (use_ozone) { | 3631 if (use_ozone) { |
| 3632 sources += [ | 3632 sources += [ |
| 3633 "fullscreen_ozone.cc", | 3633 "fullscreen_ozone.cc", |
| 3634 "media/webrtc/window_icon_util_ozone.cc", | 3634 "media/webrtc/window_icon_util_ozone.cc", |
| 3635 ] | 3635 ] |
| 3636 } | 3636 } |
| 3637 } | 3637 } |
| 3638 | 3638 |
| 3639 if (android_java_ui) { | |
| 3640 deps += [ "//third_party/WebKit/public:android_mojo_bindings" ] | |
| 3641 } | |
| 3642 | |
| 3643 if (enable_plugin_installation) { | 3639 if (enable_plugin_installation) { |
| 3644 sources += [ | 3640 sources += [ |
| 3645 "plugins/plugin_installer.cc", | 3641 "plugins/plugin_installer.cc", |
| 3646 "plugins/plugin_installer.h", | 3642 "plugins/plugin_installer.h", |
| 3647 "plugins/plugin_installer_observer.cc", | 3643 "plugins/plugin_installer_observer.cc", |
| 3648 "plugins/plugin_installer_observer.h", | 3644 "plugins/plugin_installer_observer.h", |
| 3649 "plugins/plugins_resource_service.cc", | 3645 "plugins/plugins_resource_service.cc", |
| 3650 "plugins/plugins_resource_service.h", | 3646 "plugins/plugins_resource_service.h", |
| 3651 ] | 3647 ] |
| 3652 } | 3648 } |
| (...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4490 "media/pepper_cdm_test_constants.cc", | 4486 "media/pepper_cdm_test_constants.cc", |
| 4491 "media/pepper_cdm_test_constants.h", | 4487 "media/pepper_cdm_test_constants.h", |
| 4492 ] | 4488 ] |
| 4493 } | 4489 } |
| 4494 } | 4490 } |
| 4495 | 4491 |
| 4496 service_manifest("preferences_manifest") { | 4492 service_manifest("preferences_manifest") { |
| 4497 name = "preferences" | 4493 name = "preferences" |
| 4498 source = "prefs/preferences_manifest.json" | 4494 source = "prefs/preferences_manifest.json" |
| 4499 } | 4495 } |
| OLD | NEW |