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

Side by Side Diff: BUILD.gn

Issue 1721453002: Remove Reflect.enumerate (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: private symbols passes Created 4 years, 10 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 | « no previous file | src/bootstrapper.cc » ('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/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/mips.gni") 7 import("//build/config/mips.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 # changes. 293 # changes.
294 inputs = [ "tools/jsmin.py" ] 294 inputs = [ "tools/jsmin.py" ]
295 295
296 sources = [ 296 sources = [
297 "src/js/macros.py", 297 "src/js/macros.py",
298 "src/messages.h", 298 "src/messages.h",
299 "src/js/proxy.js", 299 "src/js/proxy.js",
300 "src/js/generator.js", 300 "src/js/generator.js",
301 "src/js/harmony-atomics.js", 301 "src/js/harmony-atomics.js",
302 "src/js/harmony-regexp.js", 302 "src/js/harmony-regexp.js",
303 "src/js/harmony-reflect.js",
304 "src/js/harmony-object-observe.js", 303 "src/js/harmony-object-observe.js",
305 "src/js/harmony-sharedarraybuffer.js", 304 "src/js/harmony-sharedarraybuffer.js",
306 "src/js/harmony-simd.js", 305 "src/js/harmony-simd.js",
307 "src/js/harmony-species.js", 306 "src/js/harmony-species.js",
308 "src/js/harmony-unicode-regexps.js", 307 "src/js/harmony-unicode-regexps.js",
309 "src/js/promise-extra.js" 308 "src/js/promise-extra.js"
310 ] 309 ]
311 310
312 outputs = [ 311 outputs = [
313 "$target_gen_dir/experimental-libraries.cc", 312 "$target_gen_dir/experimental-libraries.cc",
(...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1990 ] 1989 ]
1991 1990
1992 configs -= [ "//build/config/compiler:chromium_code" ] 1991 configs -= [ "//build/config/compiler:chromium_code" ]
1993 configs += [ "//build/config/compiler:no_chromium_code" ] 1992 configs += [ "//build/config/compiler:no_chromium_code" ]
1994 configs += [ 1993 configs += [
1995 ":internal_config", 1994 ":internal_config",
1996 ":features", 1995 ":features",
1997 ":toolchain", 1996 ":toolchain",
1998 ] 1997 ]
1999 } 1998 }
OLDNEW
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698