| OLD | NEW |
| 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 2243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2254 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2254 '<(grit_out_dir)/grit/theme_resources_map.cc', |
| 2255 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', | 2255 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', |
| 2256 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc'
, | 2256 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/webui_resources_map.cc'
, |
| 2257 | 2257 |
| 2258 # This file is generated by the autofill_regexes action. | 2258 # This file is generated by the autofill_regexes action. |
| 2259 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', | 2259 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', |
| 2260 ], | 2260 ], |
| 2261 'conditions': [ | 2261 'conditions': [ |
| 2262 ['OS != "ios"', { | 2262 ['OS != "ios"', { |
| 2263 'dependencies': [ | 2263 'dependencies': [ |
| 2264 'apps', |
| 2264 'autofill_regexes', | 2265 'autofill_regexes', |
| 2265 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2266 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2266 'browser_extensions', | 2267 'browser_extensions', |
| 2267 'common/extensions/api/api.gyp:api', | 2268 'common/extensions/api/api.gyp:api', |
| 2268 'debugger', | 2269 'debugger', |
| 2269 'installer_util', | 2270 'installer_util', |
| 2270 'sync_file_system_proto', | 2271 'sync_file_system_proto', |
| 2271 '../cc/cc.gyp:cc', | 2272 '../cc/cc.gyp:cc', |
| 2272 '../content/content.gyp:navigation_interception', | 2273 '../content/content.gyp:navigation_interception', |
| 2273 '../net/net.gyp:net_with_v8', | 2274 '../net/net.gyp:net_with_v8', |
| (...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3139 'variables': { | 3140 'variables': { |
| 3140 'jni_gen_dir': 'chrome', | 3141 'jni_gen_dir': 'chrome', |
| 3141 }, | 3142 }, |
| 3142 'includes': [ '../build/jni_generator.gypi' ], | 3143 'includes': [ '../build/jni_generator.gypi' ], |
| 3143 }, | 3144 }, |
| 3144 ], | 3145 ], |
| 3145 }, | 3146 }, |
| 3146 ], | 3147 ], |
| 3147 ], | 3148 ], |
| 3148 } | 3149 } |
| OLD | NEW |