| 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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 'common/histogram_synchronizer.h', | 624 'common/histogram_synchronizer.h', |
| 625 'common/important_file_writer.cc', | 625 'common/important_file_writer.cc', |
| 626 'common/important_file_writer.h', | 626 'common/important_file_writer.h', |
| 627 'common/jstemplate_builder.cc', | 627 'common/jstemplate_builder.cc', |
| 628 'common/jstemplate_builder.h', | 628 'common/jstemplate_builder.h', |
| 629 'common/libxml_utils.cc', | 629 'common/libxml_utils.cc', |
| 630 'common/libxml_utils.h', | 630 'common/libxml_utils.h', |
| 631 'common/logging_chrome.cc', | 631 'common/logging_chrome.cc', |
| 632 'common/logging_chrome.h', | 632 'common/logging_chrome.h', |
| 633 'common/main_function_params.h', | 633 'common/main_function_params.h', |
| 634 'common/mach_ipc_mac.h', |
| 635 'common/mach_ipc_mac.mm', |
| 634 'common/message_router.cc', | 636 'common/message_router.cc', |
| 635 'common/message_router.h', | 637 'common/message_router.h', |
| 636 'common/mru_cache.h', | 638 'common/mru_cache.h', |
| 637 'common/navigation_gesture.h', | 639 'common/navigation_gesture.h', |
| 638 'common/navigation_types.h', | 640 'common/navigation_types.h', |
| 639 'common/native_web_keyboard_event.h', | 641 'common/native_web_keyboard_event.h', |
| 640 'common/native_web_keyboard_event_linux.cc', | 642 'common/native_web_keyboard_event_linux.cc', |
| 641 'common/native_web_keyboard_event_mac.mm', | 643 'common/native_web_keyboard_event_mac.mm', |
| 642 'common/native_web_keyboard_event_win.cc', | 644 'common/native_web_keyboard_event_win.cc', |
| 643 'common/native_window_notification_source.h', | 645 'common/native_window_notification_source.h', |
| (...skipping 6324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6968 ] | 6970 ] |
| 6969 }], | 6971 }], |
| 6970 ], # 'conditions' | 6972 ], # 'conditions' |
| 6971 } | 6973 } |
| 6972 | 6974 |
| 6973 # Local Variables: | 6975 # Local Variables: |
| 6974 # tab-width:2 | 6976 # tab-width:2 |
| 6975 # indent-tabs-mode:nil | 6977 # indent-tabs-mode:nil |
| 6976 # End: | 6978 # End: |
| 6977 # vim: set expandtab tabstop=2 shiftwidth=2: | 6979 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |