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

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

Issue 2300453002: [Extensions] Begin making Extension port initialization asynchronous (Closed)
Patch Set: lazyboys 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 # GYP version: chrome/chrome_resources.gyp:chrome_resources 8 # GYP version: chrome/chrome_resources.gyp:chrome_resources
9 # (generate_renderer_resources action) 9 # (generate_renderer_resources action)
10 grit("resources") { 10 grit("resources") {
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "extensions/page_capture_custom_bindings.cc", 236 "extensions/page_capture_custom_bindings.cc",
237 "extensions/page_capture_custom_bindings.h", 237 "extensions/page_capture_custom_bindings.h",
238 "extensions/platform_keys_natives.cc", 238 "extensions/platform_keys_natives.cc",
239 "extensions/platform_keys_natives.h", 239 "extensions/platform_keys_natives.h",
240 "extensions/renderer_permissions_policy_delegate.cc", 240 "extensions/renderer_permissions_policy_delegate.cc",
241 "extensions/renderer_permissions_policy_delegate.h", 241 "extensions/renderer_permissions_policy_delegate.h",
242 "extensions/resource_request_policy.cc", 242 "extensions/resource_request_policy.cc",
243 "extensions/resource_request_policy.h", 243 "extensions/resource_request_policy.h",
244 "extensions/sync_file_system_custom_bindings.cc", 244 "extensions/sync_file_system_custom_bindings.cc",
245 "extensions/sync_file_system_custom_bindings.h", 245 "extensions/sync_file_system_custom_bindings.h",
246 "extensions/tabs_custom_bindings.cc",
247 "extensions/tabs_custom_bindings.h",
248 "extensions/webstore_bindings.cc", 246 "extensions/webstore_bindings.cc",
249 "extensions/webstore_bindings.h", 247 "extensions/webstore_bindings.h",
250 "media/cast_ipc_dispatcher.cc", 248 "media/cast_ipc_dispatcher.cc",
251 "media/cast_ipc_dispatcher.h", 249 "media/cast_ipc_dispatcher.h",
252 "media/cast_receiver_audio_valve.cc", 250 "media/cast_receiver_audio_valve.cc",
253 "media/cast_receiver_audio_valve.h", 251 "media/cast_receiver_audio_valve.h",
254 "media/cast_receiver_session.cc", 252 "media/cast_receiver_session.cc",
255 "media/cast_receiver_session.h", 253 "media/cast_receiver_session.h",
256 "media/cast_receiver_session_delegate.cc", 254 "media/cast_receiver_session_delegate.cc",
257 "media/cast_receiver_session_delegate.h", 255 "media/cast_receiver_session_delegate.h",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 ] 384 ]
387 } 385 }
388 386
389 if (is_android) { 387 if (is_android) {
390 sources -= [ 388 sources -= [
391 "safe_browsing/mock_feature_extractor_clock.cc", 389 "safe_browsing/mock_feature_extractor_clock.cc",
392 "safe_browsing/mock_feature_extractor_clock.h", 390 "safe_browsing/mock_feature_extractor_clock.h",
393 ] 391 ]
394 } 392 }
395 } 393 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698