| 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 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 'common/desktop_notifications/active_notification_tracker.h', | 536 'common/desktop_notifications/active_notification_tracker.h', |
| 537 'common/desktop_notifications/active_notification_tracker.cc', | 537 'common/desktop_notifications/active_notification_tracker.cc', |
| 538 'common/extensions/extension.cc', | 538 'common/extensions/extension.cc', |
| 539 'common/extensions/extension.h', | 539 'common/extensions/extension.h', |
| 540 'common/extensions/extension_constants.cc', | 540 'common/extensions/extension_constants.cc', |
| 541 'common/extensions/extension_constants.h', | 541 'common/extensions/extension_constants.h', |
| 542 'common/extensions/extension_error_reporter.cc', | 542 'common/extensions/extension_error_reporter.cc', |
| 543 'common/extensions/extension_error_reporter.h', | 543 'common/extensions/extension_error_reporter.h', |
| 544 'common/extensions/extension_error_utils.cc', | 544 'common/extensions/extension_error_utils.cc', |
| 545 'common/extensions/extension_error_utils.h', | 545 'common/extensions/extension_error_utils.h', |
| 546 'common/extensions/extension_action.cc', | |
| 547 'common/extensions/extension_action.h', | |
| 548 'common/extensions/extension_action2.cc', | 546 'common/extensions/extension_action2.cc', |
| 549 'common/extensions/extension_action2.h', | 547 'common/extensions/extension_action2.h', |
| 550 'common/extensions/extension_message_bundle.cc', | 548 'common/extensions/extension_message_bundle.cc', |
| 551 'common/extensions/extension_message_bundle.h', | 549 'common/extensions/extension_message_bundle.h', |
| 552 'common/extensions/extension_resource.cc', | 550 'common/extensions/extension_resource.cc', |
| 553 'common/extensions/extension_resource.h', | 551 'common/extensions/extension_resource.h', |
| 554 'common/extensions/extension_unpacker.cc', | 552 'common/extensions/extension_unpacker.cc', |
| 555 'common/extensions/extension_unpacker.h', | 553 'common/extensions/extension_unpacker.h', |
| 556 'common/extensions/update_manifest.cc', | 554 'common/extensions/update_manifest.cc', |
| 557 'common/extensions/update_manifest.h', | 555 'common/extensions/update_manifest.h', |
| (...skipping 6393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6951 ], # targets when browser_sync==1 | 6949 ], # targets when browser_sync==1 |
| 6952 }], | 6950 }], |
| 6953 ], # 'conditions' | 6951 ], # 'conditions' |
| 6954 } | 6952 } |
| 6955 | 6953 |
| 6956 # Local Variables: | 6954 # Local Variables: |
| 6957 # tab-width:2 | 6955 # tab-width:2 |
| 6958 # indent-tabs-mode:nil | 6956 # indent-tabs-mode:nil |
| 6959 # End: | 6957 # End: |
| 6960 # vim: set expandtab tabstop=2 shiftwidth=2: | 6958 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |