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

Side by Side Diff: samples/samples.gyp

Issue 2395553002: Reland "Turn libbase into a component" (Closed)
Patch Set: Created 4 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 | « BUILD.gn ('k') | src/base/atomicops_internals_x86_gcc.h » ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 18 matching lines...) Expand all
29 'variables': { 29 'variables': {
30 'v8_code': 1, 30 'v8_code': 1,
31 'v8_enable_i18n_support%': 1, 31 'v8_enable_i18n_support%': 1,
32 'v8_toolset_for_shell%': 'target', 32 'v8_toolset_for_shell%': 'target',
33 }, 33 },
34 'includes': ['../gypfiles/toolchain.gypi', '../gypfiles/features.gypi'], 34 'includes': ['../gypfiles/toolchain.gypi', '../gypfiles/features.gypi'],
35 'target_defaults': { 35 'target_defaults': {
36 'type': 'executable', 36 'type': 'executable',
37 'dependencies': [ 37 'dependencies': [
38 '../src/v8.gyp:v8', 38 '../src/v8.gyp:v8',
39 '../src/v8.gyp:v8_libbase',
39 '../src/v8.gyp:v8_libplatform', 40 '../src/v8.gyp:v8_libplatform',
40 ], 41 ],
41 'include_dirs': [ 42 'include_dirs': [
42 '..', 43 '..',
43 ], 44 ],
44 'conditions': [ 45 'conditions': [
45 ['v8_enable_i18n_support==1', { 46 ['v8_enable_i18n_support==1', {
46 'dependencies': [ 47 'dependencies': [
47 '<(icu_gyp_path):icui18n', 48 '<(icu_gyp_path):icui18n',
48 '<(icu_gyp_path):icuuc', 49 '<(icu_gyp_path):icuuc',
(...skipping 25 matching lines...) Expand all
74 ], 75 ],
75 }, 76 },
76 { 77 {
77 'target_name': 'process', 78 'target_name': 'process',
78 'sources': [ 79 'sources': [
79 'process.cc', 80 'process.cc',
80 ], 81 ],
81 }, 82 },
82 ], 83 ],
83 } 84 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | src/base/atomicops_internals_x86_gcc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698