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

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: Rebase 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
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/about_page_handler.cc ('k') | net/net.gyp » ('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 (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 3828 matching lines...) Expand 10 before | Expand all | Expand 10 after
3839 # These files are generated by GRIT. 3839 # These files are generated by GRIT.
3840 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3840 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3841 '<(grit_out_dir)/grit/devtools_frontend_resources_map.cc', 3841 '<(grit_out_dir)/grit/devtools_frontend_resources_map.cc',
3842 '<(grit_out_dir)/grit/devtools_resources_map.cc', 3842 '<(grit_out_dir)/grit/devtools_resources_map.cc',
3843 '<(grit_out_dir)/grit/shared_resources_map.cc', 3843 '<(grit_out_dir)/grit/shared_resources_map.cc',
3844 '<(grit_out_dir)/grit/theme_resources_map.cc', 3844 '<(grit_out_dir)/grit/theme_resources_map.cc',
3845 '<(grit_out_dir)/grit/theme_resources_large_map.cc', 3845 '<(grit_out_dir)/grit/theme_resources_large_map.cc',
3846 '<(grit_out_dir)/grit/theme_resources_standard_map.cc', 3846 '<(grit_out_dir)/grit/theme_resources_standard_map.cc',
3847 ], 3847 ],
3848 'conditions': [ 3848 'conditions': [
3849 ['javascript_engine=="v8"', {
3850 'defines': [
3851 'CHROME_V8',
3852 ],
3853 }],
3854 ['debug_devtools==1', { 3849 ['debug_devtools==1', {
3855 'defines': [ 3850 'defines': [
3856 'DEBUG_DEVTOOLS=1', 3851 'DEBUG_DEVTOOLS=1',
3857 ], 3852 ],
3858 }], 3853 }],
3859 ['configuration_policy==0', { 3854 ['configuration_policy==0', {
3860 'sources!': [ 3855 'sources!': [
3861 'browser/ui/webui/options/options_managed_banner_handler.cc', 3856 'browser/ui/webui/options/options_managed_banner_handler.cc',
3862 ], 3857 ],
3863 'sources/': [ 3858 'sources/': [
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
5056 # weak imports in dependents, who still must #include 5051 # weak imports in dependents, who still must #include
5057 # closure_blocks_leopard_compat.h to get weak imports. 5052 # closure_blocks_leopard_compat.h to get weak imports.
5058 'type': 'none', 5053 'type': 'none',
5059 }], 5054 }],
5060 ], 5055 ],
5061 }, 5056 },
5062 ], 5057 ],
5063 }], 5058 }],
5064 ], 5059 ],
5065 } 5060 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/about_page_handler.cc ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698