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 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 'debug_on_start.h', | 103 'debug_on_start.h', |
104 'debug_util.cc', | 104 'debug_util.cc', |
105 'debug_util.h', | 105 'debug_util.h', |
106 'debug_util_mac.cc', | 106 'debug_util_mac.cc', |
107 'debug_util_posix.cc', | 107 'debug_util_posix.cc', |
108 'debug_util_win.cc', | 108 'debug_util_win.cc', |
109 'directory_watcher.h', | 109 'directory_watcher.h', |
110 'directory_watcher_inotify.cc', | 110 'directory_watcher_inotify.cc', |
111 'directory_watcher_mac.cc', | 111 'directory_watcher_mac.cc', |
112 'directory_watcher_win.cc', | 112 'directory_watcher_win.cc', |
| 113 'dynamic_annotations.h', |
| 114 'dynamic_annotations.cc', |
113 'event_recorder.cc', | 115 'event_recorder.cc', |
114 'event_recorder.h', | 116 'event_recorder.h', |
115 'event_recorder_stubs.cc', | 117 'event_recorder_stubs.cc', |
116 'field_trial.cc', | 118 'field_trial.cc', |
117 'field_trial.h', | 119 'field_trial.h', |
118 'file_descriptor_shuffle.cc', | 120 'file_descriptor_shuffle.cc', |
119 'file_descriptor_shuffle.h', | 121 'file_descriptor_shuffle.h', |
120 'file_path.cc', | 122 'file_path.cc', |
121 'file_path.h', | 123 'file_path.h', |
122 'file_util.cc', | 124 'file_util.cc', |
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 'msvs_settings': { | 778 'msvs_settings': { |
777 'VCLinkerTool': { | 779 'VCLinkerTool': { |
778 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 780 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
779 }, | 781 }, |
780 }, | 782 }, |
781 }, | 783 }, |
782 ], | 784 ], |
783 }], | 785 }], |
784 ], | 786 ], |
785 } | 787 } |
OLD | NEW |