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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11829055: Create top level apps component and move some apps code there. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback 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 2224 matching lines...) Expand 10 before | Expand all | Expand 10 after
2235 '<(grit_out_dir)/grit/shared_resources_map.cc', 2235 '<(grit_out_dir)/grit/shared_resources_map.cc',
2236 '<(grit_out_dir)/grit/theme_resources_map.cc', 2236 '<(grit_out_dir)/grit/theme_resources_map.cc',
2237 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', 2237 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc',
2238 2238
2239 # This file is generated by the autofill_regexes action. 2239 # This file is generated by the autofill_regexes action.
2240 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2240 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2241 ], 2241 ],
2242 'conditions': [ 2242 'conditions': [
2243 ['OS != "ios"', { 2243 ['OS != "ios"', {
2244 'dependencies': [ 2244 'dependencies': [
2245 'apps',
2245 'autofill_regexes', 2246 'autofill_regexes',
2246 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2247 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2247 'browser_extensions', 2248 'browser_extensions',
2248 'common/extensions/api/api.gyp:api', 2249 'common/extensions/api/api.gyp:api',
2249 'debugger', 2250 'debugger',
2250 'installer_util', 2251 'installer_util',
2251 'sync_file_system_proto', 2252 'sync_file_system_proto',
2252 '../cc/cc.gyp:cc', 2253 '../cc/cc.gyp:cc',
2253 '../content/content.gyp:navigation_interception', 2254 '../content/content.gyp:navigation_interception',
2254 '../net/net.gyp:net_with_v8', 2255 '../net/net.gyp:net_with_v8',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
3126 'variables': { 3127 'variables': {
3127 'jni_gen_dir': 'chrome', 3128 'jni_gen_dir': 'chrome',
3128 }, 3129 },
3129 'includes': [ '../build/jni_generator.gypi' ], 3130 'includes': [ '../build/jni_generator.gypi' ],
3130 }, 3131 },
3131 ], 3132 ],
3132 }, 3133 },
3133 ], 3134 ],
3134 ], 3135 ],
3135 } 3136 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698