| 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 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1444 'browser/importer/ie_importer.cc', | 1444 'browser/importer/ie_importer.cc', |
| 1445 'browser/jankometer.cc', | 1445 'browser/jankometer.cc', |
| 1446 'browser/login_prompt.cc', | 1446 'browser/login_prompt.cc', |
| 1447 'browser/memory_details.cc', | 1447 'browser/memory_details.cc', |
| 1448 'browser/modal_html_dialog_delegate.cc', | 1448 'browser/modal_html_dialog_delegate.cc', |
| 1449 'browser/sandbox_policy.cc', | 1449 'browser/sandbox_policy.cc', |
| 1450 'browser/shell_integration.cc', | 1450 'browser/shell_integration.cc', |
| 1451 'browser/tab_contents/web_drag_source.cc', | 1451 'browser/tab_contents/web_drag_source.cc', |
| 1452 'browser/tab_contents/web_drop_target.cc', | 1452 'browser/tab_contents/web_drop_target.cc', |
| 1453 'browser/task_manager.cc', | 1453 'browser/task_manager.cc', |
| 1454 'browser/task_manager_resource_providers.cc', | |
| 1455 'browser/window_sizer.cc', | 1454 'browser/window_sizer.cc', |
| 1456 ], | 1455 ], |
| 1457 }], | 1456 }], |
| 1458 ], | 1457 ], |
| 1459 }, | 1458 }, |
| 1460 { | 1459 { |
| 1461 'target_name': 'renderer', | 1460 'target_name': 'renderer', |
| 1462 'type': '<(library)', | 1461 'type': '<(library)', |
| 1463 'dependencies': [ | 1462 'dependencies': [ |
| 1464 'common', | 1463 'common', |
| (...skipping 1548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3013 '../tools/code_coverage/coverage_posix.py', | 3012 '../tools/code_coverage/coverage_posix.py', |
| 3014 '--directory', | 3013 '--directory', |
| 3015 '<(PRODUCT_DIR)' ], | 3014 '<(PRODUCT_DIR)' ], |
| 3016 }, | 3015 }, |
| 3017 ], # 'actions' | 3016 ], # 'actions' |
| 3018 }, | 3017 }, |
| 3019 ] | 3018 ] |
| 3020 }], | 3019 }], |
| 3021 ], # 'conditions' | 3020 ], # 'conditions' |
| 3022 } | 3021 } |
| OLD | NEW |