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

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

Issue 1413893003: Move v8_use_external_startup_data out of //build/config:feature_flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_v8_module_args
Patch Set: make config be always defined Created 5 years, 2 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 | « content/app/BUILD.gn ('k') | content/public/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 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//content/browser/browser.gni") 8 import("//content/browser/browser.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "//third_party/icu", 129 "//third_party/icu",
130 "//third_party/leveldatabase", 130 "//third_party/leveldatabase",
131 "//third_party/libyuv", 131 "//third_party/libyuv",
132 "//third_party/mojo/src/mojo/public/cpp/bindings", 132 "//third_party/mojo/src/mojo/public/cpp/bindings",
133 "//third_party/mojo/src/mojo/public/js", 133 "//third_party/mojo/src/mojo/public/js",
134 "//ui/events/blink", 134 "//ui/events/blink",
135 "//ui/resources", 135 "//ui/resources",
136 "//ui/surface", 136 "//ui/surface",
137 "//ui/touch_selection", 137 "//ui/touch_selection",
138 ] 138 ]
139
140 configs += [ "//v8:external_startup_data" ]
139 } 141 }
140 142
141 configs += [ 143 configs += [
142 "//content:content_implementation", 144 "//content:content_implementation",
143 "//third_party/WebKit/public:debug_devtools", 145 "//third_party/WebKit/public:debug_devtools",
144 ] 146 ]
145 147
146 if (toolkit_views) { 148 if (toolkit_views) {
147 deps += [ "//ui/events" ] 149 deps += [ "//ui/events" ]
148 } 150 }
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 507
506 if (enable_webvr && is_android) { 508 if (enable_webvr && is_android) {
507 sources += [ 509 sources += [
508 "vr/android/cardboard/cardboard_vr_device.cc", 510 "vr/android/cardboard/cardboard_vr_device.cc",
509 "vr/android/cardboard/cardboard_vr_device.h", 511 "vr/android/cardboard/cardboard_vr_device.h",
510 "vr/android/cardboard/cardboard_vr_device_provider.cc", 512 "vr/android/cardboard/cardboard_vr_device_provider.cc",
511 "vr/android/cardboard/cardboard_vr_device_provider.h", 513 "vr/android/cardboard/cardboard_vr_device_provider.h",
512 ] 514 ]
513 } 515 }
514 } 516 }
OLDNEW
« no previous file with comments | « content/app/BUILD.gn ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698