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

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: 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
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 2212 matching lines...) Expand 10 before | Expand all | Expand 10 after
2223 'test/base/chrome_process_util.h', 2223 'test/base/chrome_process_util.h',
2224 'test/base/chrome_process_util_mac.cc', 2224 'test/base/chrome_process_util_mac.cc',
2225 'test/perf/perf_test.cc', 2225 'test/perf/perf_test.cc',
2226 'test/perf/perf_test.h', 2226 'test/perf/perf_test.h',
2227 2227
2228 # These files are generated by GRIT. 2228 # These files are generated by GRIT.
2229 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 2229 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
2230 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', 2230 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc',
2231 '<(grit_out_dir)/grit/theme_resources_map.cc', 2231 '<(grit_out_dir)/grit/theme_resources_map.cc',
2232 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', 2232 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc',
2233 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc' ,
2234 2233
2235 # This file is generated by the autofill_regexes action. 2234 # This file is generated by the autofill_regexes action.
2236 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2235 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2237 ], 2236 ],
2238 'conditions': [ 2237 'conditions': [
2239 ['OS != "ios"', { 2238 ['OS != "ios"', {
2240 'dependencies': [ 2239 'dependencies': [
2241 'apps', 2240 'apps',
2242 'autofill_regexes', 2241 'autofill_regexes',
2243 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2242 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
3108 'variables': { 3107 'variables': {
3109 'jni_gen_dir': 'chrome', 3108 'jni_gen_dir': 'chrome',
3110 }, 3109 },
3111 'includes': [ '../build/jni_generator.gypi' ], 3110 'includes': [ '../build/jni_generator.gypi' ],
3112 }, 3111 },
3113 ], 3112 ],
3114 }, 3113 },
3115 ], 3114 ],
3116 ], 3115 ],
3117 } 3116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698