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

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

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try 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 | « components/web_modal/BUILD.gn ('k') | extensions/common/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/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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "api/storage/value_store_cache.cc", 118 "api/storage/value_store_cache.cc",
119 "api/storage/value_store_cache.h", 119 "api/storage/value_store_cache.h",
120 "api/storage/weak_unlimited_settings_storage.cc", 120 "api/storage/weak_unlimited_settings_storage.cc",
121 "api/storage/weak_unlimited_settings_storage.h", 121 "api/storage/weak_unlimited_settings_storage.h",
122 "api/test/test_api.cc", 122 "api/test/test_api.cc",
123 "api/test/test_api.h", 123 "api/test/test_api.h",
124 "api/usb/usb_api.cc", 124 "api/usb/usb_api.cc",
125 "api/usb/usb_api.h", 125 "api/usb/usb_api.h",
126 "api/usb/usb_device_resource.cc", 126 "api/usb/usb_device_resource.cc",
127 "api/usb/usb_device_resource.h", 127 "api/usb/usb_device_resource.h",
128 "api/usb_private/usb_private_api.cc",
129 "api/usb_private/usb_private_api.h",
128 "api_activity_monitor.h", 130 "api_activity_monitor.h",
129 "app_sorting.h", 131 "app_sorting.h",
130 "app_window/app_delegate.h", 132 "app_window/app_delegate.h",
131 "app_window/app_web_contents_helper.cc", 133 "app_window/app_web_contents_helper.cc",
132 "app_window/app_web_contents_helper.h", 134 "app_window/app_web_contents_helper.h",
133 "app_window/app_window_geometry_cache.cc", 135 "app_window/app_window_geometry_cache.cc",
134 "app_window/app_window_geometry_cache.h", 136 "app_window/app_window_geometry_cache.h",
135 "app_window/native_app_window.h", 137 "app_window/native_app_window.h",
136 "app_window/size_constraints.cc", 138 "app_window/size_constraints.cc",
137 "app_window/size_constraints.h", 139 "app_window/size_constraints.h",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "extension_web_contents_observer.h", 212 "extension_web_contents_observer.h",
211 "extensions_browser_client.cc", 213 "extensions_browser_client.cc",
212 "extensions_browser_client.h", 214 "extensions_browser_client.h",
213 "external_provider_interface.h", 215 "external_provider_interface.h",
214 "file_highlighter.cc", 216 "file_highlighter.cc",
215 "file_highlighter.h", 217 "file_highlighter.h",
216 "file_reader.cc", 218 "file_reader.cc",
217 "file_reader.h", 219 "file_reader.h",
218 "granted_file_entry.cc", 220 "granted_file_entry.cc",
219 "granted_file_entry.h", 221 "granted_file_entry.h",
222 "guest_view/app_view/app_view_constants.cc",
223 "guest_view/app_view/app_view_constants.h",
224 "guest_view/app_view/app_view_guest.cc",
225 "guest_view/app_view/app_view_guest.h",
226 "guest_view/app_view/app_view_guest_delegate.cc",
227 "guest_view/app_view/app_view_guest_delegate.h",
220 "guest_view/guest_view_base.cc", 228 "guest_view/guest_view_base.cc",
221 "guest_view/guest_view_base.h", 229 "guest_view/guest_view_base.h",
222 "guest_view/guest_view_constants.cc", 230 "guest_view/guest_view_constants.cc",
223 "guest_view/guest_view_constants.h", 231 "guest_view/guest_view_constants.h",
224 "guest_view/guest_view_manager_factory.h", 232 "guest_view/guest_view_manager_factory.h",
225 "guest_view/guest_view_manager.cc", 233 "guest_view/guest_view_manager.cc",
226 "guest_view/guest_view_manager.h", 234 "guest_view/guest_view_manager.h",
227 "guest_view/guest_view.h", 235 "guest_view/guest_view.h",
228 "guest_view/app_view/app_view_constants.cc", 236 "guest_view/web_view/web_view_guest_delegate.cc",
229 "guest_view/app_view/app_view_constants.h", 237 "guest_view/web_view/web_view_guest_delegate.h",
230 "guest_view/app_view/app_view_guest.cc",
231 "guest_view/app_view/app_view_guest.h",
232 "guest_view/app_view/app_view_guest_delegate.cc",
233 "guest_view/app_view/app_view_guest_delegate.h",
234 "guest_view/web_view/web_view_permission_helper_delegate.cc", 238 "guest_view/web_view/web_view_permission_helper_delegate.cc",
235 "guest_view/web_view/web_view_permission_helper_delegate.h", 239 "guest_view/web_view/web_view_permission_helper_delegate.h",
236 "guest_view/web_view/web_view_guest_delegate.cc",
237 "guest_view/web_view/web_view_guest_delegate.h",
238 "image_loader.cc", 240 "image_loader.cc",
239 "image_loader.h", 241 "image_loader.h",
240 "image_loader_factory.cc", 242 "image_loader_factory.cc",
241 "image_loader_factory.h", 243 "image_loader_factory.h",
242 "image_util.cc", 244 "image_util.cc",
243 "image_util.h", 245 "image_util.h",
244 "info_map.cc", 246 "info_map.cc",
245 "info_map.h", 247 "info_map.h",
246 "install_flag.h", 248 "install_flag.h",
247 "lazy_background_task_queue.cc", 249 "lazy_background_task_queue.cc",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 ] 311 ]
310 } 312 }
311 } 313 }
312 314
313 if (is_win) { 315 if (is_win) {
314 cflags = [ 316 cflags = [
315 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 317 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
316 ] 318 ]
317 } 319 }
318 } 320 }
OLDNEW
« no previous file with comments | « components/web_modal/BUILD.gn ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698