| 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.h', |
| 386 'gfx/favicon_size.cc', | 387 'gfx/favicon_size.cc', |
| 387 'gfx/favicon_size.h', | 388 'gfx/favicon_size.h', |
| 388 'gfx/font.cc', | 389 'gfx/font.cc', |
| 389 'gfx/font.h', | 390 'gfx/font.h', |
| 390 'gfx/font_fallback_win.cc', | 391 'gfx/font_fallback_win.cc', |
| 391 'gfx/font_fallback_win.h', | 392 'gfx/font_fallback_win.h', |
| 392 'gfx/font_list.cc', | 393 'gfx/font_list.cc', |
| 393 'gfx/font_list.h', | 394 'gfx/font_list.h', |
| 394 'gfx/font_render_params_android.cc', | 395 'gfx/font_render_params_android.cc', |
| 395 'gfx/font_render_params_linux.cc', | 396 'gfx/font_render_params_linux.cc', |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 }, | 891 }, |
| 891 'dependencies': [ | 892 'dependencies': [ |
| 892 '../base/base.gyp:base_java', | 893 '../base/base.gyp:base_java', |
| 893 ], | 894 ], |
| 894 'includes': [ '../build/java.gypi' ], | 895 'includes': [ '../build/java.gypi' ], |
| 895 }, | 896 }, |
| 896 ], | 897 ], |
| 897 }], | 898 }], |
| 898 ], | 899 ], |
| 899 } | 900 } |
| OLD | NEW |