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

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

Issue 541753004: Split web_view_internal_api and move part of it to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 6 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 | « chrome/renderer/resources/renderer_resources.grd ('k') | extensions/browser/DEPS » ('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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 7
8 # GYP version: extensions/extensions.gyp:extensions_browser 8 # GYP version: extensions/extensions.gyp:extensions_browser
9 source_set("browser") { 9 source_set("browser") {
10 sources = [ 10 sources = [
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "api/system_storage/system_storage_api.cc", 199 "api/system_storage/system_storage_api.cc",
200 "api/system_storage/system_storage_api.h", 200 "api/system_storage/system_storage_api.h",
201 "api/test/test_api.cc", 201 "api/test/test_api.cc",
202 "api/test/test_api.h", 202 "api/test/test_api.h",
203 "api/usb/usb_api.cc", 203 "api/usb/usb_api.cc",
204 "api/usb/usb_api.h", 204 "api/usb/usb_api.h",
205 "api/usb/usb_device_resource.cc", 205 "api/usb/usb_device_resource.cc",
206 "api/usb/usb_device_resource.h", 206 "api/usb/usb_device_resource.h",
207 "api/usb_private/usb_private_api.cc", 207 "api/usb_private/usb_private_api.cc",
208 "api/usb_private/usb_private_api.h", 208 "api/usb_private/usb_private_api.h",
209 "api/web_view/web_view_internal_api.cc",
210 "api/web_view/web_view_internal_api.h",
209 "api_activity_monitor.h", 211 "api_activity_monitor.h",
210 "app_sorting.h", 212 "app_sorting.h",
211 "app_window/app_delegate.h", 213 "app_window/app_delegate.h",
212 "app_window/app_web_contents_helper.cc", 214 "app_window/app_web_contents_helper.cc",
213 "app_window/app_web_contents_helper.h", 215 "app_window/app_web_contents_helper.h",
214 "app_window/app_window.cc", 216 "app_window/app_window.cc",
215 "app_window/app_window.h", 217 "app_window/app_window.h",
216 "app_window/app_window_contents.cc", 218 "app_window/app_window_contents.cc",
217 "app_window/app_window_contents.h", 219 "app_window/app_window_contents.h",
218 "app_window/app_window_geometry_cache.cc", 220 "app_window/app_window_geometry_cache.cc",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "guest_view/guest_view.h", 330 "guest_view/guest_view.h",
329 "guest_view/mime_handler_view/mime_handler_view_constants.cc", 331 "guest_view/mime_handler_view/mime_handler_view_constants.cc",
330 "guest_view/mime_handler_view/mime_handler_view_constants.h", 332 "guest_view/mime_handler_view/mime_handler_view_constants.h",
331 "guest_view/mime_handler_view/mime_handler_view_guest.h", 333 "guest_view/mime_handler_view/mime_handler_view_guest.h",
332 "guest_view/mime_handler_view/mime_handler_view_guest.cc", 334 "guest_view/mime_handler_view/mime_handler_view_guest.cc",
333 "guest_view/mime_handler_view/mime_handler_view_guest_delegate.h", 335 "guest_view/mime_handler_view/mime_handler_view_guest_delegate.h",
334 "guest_view/web_view/javascript_dialog_helper.cc", 336 "guest_view/web_view/javascript_dialog_helper.cc",
335 "guest_view/web_view/javascript_dialog_helper.h", 337 "guest_view/web_view/javascript_dialog_helper.h",
336 "guest_view/web_view/web_view_constants.cc", 338 "guest_view/web_view/web_view_constants.cc",
337 "guest_view/web_view/web_view_constants.h", 339 "guest_view/web_view/web_view_constants.h",
340 "guest_view/web_view/web_view_find_helper.cc",
341 "guest_view/web_view/web_view_find_helper.h",
338 "guest_view/web_view/web_view_guest.cc", 342 "guest_view/web_view/web_view_guest.cc",
339 "guest_view/web_view/web_view_guest.h", 343 "guest_view/web_view/web_view_guest.h",
340 "guest_view/web_view/web_view_guest_delegate.cc", 344 "guest_view/web_view/web_view_guest_delegate.cc",
341 "guest_view/web_view/web_view_guest_delegate.h", 345 "guest_view/web_view/web_view_guest_delegate.h",
342 "guest_view/web_view/web_view_permission_types.h", 346 "guest_view/web_view/web_view_permission_types.h",
343 "guest_view/web_view/web_view_permission_helper.cc", 347 "guest_view/web_view/web_view_permission_helper.cc",
344 "guest_view/web_view/web_view_permission_helper.h", 348 "guest_view/web_view/web_view_permission_helper.h",
345 "guest_view/web_view/web_view_permission_helper_delegate.cc", 349 "guest_view/web_view/web_view_permission_helper_delegate.cc",
346 "guest_view/web_view/web_view_permission_helper_delegate.h", 350 "guest_view/web_view/web_view_permission_helper_delegate.h",
347 "guest_view/web_view/web_view_renderer_state.cc", 351 "guest_view/web_view/web_view_renderer_state.cc",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 ] 431 ]
428 } 432 }
429 } 433 }
430 434
431 if (is_win) { 435 if (is_win) {
432 cflags = [ 436 cflags = [
433 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 437 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
434 ] 438 ]
435 } 439 }
436 } 440 }
OLDNEW
« no previous file with comments | « chrome/renderer/resources/renderer_resources.grd ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698