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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12049052: Move core url data manager classes to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 7 years, 11 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/shared_resources_data_source.cc ('k') | chrome/chrome_browser_ui.gypi » ('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 Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2209 matching lines...) Expand 10 before | Expand all | Expand 10 after
2220 'test/base/chrome_process_util.h', 2220 'test/base/chrome_process_util.h',
2221 'test/base/chrome_process_util_mac.cc', 2221 'test/base/chrome_process_util_mac.cc',
2222 'test/perf/perf_test.cc', 2222 'test/perf/perf_test.cc',
2223 'test/perf/perf_test.h', 2223 'test/perf/perf_test.h',
2224 2224
2225 # These files are generated by GRIT. 2225 # These files are generated by GRIT.
2226 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 2226 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
2227 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', 2227 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc',
2228 '<(grit_out_dir)/grit/theme_resources_map.cc', 2228 '<(grit_out_dir)/grit/theme_resources_map.cc',
2229 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', 2229 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc',
2230 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc' ,
2231 2230
2232 # This file is generated by the autofill_regexes action. 2231 # This file is generated by the autofill_regexes action.
2233 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2232 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2234 ], 2233 ],
2235 'conditions': [ 2234 'conditions': [
2236 ['OS != "ios"', { 2235 ['OS != "ios"', {
2237 'dependencies': [ 2236 'dependencies': [
2238 'apps', 2237 'apps',
2239 'autofill_regexes', 2238 'autofill_regexes',
2240 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2239 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
3100 'variables': { 3099 'variables': {
3101 'jni_gen_dir': 'chrome', 3100 'jni_gen_dir': 'chrome',
3102 }, 3101 },
3103 'includes': [ '../build/jni_generator.gypi' ], 3102 'includes': [ '../build/jni_generator.gypi' ],
3104 }, 3103 },
3105 ], 3104 ],
3106 }, 3105 },
3107 ], 3106 ],
3108 ], 3107 ],
3109 } 3108 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/shared_resources_data_source.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698