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

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

Issue 2612253003: Add visibility restrictions to all mojoms that export symbols. (Closed)
Patch Set: Created 3 years, 11 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 | device/generic_sensor/public/interfaces/BUILD.gn » ('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 3618 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | device/generic_sensor/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698