| 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 'common/histogram_synchronizer.h', | 514 'common/histogram_synchronizer.h', |
| 515 'common/important_file_writer.cc', | 515 'common/important_file_writer.cc', |
| 516 'common/important_file_writer.h', | 516 'common/important_file_writer.h', |
| 517 'common/jstemplate_builder.cc', | 517 'common/jstemplate_builder.cc', |
| 518 'common/jstemplate_builder.h', | 518 'common/jstemplate_builder.h', |
| 519 'common/libxml_utils.cc', | 519 'common/libxml_utils.cc', |
| 520 'common/libxml_utils.h', | 520 'common/libxml_utils.h', |
| 521 'common/logging_chrome.cc', | 521 'common/logging_chrome.cc', |
| 522 'common/logging_chrome.h', | 522 'common/logging_chrome.h', |
| 523 'common/main_function_params.h', | 523 'common/main_function_params.h', |
| 524 'common/mach_ipc_mac.h', | |
| 525 'common/mach_ipc_mac.mm', | |
| 526 'common/message_router.cc', | 524 'common/message_router.cc', |
| 527 'common/message_router.h', | 525 'common/message_router.h', |
| 528 'common/mru_cache.h', | 526 'common/mru_cache.h', |
| 529 'common/nacl_messages.h', | 527 'common/nacl_messages.h', |
| 530 'common/nacl_messages_internal.h', | 528 'common/nacl_messages_internal.h', |
| 531 'common/navigation_gesture.h', | 529 'common/navigation_gesture.h', |
| 532 'common/navigation_types.h', | 530 'common/navigation_types.h', |
| 533 'common/native_web_keyboard_event.h', | 531 'common/native_web_keyboard_event.h', |
| 534 'common/native_web_keyboard_event_linux.cc', | 532 'common/native_web_keyboard_event_linux.cc', |
| 535 'common/native_web_keyboard_event_mac.mm', | 533 'common/native_web_keyboard_event_mac.mm', |
| (...skipping 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2690 ]}, # 'targets' | 2688 ]}, # 'targets' |
| 2691 ], # OS=="win" | 2689 ], # OS=="win" |
| 2692 ], # 'conditions' | 2690 ], # 'conditions' |
| 2693 } | 2691 } |
| 2694 | 2692 |
| 2695 # Local Variables: | 2693 # Local Variables: |
| 2696 # tab-width:2 | 2694 # tab-width:2 |
| 2697 # indent-tabs-mode:nil | 2695 # indent-tabs-mode:nil |
| 2698 # End: | 2696 # End: |
| 2699 # vim: set expandtab tabstop=2 shiftwidth=2: | 2697 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |