| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 # Mac NOTE: at the start of the conditions block we default some vars | 8 # Mac NOTE: at the start of the conditions block we default some vars |
| 9 # that control features based on the branding, this way each place that | 9 # that control features based on the branding, this way each place that |
| 10 # needs to know about the feature isn't hard coded to the branding type. | 10 # needs to know about the feature isn't hard coded to the branding type. |
| (...skipping 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1282 'browser/shell_dialogs.h', | 1282 'browser/shell_dialogs.h', |
| 1283 'browser/shell_integration.cc', | 1283 'browser/shell_integration.cc', |
| 1284 'browser/shell_integration.h', | 1284 'browser/shell_integration.h', |
| 1285 'browser/shell_integration_mac.mm', | 1285 'browser/shell_integration_mac.mm', |
| 1286 'browser/spellcheck_worditerator.cc', | 1286 'browser/spellcheck_worditerator.cc', |
| 1287 'browser/spellcheck_worditerator.h', | 1287 'browser/spellcheck_worditerator.h', |
| 1288 'browser/spellchecker.cc', | 1288 'browser/spellchecker.cc', |
| 1289 'browser/spellchecker.h', | 1289 'browser/spellchecker.h', |
| 1290 'browser/ssl/ssl_blocking_page.cc', | 1290 'browser/ssl/ssl_blocking_page.cc', |
| 1291 'browser/ssl/ssl_blocking_page.h', | 1291 'browser/ssl/ssl_blocking_page.h', |
| 1292 'browser/ssl/ssl_cert_error_handler.h', |
| 1293 'browser/ssl/ssl_error_handler.cc', |
| 1294 'browser/ssl/ssl_error_handler.h', |
| 1292 'browser/ssl/ssl_error_info.cc', | 1295 'browser/ssl/ssl_error_info.cc', |
| 1293 'browser/ssl/ssl_error_info.h', | 1296 'browser/ssl/ssl_error_info.h', |
| 1294 'browser/ssl/ssl_host_state.cc', | 1297 'browser/ssl/ssl_host_state.cc', |
| 1295 'browser/ssl/ssl_host_state.h', | 1298 'browser/ssl/ssl_host_state.h', |
| 1296 'browser/ssl/ssl_manager.cc', | 1299 'browser/ssl/ssl_manager.cc', |
| 1297 'browser/ssl/ssl_manager.h', | 1300 'browser/ssl/ssl_manager.h', |
| 1301 'browser/ssl/ssl_mixed_content_handler.h', |
| 1298 'browser/ssl/ssl_policy.cc', | 1302 'browser/ssl/ssl_policy.cc', |
| 1299 'browser/ssl/ssl_policy.h', | 1303 'browser/ssl/ssl_policy.h', |
| 1304 'browser/ssl/ssl_request_info.h', |
| 1300 'browser/status_bubble.h', | 1305 'browser/status_bubble.h', |
| 1301 'browser/tab_contents/constrained_window.h', | 1306 'browser/tab_contents/constrained_window.h', |
| 1302 'browser/tab_contents/infobar_delegate.cc', | 1307 'browser/tab_contents/infobar_delegate.cc', |
| 1303 'browser/tab_contents/infobar_delegate.h', | 1308 'browser/tab_contents/infobar_delegate.h', |
| 1304 'browser/tab_contents/interstitial_page.cc', | 1309 'browser/tab_contents/interstitial_page.cc', |
| 1305 'browser/tab_contents/interstitial_page.h', | 1310 'browser/tab_contents/interstitial_page.h', |
| 1306 'browser/tab_contents/navigation_controller.cc', | 1311 'browser/tab_contents/navigation_controller.cc', |
| 1307 'browser/tab_contents/navigation_controller.h', | 1312 'browser/tab_contents/navigation_controller.h', |
| 1308 'browser/tab_contents/navigation_entry.cc', | 1313 'browser/tab_contents/navigation_entry.cc', |
| 1309 'browser/tab_contents/navigation_entry.h', | 1314 'browser/tab_contents/navigation_entry.h', |
| (...skipping 2270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3580 # Use outputs of this action as inputs for the main target build. | 3585 # Use outputs of this action as inputs for the main target build. |
| 3581 # Seems as a misnomer but makes this happy on Linux (scons). | 3586 # Seems as a misnomer but makes this happy on Linux (scons). |
| 3582 'process_outputs_as_sources': 1, | 3587 'process_outputs_as_sources': 1, |
| 3583 }, | 3588 }, |
| 3584 ], # 'actions' | 3589 ], # 'actions' |
| 3585 }, | 3590 }, |
| 3586 ] | 3591 ] |
| 3587 }], | 3592 }], |
| 3588 ], # 'conditions' | 3593 ], # 'conditions' |
| 3589 } | 3594 } |
| OLD | NEW |