| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'common/debug_flags.h', | 47 'common/debug_flags.h', |
| 48 'common/devtools_messages.h', | 48 'common/devtools_messages.h', |
| 49 'common/devtools_messages_internal.h', | 49 'common/devtools_messages_internal.h', |
| 50 'common/geoposition.cc', | 50 'common/geoposition.cc', |
| 51 'common/geoposition.h', | 51 'common/geoposition.h', |
| 52 'common/gpu_messages.h', | 52 'common/gpu_messages.h', |
| 53 'common/gpu_messages_internal.h', | 53 'common/gpu_messages_internal.h', |
| 54 'common/logging_chrome.cc', | 54 'common/logging_chrome.cc', |
| 55 'common/logging_chrome.h', | 55 'common/logging_chrome.h', |
| 56 'common/main_function_params.h', | 56 'common/main_function_params.h', |
| 57 'common/message_router.cc', | |
| 58 'common/message_router.h', | |
| 59 'common/nacl_cmd_line.cc', | 57 'common/nacl_cmd_line.cc', |
| 60 'common/nacl_cmd_line.h', | 58 'common/nacl_cmd_line.h', |
| 61 'common/nacl_messages.h', | 59 'common/nacl_messages.h', |
| 62 'common/nacl_types.h', | 60 'common/nacl_types.h', |
| 63 'common/nacl_messages_internal.h', | 61 'common/nacl_messages_internal.h', |
| 64 'common/notification_details.h', | 62 'common/notification_details.h', |
| 65 'common/notification_observer.h', | 63 'common/notification_observer.h', |
| 66 'common/notification_registrar.cc', | 64 'common/notification_registrar.cc', |
| 67 'common/notification_registrar.h', | 65 'common/notification_registrar.h', |
| 68 'common/notification_service.cc', | 66 'common/notification_service.cc', |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 'configurations': { | 358 'configurations': { |
| 361 'Common_Base': { | 359 'Common_Base': { |
| 362 'msvs_target_platform': 'x64', | 360 'msvs_target_platform': 'x64', |
| 363 }, | 361 }, |
| 364 }, | 362 }, |
| 365 }, | 363 }, |
| 366 ], | 364 ], |
| 367 }], | 365 }], |
| 368 ], | 366 ], |
| 369 } | 367 } |
| OLD | NEW |