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

Side by Side Diff: chrome/common/extensions/api/BUILD.gn

Issue 2367653002: Exclude rest of chromeos-only API related from compiling in non-chromeos. (Closed)
Patch Set: sync Created 4 years, 3 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/renderer/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/json_schema_api.gni") 7 import("//build/json_schema_api.gni")
8 import("//tools/json_schema_compiler/json_features.gni") 8 import("//tools/json_schema_compiler/json_features.gni")
9 9
10 assert(enable_extensions) 10 assert(enable_extensions)
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "manifest_types.json", 56 "manifest_types.json",
57 "media_galleries.idl", 57 "media_galleries.idl",
58 "metrics_private.json", 58 "metrics_private.json",
59 "notification_provider.idl", 59 "notification_provider.idl",
60 "notifications.idl", 60 "notifications.idl",
61 "omnibox.json", 61 "omnibox.json",
62 "page_capture.json", 62 "page_capture.json",
63 "passwords_private.idl", 63 "passwords_private.idl",
64 "permissions.json", 64 "permissions.json",
65 "preferences_private.json", 65 "preferences_private.json",
66 "quick_unlock_private.idl",
67 "resources_private.idl", 66 "resources_private.idl",
68 "screenlock_private.idl", 67 "screenlock_private.idl",
69 "sessions.json", 68 "sessions.json",
70 "settings_private.idl", 69 "settings_private.idl",
71 "signed_in_devices.idl", 70 "signed_in_devices.idl",
72 "streams_private.idl", 71 "streams_private.idl",
73 "sync_file_system.idl", 72 "sync_file_system.idl",
74 "system_indicator.idl", 73 "system_indicator.idl",
75 "system_private.json", 74 "system_private.json",
76 "tab_capture.idl", 75 "tab_capture.idl",
(...skipping 29 matching lines...) Expand all
106 "file_manager_private_internal.idl", 105 "file_manager_private_internal.idl",
107 "file_system_provider.idl", 106 "file_system_provider.idl",
108 "file_system_provider_internal.idl", 107 "file_system_provider_internal.idl",
109 "first_run_private.json", 108 "first_run_private.json",
110 "input_ime.json", 109 "input_ime.json",
111 "input_method_private.json", 110 "input_method_private.json",
112 "launcher_search_provider.idl", 111 "launcher_search_provider.idl",
113 "log_private.idl", 112 "log_private.idl",
114 "platform_keys.idl", 113 "platform_keys.idl",
115 "platform_keys_internal.idl", 114 "platform_keys_internal.idl",
115 "quick_unlock_private.idl",
116 "terminal_private.json", 116 "terminal_private.json",
117 "users_private.idl", 117 "users_private.idl",
118 "wallpaper.json", 118 "wallpaper.json",
119 "wallpaper_private.json", 119 "wallpaper_private.json",
120 ] 120 ]
121 } else if (is_linux || is_win) { 121 } else if (is_linux || is_win) {
122 schema_sources += [ "input_ime.json" ] 122 schema_sources += [ "input_ime.json" ]
123 } 123 }
124 if (enable_service_discovery) { 124 if (enable_service_discovery) {
125 schema_sources += [ 125 schema_sources += [
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 } 268 }
269 269
270 group("extensions_features") { 270 group("extensions_features") {
271 public_deps = [ 271 public_deps = [
272 ":api_features", 272 ":api_features",
273 ":behavior_features", 273 ":behavior_features",
274 ":manifest_features", 274 ":manifest_features",
275 ":permission_features", 275 ":permission_features",
276 ] 276 ]
277 } 277 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698