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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
105 'common/gfx/chrome_font_skia.cc', | 105 'common/gfx/chrome_font_skia.cc', |
106 'common/gfx/chrome_font_win.cc', | 106 'common/gfx/chrome_font_win.cc', |
107 'common/gfx/color_utils.cc', | 107 'common/gfx/color_utils.cc', |
108 'common/gfx/color_utils.h', | 108 'common/gfx/color_utils.h', |
109 'common/gfx/emf.cc', | 109 'common/gfx/emf.cc', |
110 'common/gfx/emf.h', | 110 'common/gfx/emf.h', |
111 'common/gfx/favicon_size.h', | 111 'common/gfx/favicon_size.h', |
112 'common/gfx/icon_util.cc', | 112 'common/gfx/icon_util.cc', |
113 'common/gfx/icon_util.h', | 113 'common/gfx/icon_util.h', |
114 'common/gfx/insets.h', | 114 'common/gfx/insets.h', |
115 'common/gfx/path.cc', | 115 'common/gfx/path_gtk.cc', |
116 'common/gfx/path_win.cc', | |
116 'common/gfx/path.h', | 117 'common/gfx/path.h', |
Mark Mentovai
2009/02/28 16:40:37
.h should come first now but that's just me being
| |
117 'common/gfx/text_elider.cc', | 118 'common/gfx/text_elider.cc', |
118 'common/gfx/text_elider.h', | 119 'common/gfx/text_elider.h', |
119 'common/gfx/utils.h', | 120 'common/gfx/utils.h', |
120 'common/net/cookie_monster_sqlite.cc', | 121 'common/net/cookie_monster_sqlite.cc', |
121 'common/net/cookie_monster_sqlite.h', | 122 'common/net/cookie_monster_sqlite.h', |
122 'common/net/dns.h', | 123 'common/net/dns.h', |
123 'common/net/url_request_intercept_job.cc', | 124 'common/net/url_request_intercept_job.cc', |
124 'common/net/url_request_intercept_job.h', | 125 'common/net/url_request_intercept_job.h', |
125 'common/accessibility.h', | 126 'common/accessibility.h', |
126 'common/animation.cc', | 127 'common/animation.cc', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
286 'direct_dependent_settings': { | 287 'direct_dependent_settings': { |
287 'include_dirs': [ | 288 'include_dirs': [ |
288 '..', | 289 '..', |
289 ], | 290 ], |
290 }, | 291 }, |
291 'conditions': [ | 292 'conditions': [ |
292 ['OS!="win"', { | 293 ['OS!="win"', { |
293 'sources!': [ | 294 'sources!': [ |
294 'common/gfx/emf.cc', | 295 'common/gfx/emf.cc', |
295 'common/gfx/icon_util.cc', | 296 'common/gfx/icon_util.cc', |
296 'common/gfx/path.cc', | |
297 'common/chrome_process_filter.cc', | 297 'common/chrome_process_filter.cc', |
298 'common/classfactory.cc', | 298 'common/classfactory.cc', |
299 'common/drag_drop_types.cc', | 299 'common/drag_drop_types.cc', |
300 'common/os_exchange_data.cc', | 300 'common/os_exchange_data.cc', |
301 'common/process_watcher.cc', | 301 'common/process_watcher.cc', |
302 ], | 302 ], |
303 }], | 303 }], |
304 ], | 304 ], |
305 }, | 305 }, |
306 { | 306 { |
(...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1732 'common/pref_service_unittest.cc', | 1732 'common/pref_service_unittest.cc', |
1733 'common/time_format_unittest.cc', | 1733 'common/time_format_unittest.cc', |
1734 'renderer/render_view_unittest.cc', | 1734 'renderer/render_view_unittest.cc', |
1735 'renderer/render_widget_unittest.cc', | 1735 'renderer/render_widget_unittest.cc', |
1736 ], | 1736 ], |
1737 }], | 1737 }], |
1738 ], | 1738 ], |
1739 }, | 1739 }, |
1740 ], | 1740 ], |
1741 } | 1741 } |
OLD | NEW |