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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7864014: Remove CHROME_V8 #define and related javascript_engine gyp variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 3819 matching lines...) Expand 10 before | Expand all | Expand 10 after
3830 # These files are generated by GRIT. 3830 # These files are generated by GRIT.
3831 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3831 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3832 '<(grit_out_dir)/grit/devtools_frontend_resources_map.cc', 3832 '<(grit_out_dir)/grit/devtools_frontend_resources_map.cc',
3833 '<(grit_out_dir)/grit/devtools_resources_map.cc', 3833 '<(grit_out_dir)/grit/devtools_resources_map.cc',
3834 '<(grit_out_dir)/grit/shared_resources_map.cc', 3834 '<(grit_out_dir)/grit/shared_resources_map.cc',
3835 '<(grit_out_dir)/grit/theme_resources_map.cc', 3835 '<(grit_out_dir)/grit/theme_resources_map.cc',
3836 '<(grit_out_dir)/grit/theme_resources_large_map.cc', 3836 '<(grit_out_dir)/grit/theme_resources_large_map.cc',
3837 '<(grit_out_dir)/grit/theme_resources_standard_map.cc', 3837 '<(grit_out_dir)/grit/theme_resources_standard_map.cc',
3838 ], 3838 ],
3839 'conditions': [ 3839 'conditions': [
3840 ['javascript_engine=="v8"', {
3841 'defines': [
3842 'CHROME_V8',
3843 ],
3844 }],
3845 ['debug_devtools==1', { 3840 ['debug_devtools==1', {
3846 'defines': [ 3841 'defines': [
3847 'DEBUG_DEVTOOLS=1', 3842 'DEBUG_DEVTOOLS=1',
3848 ], 3843 ],
3849 }], 3844 }],
3850 ['configuration_policy==0', { 3845 ['configuration_policy==0', {
3851 'sources!': [ 3846 'sources!': [
3852 'browser/ui/webui/options/options_managed_banner_handler.cc', 3847 'browser/ui/webui/options/options_managed_banner_handler.cc',
3853 ], 3848 ],
3854 'sources/': [ 3849 'sources/': [
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
5044 # weak imports in dependents, who still must #include 5039 # weak imports in dependents, who still must #include
5045 # closure_blocks_leopard_compat.h to get weak imports. 5040 # closure_blocks_leopard_compat.h to get weak imports.
5046 'type': 'none', 5041 'type': 'none',
5047 }], 5042 }],
5048 ], 5043 ],
5049 }, 5044 },
5050 ], 5045 ],
5051 }], 5046 }],
5052 ], 5047 ],
5053 } 5048 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698