OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 'gfx/codec/png_codec.cc', | 362 'gfx/codec/png_codec.cc', |
363 'gfx/codec/png_codec.h', | 363 'gfx/codec/png_codec.h', |
364 'gfx/color_analysis.cc', | 364 'gfx/color_analysis.cc', |
365 'gfx/color_analysis.h', | 365 'gfx/color_analysis.h', |
366 'gfx/color_profile.cc', | 366 'gfx/color_profile.cc', |
367 'gfx/color_profile.h', | 367 'gfx/color_profile.h', |
368 'gfx/color_profile_mac.cc', | 368 'gfx/color_profile_mac.cc', |
369 'gfx/color_profile_win.cc', | 369 'gfx/color_profile_win.cc', |
370 'gfx/color_utils.cc', | 370 'gfx/color_utils.cc', |
371 'gfx/color_utils.h', | 371 'gfx/color_utils.h', |
| 372 'gfx/content_analysis.cc', |
| 373 'gfx/content_analysis.h', |
372 'gfx/display.cc', | 374 'gfx/display.cc', |
373 'gfx/display.h', | 375 'gfx/display.h', |
374 'gfx/display_observer.cc', | 376 'gfx/display_observer.cc', |
375 'gfx/display_observer.h', | 377 'gfx/display_observer.h', |
376 'gfx/favicon_size.cc', | 378 'gfx/favicon_size.cc', |
377 'gfx/favicon_size.h', | 379 'gfx/favicon_size.h', |
378 'gfx/font.cc', | 380 'gfx/font.cc', |
379 'gfx/font.h', | 381 'gfx/font.h', |
380 'gfx/font_fallback_win.cc', | 382 'gfx/font_fallback_win.cc', |
381 'gfx/font_fallback_win.h', | 383 'gfx/font_fallback_win.h', |
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
937 'link_settings': { | 939 'link_settings': { |
938 'libraries': [ | 940 'libraries': [ |
939 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 941 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
940 ], | 942 ], |
941 }, | 943 }, |
942 }, | 944 }, |
943 ], | 945 ], |
944 }], | 946 }], |
945 ], | 947 ], |
946 } | 948 } |
OLD | NEW |