| 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 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 'common/jstemplate_builder.h', | 516 'common/jstemplate_builder.h', |
| 517 'common/libxml_utils.cc', | 517 'common/libxml_utils.cc', |
| 518 'common/libxml_utils.h', | 518 'common/libxml_utils.h', |
| 519 'common/logging_chrome.cc', | 519 'common/logging_chrome.cc', |
| 520 'common/logging_chrome.h', | 520 'common/logging_chrome.h', |
| 521 'common/main_function_params.h', | 521 'common/main_function_params.h', |
| 522 'common/message_router.cc', | 522 'common/message_router.cc', |
| 523 'common/message_router.h', | 523 'common/message_router.h', |
| 524 'common/modal_dialog_event.h', | 524 'common/modal_dialog_event.h', |
| 525 'common/mru_cache.h', | 525 'common/mru_cache.h', |
| 526 'common/navigation_gesture.h', |
| 526 'common/navigation_types.h', | 527 'common/navigation_types.h', |
| 527 'common/native_web_keyboard_event.h', | 528 'common/native_web_keyboard_event.h', |
| 528 'common/native_web_keyboard_event_linux.cc', | 529 'common/native_web_keyboard_event_linux.cc', |
| 529 'common/native_web_keyboard_event_mac.mm', | 530 'common/native_web_keyboard_event_mac.mm', |
| 530 'common/native_web_keyboard_event_win.cc', | 531 'common/native_web_keyboard_event_win.cc', |
| 531 'common/native_window_notification_source.h', | 532 'common/native_window_notification_source.h', |
| 532 'common/notification_details.h', | 533 'common/notification_details.h', |
| 533 'common/notification_observer.h', | 534 'common/notification_observer.h', |
| 534 'common/notification_registrar.cc', | 535 'common/notification_registrar.cc', |
| 535 'common/notification_registrar.h', | 536 'common/notification_registrar.h', |
| (...skipping 5371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5907 # Use outputs of this action as inputs for the main target build. | 5908 # Use outputs of this action as inputs for the main target build. |
| 5908 # Seems as a misnomer but makes this happy on Linux (scons). | 5909 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5909 'process_outputs_as_sources': 1, | 5910 'process_outputs_as_sources': 1, |
| 5910 }, | 5911 }, |
| 5911 ], # 'actions' | 5912 ], # 'actions' |
| 5912 }, | 5913 }, |
| 5913 ] | 5914 ] |
| 5914 }], | 5915 }], |
| 5915 ], # 'conditions' | 5916 ], # 'conditions' |
| 5916 } | 5917 } |
| OLD | NEW |