OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'common/content_settings.cc', | 44 'common/content_settings.cc', |
45 'common/content_settings.h', | 45 'common/content_settings.h', |
46 'common/content_settings_helper.cc', | 46 'common/content_settings_helper.cc', |
47 'common/content_settings_helper.h', | 47 'common/content_settings_helper.h', |
48 'common/content_settings_types.h', | 48 'common/content_settings_types.h', |
49 'common/devtools_messages.h', | 49 'common/devtools_messages.h', |
50 'common/guid.cc', | 50 'common/guid.cc', |
51 'common/guid.h', | 51 'common/guid.h', |
52 'common/guid_posix.cc', | 52 'common/guid_posix.cc', |
53 'common/guid_win.cc', | 53 'common/guid_win.cc', |
| 54 'common/icon_messages.cc', |
| 55 'common/icon_messages.h', |
54 'common/instant_types.h', | 56 'common/instant_types.h', |
55 'common/logging_chrome.cc', | 57 'common/logging_chrome.cc', |
56 'common/logging_chrome.h', | 58 'common/logging_chrome.h', |
57 'common/metrics_helpers.cc', | 59 'common/metrics_helpers.cc', |
58 'common/metrics_helpers.h', | 60 'common/metrics_helpers.h', |
59 'common/multi_process_lock.h', | 61 'common/multi_process_lock.h', |
60 'common/multi_process_lock_linux.cc', | 62 'common/multi_process_lock_linux.cc', |
61 'common/multi_process_lock_mac.cc', | 63 'common/multi_process_lock_mac.cc', |
62 'common/multi_process_lock_win.cc', | 64 'common/multi_process_lock_win.cc', |
63 'common/nacl_cmd_line.cc', | 65 'common/nacl_cmd_line.cc', |
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 'configurations': { | 476 'configurations': { |
475 'Common_Base': { | 477 'Common_Base': { |
476 'msvs_target_platform': 'x64', | 478 'msvs_target_platform': 'x64', |
477 }, | 479 }, |
478 }, | 480 }, |
479 }, | 481 }, |
480 ], | 482 ], |
481 }], | 483 }], |
482 ], | 484 ], |
483 } | 485 } |
OLD | NEW |