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 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 'gfx/color_analysis.cc', | 376 'gfx/color_analysis.cc', |
377 'gfx/color_analysis.h', | 377 'gfx/color_analysis.h', |
378 'gfx/color_profile.cc', | 378 'gfx/color_profile.cc', |
379 'gfx/color_profile.h', | 379 'gfx/color_profile.h', |
380 'gfx/color_profile_mac.cc', | 380 'gfx/color_profile_mac.cc', |
381 'gfx/color_profile_win.cc', | 381 'gfx/color_profile_win.cc', |
382 'gfx/color_utils.cc', | 382 'gfx/color_utils.cc', |
383 'gfx/color_utils.h', | 383 'gfx/color_utils.h', |
384 'gfx/display.cc', | 384 'gfx/display.cc', |
385 'gfx/display.h', | 385 'gfx/display.h', |
| 386 'gfx/display_observer.cc', |
| 387 'gfx/display_observer.h', |
386 'gfx/favicon_size.cc', | 388 'gfx/favicon_size.cc', |
387 'gfx/favicon_size.h', | 389 'gfx/favicon_size.h', |
388 'gfx/font.cc', | 390 'gfx/font.cc', |
389 'gfx/font.h', | 391 'gfx/font.h', |
390 'gfx/font_fallback_win.cc', | 392 'gfx/font_fallback_win.cc', |
391 'gfx/font_fallback_win.h', | 393 'gfx/font_fallback_win.h', |
392 'gfx/font_list.cc', | 394 'gfx/font_list.cc', |
393 'gfx/font_list.h', | 395 'gfx/font_list.h', |
394 'gfx/font_render_params_android.cc', | 396 'gfx/font_render_params_android.cc', |
395 'gfx/font_render_params_linux.cc', | 397 'gfx/font_render_params_linux.cc', |
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
896 }, | 898 }, |
897 'dependencies': [ | 899 'dependencies': [ |
898 '../base/base.gyp:base_java', | 900 '../base/base.gyp:base_java', |
899 ], | 901 ], |
900 'includes': [ '../build/java.gypi' ], | 902 'includes': [ '../build/java.gypi' ], |
901 }, | 903 }, |
902 ], | 904 ], |
903 }], | 905 }], |
904 ], | 906 ], |
905 } | 907 } |
OLD | NEW |