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

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

Issue 538063003: Move execute_code_function to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn build 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
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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "api/cast_channel/cast_socket.cc", 82 "api/cast_channel/cast_socket.cc",
83 "api/cast_channel/cast_socket.h", 83 "api/cast_channel/cast_socket.h",
84 "api/cast_channel/logger.cc", 84 "api/cast_channel/logger.cc",
85 "api/cast_channel/logger.h", 85 "api/cast_channel/logger.h",
86 "api/cast_channel/logger_util.cc", 86 "api/cast_channel/logger_util.cc",
87 "api/cast_channel/logger_util.h", 87 "api/cast_channel/logger_util.h",
88 "api/dns/dns_api.cc", 88 "api/dns/dns_api.cc",
89 "api/dns/dns_api.h", 89 "api/dns/dns_api.h",
90 "api/dns/host_resolver_wrapper.cc", 90 "api/dns/host_resolver_wrapper.cc",
91 "api/dns/host_resolver_wrapper.h", 91 "api/dns/host_resolver_wrapper.h",
92 "api/execute_code_function.cc",
93 "api/execute_code_function.h",
92 "api/extensions_api_client.cc", 94 "api/extensions_api_client.cc",
93 "api/extensions_api_client.h", 95 "api/extensions_api_client.h",
94 "api/hid/hid_api.cc", 96 "api/hid/hid_api.cc",
95 "api/hid/hid_api.h", 97 "api/hid/hid_api.h",
96 "api/hid/hid_connection_resource.cc", 98 "api/hid/hid_connection_resource.cc",
97 "api/hid/hid_connection_resource.h", 99 "api/hid/hid_connection_resource.h",
98 "api/hid/hid_device_manager.cc", 100 "api/hid/hid_device_manager.cc",
99 "api/hid/hid_device_manager.h", 101 "api/hid/hid_device_manager.h",
100 "api/power/power_api.cc", 102 "api/power/power_api.cc",
101 "api/power/power_api.h", 103 "api/power/power_api.h",
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 ] 400 ]
399 } 401 }
400 } 402 }
401 403
402 if (is_win) { 404 if (is_win) {
403 cflags = [ 405 cflags = [
404 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 406 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
405 ] 407 ]
406 } 408 }
407 } 409 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/web_view_internal.json ('k') | extensions/browser/api/capture_web_contents_function.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698